Class SpreadsheetConverter
Class SpreadsheetConverter
Namespace: Aspose.Cells.LowCode
Assembly: Aspose.Cells.dll (25.7.0)
Converter for conversion between different spreadsheet file formats, such as xls, xlsx, xlsb, spreadsheet ml…
public class SpreadsheetConverter
{
public void Convert(string inputFilePath, string outputFilePath)
{
}
}
Inheritance
Examples
SpreadsheetConverter.Process("template.xlsx", "template.xlsb");
Methods
Process(string, string)
Converts given template file between spreadsheet file 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 between different 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