|
AbstractLoadOptionsProvider
|
Implementation to provide multiple load options for processes that use multiple inputs(such as template files). |
|
AbstractSaveOptionsProvider
|
Implementation to provide multiple save options for processes that require multiple outputs. For example, Sheetize.SpreadsheetSplitter feature requires multiple destinations to save the split files. |
|
EbookConverter
|
Converter for conversion between ebook and other spreadsheet file formats. |
|
EbookSaveOptions
|
Options for saving .EPUB, .AZW3. |
|
HtmlConverter
|
Converter for conversion between html files(html, mht, …) and other spreadsheet file formats. |
|
HtmlSaveOptions
|
Options for saving html. |
|
ImageConverter
|
Converter for converting template file to pdf. |
|
ImageSaveOptions
|
Options for saving image. |
|
JsonConverter
|
Converter for conversion between json data and other spreadsheet file formats. |
|
JsonSaveOptions
|
Options for saving json. |
|
License
|
Licenses the product. |
|
LoadOptions
|
Options for loading template file. |
|
LockerSaveOptions
|
Options to lock excel files. |
|
PdfConverter
|
Converter for converting template file to pdf. |
|
PdfSaveOptions
|
Options for saving pdf. |
|
ProtectionSettings
|
Represents the required settings for protecting one excel file or one sheet in it. |
|
SaveOptions
|
Options for saving file. |
|
SaveOptionsProviderAssembling
|
Implementation to provide save options which save split parts to files and the path of resultant file are named as(it may contains directories): Sheetize.SaveOptionsProviderAssembling.PathHeader+Sheetize.SaveOptionsProviderAssembling.SheetPrefix+SheetIndex(or SheetName) +Sheetize.SaveOptionsProviderAssembling.SplitPartPrefix+SplitPartIndex+Sheetize.SaveOptionsProviderAssembling.PathTail. |
|
SaveOptionsProviderPlaceHolders
|
Implementation to provide save options which save split parts to files and the path of resultant file are defined with placeholders. |
|
SheetizeException
|
The exception that is thrown when Sheetize specified error occurs. |
|
SignatureData
|
Data used to add signature for spreadsheet file. |
|
SignatureSaveOptions
|
Options for adding signature and saving the signed spreadsheet file. |
|
SplitPartInfo
|
Represents the information of one input/output for multiple inputs/outputs, such as current page to be rendered when converting spreadsheet to image. |
|
SplitterSaveOptions
|
Options for splitting template file. |
|
SpreadsheetConverter
|
Converter for conversion between different spreadsheet file formats, such as xls, xlsx, xlsb, spreadsheet ml… |
|
SpreadsheetLocker
|
Locks spreadsheet file |
|
SpreadsheetMerger
|
Merges multiple template files into one. |
|
SpreadsheetSaveOptions
|
Options for saving spreadsheet. |
|
SpreadsheetSignature
|
Adds/Removes signature for spreadsheet file. |
|
SpreadsheetSplitter
|
Splits spreadsheet file into multiple parts. |
|
SpreadsheetUnlocker
|
Unlocks spreadsheet file. |
|
TextConverter
|
Converter for conversion between text based formats(csv, markdown, dif…) and other spreadsheet file formats. |
|
TextSaveOptions
|
Options for saving .SQL,.MD, .CSV, .TSV, .TXT, .XML, .DIF. |
|
UnlockerLoadOptions
|
Options to unlock excel files. |