A B C D E F G H I N O R S T V 
All Classes All Packages

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
 

B

BaseFormulaCell - Class in org.dhatim.fastexcel.reader
 
BaseFormulaCell(CellAddress, String, CellRangeAddress) - Constructor for class org.dhatim.fastexcel.reader.BaseFormulaCell
 
BOOLEAN - org.dhatim.fastexcel.reader.CellType
 

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

DEFAULT_READING_OPTIONS - Static variable in class org.dhatim.fastexcel.reader.ReadingOptions
 
DefaultXMLInputFactory - Class in org.dhatim.fastexcel.reader
 
DefaultXMLInputFactory() - Constructor for class org.dhatim.fastexcel.reader.DefaultXMLInputFactory
 

E

EMPTY - org.dhatim.fastexcel.reader.CellType
 
equals(Object) - Method in class org.dhatim.fastexcel.reader.CellAddress
 
equals(Object) - Method in class org.dhatim.fastexcel.reader.CellRangeAddress
 
ERROR - org.dhatim.fastexcel.reader.CellType
 
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
 
FORMULA - org.dhatim.fastexcel.reader.CellType
 

G

getActiveSheet() - Method in class org.dhatim.fastexcel.reader.ReadableWorkbook
 
getAddress() - Method in class org.dhatim.fastexcel.reader.Cell
 
getBaseCelAddr() - Method in class org.dhatim.fastexcel.reader.BaseFormulaCell
 
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
 
getDataFormatId() - Method in class org.dhatim.fastexcel.reader.Cell
 
getDataFormatString() - 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
 
getFormats() - Method in class org.dhatim.fastexcel.reader.ReadableWorkbook
 
getFormula() - Method in class org.dhatim.fastexcel.reader.BaseFormulaCell
 
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
 
getNumFmtIdToFormat() - Method in class org.dhatim.fastexcel.reader.ReadableWorkbook
 
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
 
getRef() - Method in class org.dhatim.fastexcel.reader.BaseFormulaCell
 
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
 
getStableId() - Method in class org.dhatim.fastexcel.reader.Sheet
 
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
 
getVisibility() - Method in class org.dhatim.fastexcel.reader.Sheet
 

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
 
HIDDEN - org.dhatim.fastexcel.reader.SheetVisibility
 

I

isCellInErrorIfParseError() - Method in class org.dhatim.fastexcel.reader.ReadingOptions
 
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
 
isWithCellFormat() - Method in class org.dhatim.fastexcel.reader.ReadingOptions
 
iterator() - Method in class org.dhatim.fastexcel.reader.Row
 

N

NUMBER - org.dhatim.fastexcel.reader.CellType
 

O

openStream() - Method in class org.dhatim.fastexcel.reader.Sheet
 
org.dhatim.fastexcel.reader - module org.dhatim.fastexcel.reader
 
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(File, ReadingOptions) - 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)
ReadableWorkbook(InputStream, ReadingOptions) - Constructor for class org.dhatim.fastexcel.reader.ReadableWorkbook
Note: will load the whole xlsx file into memory, (but will not uncompress it in memory)
ReadingOptions - Class in org.dhatim.fastexcel.reader
 
ReadingOptions(boolean, boolean) - Constructor for class org.dhatim.fastexcel.reader.ReadingOptions
 
Row - Class in org.dhatim.fastexcel.reader
 

S

Sheet - Class in org.dhatim.fastexcel.reader
 
SheetVisibility - Enum in org.dhatim.fastexcel.reader
 
stream() - Method in class org.dhatim.fastexcel.reader.Row
 
STRING - org.dhatim.fastexcel.reader.CellType
 

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.
valueOf(String) - Static method in enum org.dhatim.fastexcel.reader.SheetVisibility
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.
values() - Static method in enum org.dhatim.fastexcel.reader.SheetVisibility
Returns an array containing the constants of this enum type, in the order they are declared.
VERY_HIDDEN - org.dhatim.fastexcel.reader.SheetVisibility
 
VISIBLE - org.dhatim.fastexcel.reader.SheetVisibility
 
A B C D E F G H I N O R S T V 
All Classes All Packages