Class SpreadsheetConverter

Class SpreadsheetConverter

さまざまなスプレッドシートファイル形式、例えば xls、xlsx、Xlsb、Spreadsheet mlの間の変換のためのコンバーター。
public class SpreadsheetConverter

Inheritance

object SpreadsheetConverter

相続人

Examples

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

Methods

Process(LoadOptions、Saveオプション)

さまざまなスプレッドシートファイル形式を変換します。

public static void Process(LoadOptions loadOptions, SaveOptions saveOptions)

Parameters

  • loadOptions LoadOptions : 入力と充電のためのオプション:
  • saveOptions SaveOptions : 生産と節約のためのオプション

名称: Sheetize 国会議員: Sheetize.dll

 日本語