Class TextConverter

Class TextConverter

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

转换器为基于文本的格式(csv、TSV、DIF…)和其他分布式文件格形式进行转型。

public class TextConverter

Inheritance

object TextConverter

Examples

TextConverter.Process("template.csv", "res.xlsx");

Methods

Process(字符串, string)

将数据模板文件转换为基于文本的文件和其他格式。

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

生产和储蓄的选项

 中文