Class SpreadsheetConverter

Class SpreadsheetConverter

名称: Aspose.Cells.LowCode 收集: Aspose.Cells.dll (25.4.0)

转换器在不同分布式文件格式,如 xls、xlsx、Xlsb、 spreadsheet 等。

public class SpreadsheetConverter

Inheritance

object SpreadsheetConverter

Examples

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

Methods

Process(字符串, string)

将数据模板文件转换为 spreadsheet 文件格式。

public static void Process(string templateFile, string resultFile)

Parameters

templateFile string

要转换的模板文件

resultFile string

结果文件

Process(LowCodeLoadOptions,低代码保留选项)

转换不同分布式文件格式。

public static void Process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions)

Parameters

loadOptions LowCodeLoadOptions

输入和加载的选项

saveOptions LowCodeSaveOptions

生产和储蓄的选项

 中文