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(ストリップ、ストリップ)

テキストベースのファイルとその他のフォーマットの間でデータテンプレートファイルを変換します。

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

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

 日本語