JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
E
F
G
H
I
O
R
S
T
V
A
A1
- Static variable in class org.dhatim.fastexcel.reader.
CellAddress
asBoolean()
- Method in class org.dhatim.fastexcel.reader.
Cell
asDate()
- Method in class org.dhatim.fastexcel.reader.
Cell
Returns a date-time interpretation of a numerical cell.
asNumber()
- Method in class org.dhatim.fastexcel.reader.
Cell
asString()
- Method in class org.dhatim.fastexcel.reader.
Cell
C
Cell
- Class in
org.dhatim.fastexcel.reader
CellAddress
- Class in
org.dhatim.fastexcel.reader
CellAddress(int, int)
- Constructor for class org.dhatim.fastexcel.reader.
CellAddress
Represents a cell address inside a sheet
CellAddress(String)
- Constructor for class org.dhatim.fastexcel.reader.
CellAddress
CellRangeAddress
- Class in
org.dhatim.fastexcel.reader
CellRangeAddress(int, int, int, int)
- Constructor for class org.dhatim.fastexcel.reader.
CellRangeAddress
CellType
- Enum in
org.dhatim.fastexcel.reader
close()
- Method in class org.dhatim.fastexcel.reader.
ReadableWorkbook
compareTo(CellAddress)
- Method in class org.dhatim.fastexcel.reader.
CellAddress
containsColumn(int)
- Method in class org.dhatim.fastexcel.reader.
CellRangeAddress
containsRow(int)
- Method in class org.dhatim.fastexcel.reader.
CellRangeAddress
convertNumToColString(int)
- Static method in class org.dhatim.fastexcel.reader.
CellAddress
D
DefaultXMLInputFactory
- Class in
org.dhatim.fastexcel.reader
DefaultXMLInputFactory()
- Constructor for class org.dhatim.fastexcel.reader.
DefaultXMLInputFactory
E
equals(Object)
- Method in class org.dhatim.fastexcel.reader.
CellAddress
equals(Object)
- Method in class org.dhatim.fastexcel.reader.
CellRangeAddress
ExcelReaderException
- Exception in
org.dhatim.fastexcel.reader
ExcelReaderException(String)
- Constructor for exception org.dhatim.fastexcel.reader.
ExcelReaderException
ExcelReaderException(String, Throwable)
- Constructor for exception org.dhatim.fastexcel.reader.
ExcelReaderException
ExcelReaderException(Throwable)
- Constructor for exception org.dhatim.fastexcel.reader.
ExcelReaderException
F
findSheet(String)
- Method in class org.dhatim.fastexcel.reader.
ReadableWorkbook
G
getAddress()
- Method in class org.dhatim.fastexcel.reader.
Cell
getCell(int)
- Method in class org.dhatim.fastexcel.reader.
Row
Returns a cell in this row by column index;
getCell(CellAddress)
- Method in class org.dhatim.fastexcel.reader.
Row
getCellAsBoolean(int)
- Method in class org.dhatim.fastexcel.reader.
Row
getCellAsDate(int)
- Method in class org.dhatim.fastexcel.reader.
Row
getCellAsNumber(int)
- Method in class org.dhatim.fastexcel.reader.
Row
getCellAsString(int)
- Method in class org.dhatim.fastexcel.reader.
Row
getCellCount()
- Method in class org.dhatim.fastexcel.reader.
Row
getCellRawValue(int)
- Method in class org.dhatim.fastexcel.reader.
Row
getCells(int, int)
- Method in class org.dhatim.fastexcel.reader.
Row
getCellText(int)
- Method in class org.dhatim.fastexcel.reader.
Row
getColumn()
- Method in class org.dhatim.fastexcel.reader.
CellAddress
getColumnIndex()
- Method in class org.dhatim.fastexcel.reader.
Cell
getFirstColumn()
- Method in class org.dhatim.fastexcel.reader.
CellRangeAddress
getFirstNonEmptyCell()
- Method in class org.dhatim.fastexcel.reader.
Row
getFirstRow()
- Method in class org.dhatim.fastexcel.reader.
CellRangeAddress
getFirstSheet()
- Method in class org.dhatim.fastexcel.reader.
ReadableWorkbook
getFormula()
- Method in class org.dhatim.fastexcel.reader.
Cell
getId()
- Method in class org.dhatim.fastexcel.reader.
Sheet
getIndex()
- Method in class org.dhatim.fastexcel.reader.
Sheet
getLastColumn()
- Method in class org.dhatim.fastexcel.reader.
CellRangeAddress
getLastRow()
- Method in class org.dhatim.fastexcel.reader.
CellRangeAddress
getName()
- Method in class org.dhatim.fastexcel.reader.
Sheet
getOptionalCell(int)
- Method in class org.dhatim.fastexcel.reader.
Row
getPhysicalCellCount()
- Method in class org.dhatim.fastexcel.reader.
Row
getRawValue()
- Method in class org.dhatim.fastexcel.reader.
Cell
getRow()
- Method in class org.dhatim.fastexcel.reader.
CellAddress
getRowNum()
- Method in class org.dhatim.fastexcel.reader.
Row
Get row number of this row
getSheet(int)
- Method in class org.dhatim.fastexcel.reader.
ReadableWorkbook
getSheets()
- Method in class org.dhatim.fastexcel.reader.
ReadableWorkbook
getText()
- Method in class org.dhatim.fastexcel.reader.
Cell
getType()
- Method in class org.dhatim.fastexcel.reader.
Cell
getValue()
- Method in class org.dhatim.fastexcel.reader.
Cell
H
hasCell(int)
- Method in class org.dhatim.fastexcel.reader.
Row
hashCode()
- Method in class org.dhatim.fastexcel.reader.
CellAddress
hashCode()
- Method in class org.dhatim.fastexcel.reader.
CellRangeAddress
I
isDate1904()
- Method in class org.dhatim.fastexcel.reader.
ReadableWorkbook
isInRange(int, int)
- Method in class org.dhatim.fastexcel.reader.
CellRangeAddress
isInRange(CellAddress)
- Method in class org.dhatim.fastexcel.reader.
CellRangeAddress
isOLE2Header(byte[])
- Static method in class org.dhatim.fastexcel.reader.
ReadableWorkbook
isOOXMLZipHeader(byte[])
- Static method in class org.dhatim.fastexcel.reader.
ReadableWorkbook
iterator()
- Method in class org.dhatim.fastexcel.reader.
Row
O
openStream()
- Method in class org.dhatim.fastexcel.reader.
Sheet
org.dhatim.fastexcel.reader
- package org.dhatim.fastexcel.reader
R
read()
- Method in class org.dhatim.fastexcel.reader.
Sheet
ReadableWorkbook
- Class in
org.dhatim.fastexcel.reader
ReadableWorkbook(File)
- Constructor for class org.dhatim.fastexcel.reader.
ReadableWorkbook
ReadableWorkbook(InputStream)
- Constructor for class org.dhatim.fastexcel.reader.
ReadableWorkbook
Note: will load the whole xlsx file into memory, (but will not uncompress it in memory)
Row
- Class in
org.dhatim.fastexcel.reader
S
Sheet
- Class in
org.dhatim.fastexcel.reader
stream()
- Method in class org.dhatim.fastexcel.reader.
Row
T
toString()
- Method in class org.dhatim.fastexcel.reader.
Cell
Returns a string representation of this component for debug purposes.
toString()
- Method in class org.dhatim.fastexcel.reader.
CellAddress
toString()
- Method in class org.dhatim.fastexcel.reader.
CellRangeAddress
toString()
- Method in class org.dhatim.fastexcel.reader.
Row
V
valueOf(String)
- Static method in class org.dhatim.fastexcel.reader.
CellRangeAddress
valueOf(String)
- Static method in enum org.dhatim.fastexcel.reader.
CellType
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.dhatim.fastexcel.reader.
CellType
Returns an array containing the constants of this enum type, in the order they are declared.
A
C
D
E
F
G
H
I
O
R
S
T
V
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2021. All rights reserved.