Class HtmlConverter

Class HtmlConverter

Il nome: Aspose.Cells.LowCode Assemblea: Aspose.Cells.dll (25.4.0)

Convertitore per la conversione tra file html (html o mht) e altri formati di file spreadsheet.

public class HtmlConverter

Inheritance

object HtmlConverter

Examples

HtmlConverter.Process("Template.xlsx", "res.html");

Methods

Process(String e String)

Convertire dato file di modello tra html e altri formati.

public static void Process(string templateFile, string resultFile)

Parameters

templateFile string

Il file template da convertire

resultFile string

Il file risultante

Process(Opzioni LowCodeLoadOptions)

Convertire file tra html e altri formati di file di spreadsheet.

public static void Process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions)

Parameters

loadOptions LowCodeLoadOptions

Opzioni per ingresso e carico

saveOptions LowCodeSaveOptions

Opzioni di produzione e risparmio

 Italiano