Aspose::Cells::LowCode namespace

Classes

ClassDescription
AbstractLowCodeLoadOptionsProviderImplementation to provide multiple load options for processes that use multiple inputs(such as template files).
AbstractLowCodeProtectionProviderImplementation to provide protection settings.
AbstractLowCodeSaveOptionsProviderImplementation to provide multiple save options for processes that require multiple outputs. For example, SpreadsheetSplitter feature requires multiple destinations to save the split files.
HtmlConverterConverter for conversion between html files(html or mht) and other spreadsheet file formats.
ImageConverterConverter for converting template file to images.
JsonConverterConverter for conversion between json data structure and other spreadsheet file formats.
LowCodeHtmlSaveOptionsOptions for saving html in low code way.
LowCodeImageSaveOptionsOptions for saving image in low code way.
LowCodeLoadOptionsOptions for loading template file.
LowCodeMergeOptionsOptions for merging multiple template files into one.
LowCodePdfSaveOptionsOptions for saving pdf in low code way.
LowCodeSaveOptionsOptions for saving generated results in low code way.
LowCodeSaveOptionsProviderOfAssemblingImplementation to provide save options which save split parts to files and the path of resultant file are named as(it may contains directories): PathHeader+SheetPrefix+SheetIndex(or SheetName) +SplitPartPrefix+SplitPartIndex+PathTail.
LowCodeSaveOptionsProviderOfPlaceHoldersImplementation to provide save options which save split parts to files and the path of resultant file are defined with placeholders.
LowCodeSplitOptionsOptions for splitting spreadsheet.
PdfConverterConverter for converting template file to pdf.
SplitPartInfoRepresents the information of one input/output for multiple inputs/outputs, such as current page to be rendered when converting spreadsheet to image.
SpreadsheetConverterConverter for conversion between different spreadsheet file formats, such as xls, xlsx, xlsb, spreadsheet ml…
SpreadsheetLockerLow code api to lock spreadsheet file.
SpreadsheetMergerMerges multiple template files into one.
SpreadsheetSplitterSplits spreadsheet file into multiple parts.
TextConverterConverter for conversion between text based formats(csv, tsv, dif…) and other spreadsheet file formats.