Class SpreadsheetConverter

Class SpreadsheetConverter

名称: Aspose.Cells.LowCode 合計: Aspose.Cells.dll (25.4.0)

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

public class SpreadsheetConverter

Inheritance

object SpreadsheetConverter

Examples

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

Methods

Process(ストリップ、ストリップ)

スプレッドシートファイル形式の間でデータテンプレートを変換します。

public static void Process(string templateFile, string resultFile)

Parameters

templateFile string

変換するためのテンプレートファイル

resultFile string

結果ファイル

Process(LowCodeLoadOptions、低コードSaveオプション)

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

public static void Process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions)

Parameters

loadOptions LowCodeLoadOptions

入力と充電のオプション

saveOptions LowCodeSaveOptions

生産と節約のためのオプション

 日本語