[]
WorkbookvoidaddDataSource(String name,
Object dataSource) voidclone()voidvoidconvertBarcodeToPicture(ImageType imageType) voiddirty()fromJson(InputStream stream) fromJson(InputStream stream,
DeserializationOptions deserializationOptions) fromJson(String json,
DeserializationOptions deserializationOptions) voidfromSjsJson(InputStream stream) voidfromSjsJson(InputStream stream,
SjsOpenOptions openOptions) voidfromSjsJson(String json) voidfromSjsJson(String json,
SjsOpenOptions openOptions) generateReport(IWorksheet... worksheets) booleanbooleanbooleanITableStyleCollection collection that is used as the default TableStyle.booleanbooleangetName()getNames()INames collection that represents the workbook-specified names.IExcelOptions object that represents some settings to control workbook behavior.getPath()IPivotCaches collection that represents all the IPivotTable caches in the specified workbook.booleanbooleanbooleanIWorksheets collection that represents all the selected sheets in the specified workbook.ISheetTabs collection that represents all the sheet tabs in the specified workbook.booleanISlicerCaches object associated with the workbook.IStyleCollection collection that represents all the styles in the specified workbook.ITableStyleCollection collection object for the current workbook that refers to the styles used in the current workbook.getTheme()IWorksheets collection that represents all the worksheets in the specified workbook.WriteProtection object that provides access to the workbook write protection options.booleanisEncryptedFile(InputStream fileStream) booleanisEncryptedFile(String fileName) voidopen(InputStream fileStream) voidopen(InputStream fileStream,
OpenFileFormat fileFormat) voidopen(InputStream fileStream,
OpenOptionsBase options) voidopen(InputStream fileStream,
String password) voidopen(String fileName,
DeserializationOptions deserializationOptions) voidopen(String fileName,
OpenFileFormat fileFormat) voidopen(String fileName,
OpenOptionsBase options) voidvoidvoidprocessTemplate(CancellationToken cancellationToken) voidprotect()voidprotect(boolean structure) voidprotect(boolean structure,
boolean windows) voidvoidvoidvoidsave(OutputStream outputStream) voidsave(OutputStream fileStream,
SaveFileFormat fileFormat) voidsave(OutputStream fileStream,
SaveOptionsBase options) voidsave(OutputStream outputStream,
String password) voidvoidsave(String fileName,
SaveFileFormat fileFormat) voidsave(String fileName,
SaveOptionsBase options) voidvoidsetAllowDynamicArray(boolean value) IRange.setFormula2(String) to set dynamic array formula.voidvoidsetAutoParse(boolean value) voidsetAutoRoundValue(boolean value) voidsetCulture(Locale value) voidsetDefaultTableStyle(String value) ITableStyleCollection collection that is used as the default TableStyle.voidsetDeferUpdateDirtyState(boolean value) voidsetEnableCalculation(boolean value) voidsetGraphicsInfo(IGraphicsInfo value) voidvoidvoidsetReferenceStyle(ReferenceStyle value) voidsetResetAdjacentRangeBorder(boolean value) voidsetShowPivotTableFieldList(boolean value) voidtoJson()toJson(SerializationOptions serializationOptions) voidtoJson(OutputStream stream) voidtoJson(OutputStream stream,
SerializationOptions serializationOptions) toSjsJson(SjsSaveOptions options) voidtoSjsJson(OutputStream stream) voidtoSjsJson(OutputStream stream,
SjsSaveOptions options) voidvoidvoidupdateExcelLink(String name) voidupdateExcelLink(String name,
IWorkbook sourceWorkbook) voidvoidIRange.getFormula2() to get dynamic array formula.IRange.setFormula2(String) to set dynamic array formula.IWorksheets collection that represents all the selected sheets in the specified workbook.IExcelOptions object that represents some settings to control workbook behavior.value - True to reset the border of adjacent ranges, false otherwise.value - True to automatically parse string values. Otherwise, false.WriteProtection object that provides access to the workbook write protection options.The culture must contain both country/region and language. For example:
ITableStyleCollection collection that is used as the default TableStyle.ITableStyleCollection collection that is used as the default TableStyle.INames collection that represents the workbook-specified names.IPivotCaches collection that represents all the IPivotTable caches in the specified workbook.IStyleCollection collection that represents all the styles in the specified workbook.ITableStyleCollection collection object for the current workbook that refers to the styles used in the current workbook.IWorksheets collection that represents all the worksheets in the specified workbook. This is a read-only Sheets object.ISheetTabs collection that represents all the sheet tabs in the specified workbook.ISlicerCaches object associated with the workbook.json - the json.json - the json.deserializationOptions - the DeserializationOptions object.stream - the streamstream - the streamdeserializationOptions - the DeserializationOptions object.serializationOptions - the SerializationOptions object.stream - the output stream.stream - the output stream.serializationOptions - the SerializationOptions object.fileName - the file name.fileStream - the input file stream.fileName - The excel file.fileName - The specified json file.deserializationOptions - The json deserialization options.fileName - The excel file.password - The password of the file.fileName - The excel file.options - The options of opening the file. Possible types:fileName - The specified file.fileFormat - The format of the file.fileStream - The file stream.fileStream - The file stream.password - The password of the file.fileStream - The file stream.options - The format of opening the file stream. Possible types:fileStream - The specified file stream.fileFormat - The format of the file stream.fileName - The file name.fileName - The excel file.password - The password of the file.fileName - The specified file.options - The options of saving the file. Possible types:fileName - The specified file.fileFormat - The format of the file.outputStream - The file stream.outputStream - The file stream.password - The password of the file.fileStream - The specified file stream.options - The options of saving the file stream. Possible types:fileStream - The specified file stream.fileFormat - The format of the file stream.structure - True to protect the structure of the workbook (To prevent other users from viewing hidden worksheets, adding, moving, deleting, or hiding worksheets, and renaming worksheets).structure - True to protect the structure of the workbook (To prevent other users from viewing hidden worksheets, adding, moving, deleting, or hiding worksheets, and renaming worksheets).windows - True to prevent users from moving, resizing, or closing the workbook window, or hide/unhide windows. This option is available only in Excel 2007, Excel 2010, Excel for Mac 2011, and Excel 2016 for Mac.password - Password to protect the workbook.password - Password to protect the workbook.structure - True to protect the structure of the workbook (To prevent other users from viewing hidden worksheets, adding, moving, deleting, or hiding worksheets, and renaming worksheets).password - Password to protect the workbook.structure - True to protect the structure of the workbook (To prevent other users from viewing hidden worksheets, adding, moving, deleting, or hiding worksheets, and renaming worksheets).windows - True to prevent users from moving, resizing, or closing the workbook window, or hide/unhide windows. This option is available only in Excel 2007, Excel 2010, Excel for Mac 2011, and Excel 2016 for Mac.password - Password to protect the workbook.name - : the alias name of the data source.dataSource - : Can be object of ResultSet, Custom object and variable.cancellationToken - The token to monitor for cancellation requests.CancellationException - Throws when the CancellationToken was canceled.IWorkbook object.worksheets - IWorksheet collection that need to be processed.IWorkbook object.options - Option for opening SpreadJS .sjs file.stream - The specified file stream.options - Option for opening SpreadJS .sjs file.stream - The specified file stream.ImageType of converted image is ImageType.SVG.ImageType.EMF and ImageType.WMF image types.imageType - Specify the ImageType of converted image.UnsupportedOperationException - If convert to ImageType.EMF or ImageType.WMF image type.json - The JSON string.json - The JSON string.openOptions - The open options for opening SpreadJS .sjs file.stream - The JSON stream.openOptions - The open options for opening SpreadJS .sjs file.stream - The JSON stream.
IRange.getFormula2()to get dynamic array formula.