| ExcelReader Xojo Component |
|
ExcelReader.Cell Class
A class that represent Excel cell.
Object
Cell
class ExcelReader.Cell
Properties
ColumnNumber | Column number of the cell (zero based) |
DateValue | Property to read date from Excel cell. |
Format | Returns the format object for the cell. The format object can contain borders, fonts, colors and other such. |
Formula | Returns formula contained in the cell or empty string if there was no formula. |
Hyperlink | Returns info about hyperlink as instance of Hyperlink class if the cell has hyperlink, else nil. |
MergeInfo | Returns the MergeInfo for a cell or nil if the cell does not belong to a merge group. |
RowNumber | Row number of the cell (zero based) |
StyleRuns() | Returns style runs for the cell if the cell has multi styling set up else nil is returned. |
Type | Returns type of the cell |
Value | Returns the cell value. |
Methods
DefinedName | Returns DefinedName object for the cell or nil if there was no name defined for the cell. |
Enumerations
CellType | A enum that represents different types of cells in the excel document. |
Supported Platforms:
macOS CarbonmacOS Intel 32 bitmacOS Intel 64 bitmacOS Apple SiliconWindows 32 bitWindows 64 bitWindows ARM 64 bitLinux 32 bitLinux 64 bitLinux ARM 32 bitLinux ARM 64 bitiOS