TextConverter Class
TextConverter class
Converter for conversion between text based formats(csv, tsv, dif…) and other spreadsheet file formats.
type TextConverter struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| TextConverter_Process_String_String | Converts given template file between text based files and other formats. |
| TextConverter_Process_LowCodeLoadOptions_LowCodeSaveOptions | Converts file format between text based formats and other spreadsheet file formats |