Class TextConverter

Class TextConverter

Pôvodný názov: Aspose.Cells.LowCode Zhromaždenie: Aspose.Cells.dll (25.4.0)

Konvertor pre konverziu medzi formátmi založenými na texte (csv, TSV, dif…) a inými formáty súborov spreadsheet.

public class TextConverter

Inheritance

object TextConverter

Examples

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

Methods

Process(Stringová, Stringová)

Konvertuje daný šablónový súbor medzi textovými súbory a inými formátmi.

public static void Process(string templateFile, string resultFile)

Parameters

templateFile string

Šablóna súboru, ktorý sa má konvertovať

resultFile string

Výsledný súbor

Process(LowCodeLoadOptions, LowKódSavoptions)

Konvertuje formát súboru medzi textovými formáty a ďalšími štruktúrami

public static void Process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions)

Parameters

loadOptions LowCodeLoadOptions

Možnosti vstupu a nabíjania

saveOptions LowCodeSaveOptions

Možnosti výnosu a úspory

 Slovenčina