Class SpreadsheetConverter

Class SpreadsheetConverter

Muunnin muuntaa eri levyn tiedostomuotoja, kuten xls, Xlsx, XLSB, …
public class SpreadsheetConverter

Inheritance

object SpreadsheetConverter

Perintöjäsenet

Examples

[C#]
LoadOptions loadOptions = new LoadOptions();
loadOptions.InputFile = "Template.xlsx";
SpreadsheetSaveOptions saveOptions = new SpreadsheetSaveOptions();
saveOptions.OutputFile = "res.xlsb";
SpreadsheetConverter.Process(loadOptions, saveOptions);

Methods

Process(Lataa vaihtoehtoja, SaveOptions)

Muunna eri levyn tiedostomuotoja.

public static void Process(LoadOptions loadOptions, SaveOptions saveOptions)

Parameters

  • loadOptions LoadOptions : Sisäänpäätöksen ja latauksen vaihtoehdot:
  • saveOptions SaveOptions : Tuotanto- ja säästövaihtoehdot

ja nimityö: Sheetize Puolueen kokous: Sheetize.dll

 Suomi