Class TextConverter

Class TextConverter

nazivni prostor: Aspose.Cells.LowCode Sastav: Aspose.Cells.dll (25.4.0)

Konverter za konverziju između formata koji se temelje na tekstu (csv, tsv i dif…) i drugih formatova datoteke.

public class TextConverter

Inheritance

object TextConverter

Examples

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

Methods

Process(String, String i String)

Konvertira datoteku predloga između tekst-baziranih datotek i drugih formata.

public static void Process(string templateFile, string resultFile)

Parameters

templateFile string

Šablona datoteke za pretvaranje

resultFile string

Rezultati datoteke

Process(Sljedeći članakLowCodeSaveOptions)

Konvertira formate datoteke između formata na temelju teksta i drugih formatova skladišta

public static void Process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions)

Parameters

loadOptions LowCodeLoadOptions

Opcije za ulazak i punjenje

saveOptions LowCodeSaveOptions

Opcije za proizvodnju i štednju

 Hrvatski