Class TextConverter

Class TextConverter

Namespace: Aspose.Cells.LowCode
Assembly: Aspose.Cells.dll (25.4.0)

Converter for conversion between text based formats(csv, tsv, dif…) and other spreadsheet file formats.

public class TextConverter

Inheritance

object TextConverter

Examples

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

Methods

Process(string, string)

Converts given template file between text based files and other formats.

public static void Process(string templateFile, string resultFile)

Parameters

templateFile string

The template file to be converted

resultFile string

The resultant file

Process(LowCodeLoadOptions, LowCodeSaveOptions)

Converts file format between text based formats and other spreadsheet file formats

public static void Process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions)

Parameters

loadOptions LowCodeLoadOptions

Options for input and loading

saveOptions LowCodeSaveOptions

Options for output and saving

 English