Class TextConverter

Class TextConverter

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

Convertitore per la conversione tra i formati basati sul testo (csv, tsv e dif…) e altri format di file di spreadsheet.

public class TextConverter

Inheritance

object TextConverter

Examples

TextConverter.Process("template.csv", "res.xlsx");

Methods

Process(String e String)

Convertire dato file di modello tra file basati su testo 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 il formato del file tra i formati basati su testo e altri format di file 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