Class TextConverter

Class TextConverter

ja nimityö: Aspose.Cells.LowCode Kokoelma: Aspose.Cells.dll (25.4.0)

Muunnin tekstiformaattien (csv, tsv ja dif) ja muiden levytiedoston tiedostomuotojen välillä.

public class TextConverter

Inheritance

object TextConverter

Examples

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

Methods

Process(String ja String)

Muunna tietyn mallitiedoston tekstipohjaisten tiedostojen ja muiden muotojen välillä.

public static void Process(string templateFile, string resultFile)

Parameters

templateFile string

Template tiedostoa muuttaa

resultFile string

Tuloksena oleva tiedosto

Process(LowCodeLoadOptions, vähäkoodioptiot)

Muunna tiedostomuoto tekstipohjaisten muodojen ja muiden levytiedostojen välillä

public static void Process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions)

Parameters

loadOptions LowCodeLoadOptions

Pääsy- ja latausvaihtoehdot

saveOptions LowCodeSaveOptions

Tuotanto- ja säästövaihtoehdot

 Suomi