Class SpreadsheetConverter

Class SpreadsheetConverter

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

Muunnin muuntaa eri levyn tiedostomuotoja, kuten xls, Xlsx, XLSB, …

public class SpreadsheetConverter

Inheritance

object SpreadsheetConverter

Examples

SpreadsheetConverter.Process("template.xlsx", "template.xlsb");

Methods

Process(String ja String)

Muunna tietyt mallitiedostot spreadsheet tiedostomuotojen 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 eri levyn tiedostomuotoja.

public static void Process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions)

Parameters

loadOptions LowCodeLoadOptions

Pääsy- ja latausvaihtoehdot

saveOptions LowCodeSaveOptions

Tuotanto- ja säästövaihtoehdot

 Suomi