aspose.cells.lowcode
The Aspose.Cells.LowCode namespace provides a set of simple and easy-to-use apis for the most frequently used operations in a low code way.
Classes
Class | Description |
---|---|
AbstractLowCodeLoadOptionsProvider | Implementation to provide multiple load options for processes that use multiple inputs(such as template files). |
AbstractLowCodeProtectionProvider | Implementation to provide protection settings |
AbstractLowCodeSaveOptionsProvider | Implementation to provide multiple save options for processes that require multiple outputs. For example, SpreadsheetSplitter feature requires multiple destinationsto save the split files. |
HtmlConverter | Converter for conversion between html files(html or mht) and other spreadsheet file formats. |
ImageConverter | Converter for converting template file to images. |
JsonConverter | Converter for conversion between json data structure and other spreadsheet file formats. |
LowCodeHtmlSaveOptions | Options for saving html in low code way. |
LowCodeImageSaveOptions | Options for saving image in low code way. |
LowCodeLoadOptions | Options for loading template file. |
LowCodeMergeOptions | Options for merging multiple template files into one. |
LowCodePdfSaveOptions | Options for saving pdf in low code way. |
LowCodeSaveOptions | Options for saving generated results in low code way. |
LowCodeSaveOptionsProviderOfAssembling | Implementation to provide save options which save split parts to files and the path of resultant file are named as(it may contains directories): LowCodeSaveOptionsProviderOfAssembling.path_header +LowCodeSaveOptionsProviderOfAssembling.sheet_prefix +SheetIndex(or SheetName)+ LowCodeSaveOptionsProviderOfAssembling.split_part_prefix +SplitPartIndex+LowCodeSaveOptionsProviderOfAssembling.path_tail . |
LowCodeSaveOptionsProviderOfPlaceHolders | Implementation to provide save options which save split parts to files and the path of resultant file are defined with placeholders. |
LowCodeSplitOptions | Options for splitting spreadsheet. |
PdfConverter | Converter for converting template file to pdf. |
SplitPartInfo | Represents the information of one input/output for multiple inputs/outputs, such as current page to be rendered when converting spreadsheet to image. |
SpreadsheetConverter | Converter for conversion between different spreadsheet file formats, such as xls, xlsx, xlsb, spreadsheet ml… |
SpreadsheetLocker | Low code api to lock spreadsheet file. |
SpreadsheetMerger | Merges multiple template files into one. |
SpreadsheetSplitter | Splits spreadsheet file into multiple parts. |
TextConverter | Converter for conversion between text based formats(csv, tsv, dif…) and other spreadsheet file formats. |