Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
com.gembox.spreadsheet.pivottables |
Contains types that constitute model of Pivot Tables.
|
Modifier and Type | Method and Description |
---|---|
ExcelFile |
FreeLimitEventArgs.getFile()
Gets the
ExcelFile on which limit was reached. |
ExcelFile |
ExcelWorksheetCollection.getParent()
Deprecated.
This method is internal and should not be used.
|
ExcelFile |
ExcelWorksheet.getParent()
Gets the parent
ExcelFile of this ExcelWorksheet instance. |
ExcelFile |
LoadOptions.load(InputStream stream)
Deprecated.
This method is internal and should not be used.
|
static ExcelFile |
ExcelFile.load(InputStream stream)
Loads a spreadsheet from the specified stream.
|
static ExcelFile |
ExcelFile.load(InputStream stream,
LoadOptions options)
Loads a spreadsheet from the specified stream.
|
ExcelFile |
CsvLoadOptions.load(Reader reader)
Deprecated.
This method is internal and should not be used.
|
static ExcelFile |
ExcelFile.load(Reader reader,
CsvLoadOptions options)
Loads a spreadsheet from CSV data using the specified reader.
|
ExcelFile |
LoadOptions.load(String path)
Deprecated.
This method is internal and should not be used.
|
static ExcelFile |
ExcelFile.load(String path)
Loads a spreadsheet from a file with the specified path.
|
static ExcelFile |
ExcelFile.load(String path,
LoadOptions options)
Loads a spreadsheet from a file with the specified path.
|
ExcelFile |
LoadOptions.loadFromDirectory(String path)
Deprecated.
This method is internal and should not be used.
|
Modifier and Type | Method and Description |
---|---|
static FreeLimitReachedAction |
SpreadsheetInfo.onLimitReached(ExcelFile file)
Deprecated.
This method is internal and should not be used.
|
void |
SaveOptions.save(ExcelFile excelFile,
OutputStream stream)
Deprecated.
This method is internal and should not be used.
|
void |
SaveOptions.save(ExcelFile excelFile,
String path)
Deprecated.
This method is internal and should not be used.
|
void |
CsvSaveOptions.save(ExcelFile excelFile,
Writer writer)
Deprecated.
This method is internal and should not be used.
|
void |
HtmlSaveOptions.save(ExcelFile excelFile,
com.gembox.internal.xml.XmlWriter writer)
Deprecated.
This method is internal and should not be used.
|
void |
SaveOptions.saveToDirectory(ExcelFile excelFile,
String path)
Deprecated.
This method is internal and should not be used.
|
DefinedName |
DefinedNameCollection.selectNameExact(String name,
ExcelFile scope)
Deprecated.
This method is internal and should not be used.
|
static void |
SpreadsheetInfo.validateLicense(ExcelFile caller)
Deprecated.
This method is internal and should not be used.
|
Constructor and Description |
---|
CellStyle(ExcelFile workbook)
Initializes a new instance of the
CellStyle class which references default (CellStyleCollection.getNormal() ) style from the specified workbook. |
Modifier and Type | Method and Description |
---|---|
ExcelFile |
PivotCacheCollection.getExcelFile()
Deprecated.
This method is internal and should not be used.
|
Modifier and Type | Method and Description |
---|---|
static PivotCacheCollection |
PivotCacheCollection.create(ExcelFile excelFile)
Deprecated.
This method is internal and should not be used.
|
© GemBox d.o.o. — All rights reserved.