| Package | Description |
|---|---|
| io.starter.formats.XLS | |
| io.starter.OpenXLS |
The OpenXLS package contains the primary classes for working with spreadsheets.
|
| Modifier and Type | Method and Description |
|---|---|
FormatHandle |
Condfmt.getFormatHandle() |
| Modifier and Type | Method and Description |
|---|---|
void |
Condfmt.setFormatHandle(FormatHandle formatHandle) |
| Modifier and Type | Method and Description |
|---|---|
FormatHandle |
FormatCache.get(FormatHandle fmx)
Deprecated.
|
FormatHandle[] |
WorkBookHandle.getConditionalFormats()
Returns an array of all Conditional Formats in the workbook
these are formats referenced and used by the conditionally formatted ranges
in the workbook.
|
FormatHandle[] |
CellHandle.getConditionallyFormattedHandles()
returns an array of FormatHandles for the Cell that have the current
conditional format applied to them.
|
FormatHandle |
CellHandle.getFormatHandle()
Gets the FormatHandle (a Format Object describing the formats for this Cell)
for this Cell.
|
FormatHandle |
RowHandle.getFormatHandle()
Gets the FormatHandle for this Row.
|
FormatHandle |
ColHandle.getFormatHandle()
returns the FormatHandle (a Format Object describing visual properties) for this Column
NOTE: The Column format record describes the default formatting for each cell contained within the column |
FormatHandle[] |
WorkBookHandle.getFormats()
Returns an array of all FormatHandles in the workbook
|
FormatHandle[] |
ConditionalFormatHandle.getFormats()
returns the formatting for each rule of this Contditional Format Handle
|
FormatHandle[] |
WorkBook.getFormats()
Returns an Array of all the FormatHandles present in the workbook
|
FormatHandle |
FormatHandle.pack()
Deprecated.
|
FormatHandle |
WorkBookHandle.transferExternalFormatHandle(FormatHandle externalFormat)
Utility method to copy a format handle from a separate WorkBookHandle to this
WorkBookHandle
|
| Modifier and Type | Method and Description |
|---|---|
FormatHandle |
FormatCache.get(FormatHandle fmx)
Deprecated.
|
void |
CellHandle.setFormatHandle(FormatHandle f)
Sets the FormatHandle (a Format Object describing the formats for this Cell)
for this Cell
|
FormatHandle |
WorkBookHandle.transferExternalFormatHandle(FormatHandle externalFormat)
Utility method to copy a format handle from a separate WorkBookHandle to this
WorkBookHandle
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.