Index

A C D E G H I N O R S T 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

asBoolean() - Method in class de.zedlitz.opendocument.Cell
Return the boolean value of the cell.
asDate() - Method in class de.zedlitz.opendocument.Cell
Return a LocalDate object with the value of the cell.
asDateTime() - Method in class de.zedlitz.opendocument.Cell
Return a LocalDateTime object with the value of the cell.
asTime() - Method in class de.zedlitz.opendocument.Cell
Return a LocalTime object with the value of the cell.

C

Cell - Class in de.zedlitz.opendocument
 
CellIterator - Class in de.zedlitz.opendocument
 

D

de.zedlitz.opendocument - package de.zedlitz.opendocument
 
Document - Class in de.zedlitz.opendocument
An OpenDocument spreadsheet document.
Document(File) - Constructor for class de.zedlitz.opendocument.Document
 
Document(InputStream) - Constructor for class de.zedlitz.opendocument.Document
 
Document(String) - Constructor for class de.zedlitz.opendocument.Document
 
Document(Path) - Constructor for class de.zedlitz.opendocument.Document
 
Document(ZipFile) - Constructor for class de.zedlitz.opendocument.Document
 
Document(XMLStreamReader) - Constructor for class de.zedlitz.opendocument.Document
 

E

eachCell(Consumer<Cell>) - Method in class de.zedlitz.opendocument.Row
 
eachRow(Consumer<Row>) - Method in class de.zedlitz.opendocument.Table
 
eachTable(Consumer<Table>) - Method in class de.zedlitz.opendocument.Document
 
EmptyCell - Class in de.zedlitz.opendocument
 
ExcelReaderException - Exception in de.zedlitz.opendocument
Base class of OdsReaderException class to be a drop-in replacement for fastexcel.
ExcelReaderException(String) - Constructor for exception de.zedlitz.opendocument.ExcelReaderException
 

G

getAddress() - Method in class de.zedlitz.opendocument.Cell
 
getAt(int) - Method in class de.zedlitz.opendocument.Row
 
getBooleanValue() - Method in class de.zedlitz.opendocument.Cell
Get the raw value of the boolean-value attribute.
getColumnIndex() - Method in class de.zedlitz.opendocument.Cell
 
getContent() - Method in class de.zedlitz.opendocument.Cell
Returns the content of the cell formatted for the locale of the file.
getContent() - Method in class de.zedlitz.opendocument.EmptyCell
 
getCurrency() - Method in class de.zedlitz.opendocument.Cell
Get the raw value of the currency attribute.
getDateValue() - Method in class de.zedlitz.opendocument.Cell
Get the raw value of the date-value attribute.
getLanguageIndependentContent() - Method in class de.zedlitz.opendocument.Cell
Returns the language independent value of a cell.
getName() - Method in interface de.zedlitz.opendocument.Sheet
 
getName() - Method in class de.zedlitz.opendocument.Table
 
getNumberColumnsRepeated() - Method in class de.zedlitz.opendocument.Cell
 
getNumberColumnsRepeated() - Method in class de.zedlitz.opendocument.EmptyCell
 
getRowNum() - Method in class de.zedlitz.opendocument.Row
 
getSheet(int) - Method in class de.zedlitz.opendocument.Document
 
getTable(int) - Method in class de.zedlitz.opendocument.Document
 
getTimeValue() - Method in class de.zedlitz.opendocument.Cell
Get the raw value of the time-value attribute.
getValue() - Method in class de.zedlitz.opendocument.Cell
Returns the language independent value of a cell.
getValueType() - Method in class de.zedlitz.opendocument.Cell
Get the raw value of the value-type attribute.
getValueType() - Method in class de.zedlitz.opendocument.EmptyCell
 

H

hasNext() - Method in class de.zedlitz.opendocument.CellIterator
 
hasNext() - Method in class de.zedlitz.opendocument.RowIterator
 

I

isDateTime() - Method in class de.zedlitz.opendocument.Cell
Does the cell contain a value that consists of a date and a time?
iterator() - Method in class de.zedlitz.opendocument.Row
 
iterator() - Method in class de.zedlitz.opendocument.Table
 

N

next() - Method in class de.zedlitz.opendocument.CellIterator
 
next() - Method in class de.zedlitz.opendocument.RowIterator
 
nextCell() - Method in class de.zedlitz.opendocument.Row
 
nextRow() - Method in class de.zedlitz.opendocument.Table
 
nextTable() - Method in class de.zedlitz.opendocument.Document
 

O

OdsReaderException - Exception in de.zedlitz.opendocument
 
OdsReaderException(String) - Constructor for exception de.zedlitz.opendocument.OdsReaderException
 
openStream() - Method in class de.zedlitz.opendocument.Row
 
openStream() - Method in interface de.zedlitz.opendocument.Sheet
 
openStream() - Method in class de.zedlitz.opendocument.Table
 

R

Row - Class in de.zedlitz.opendocument
A row in an OpenDocument table.
Row(XMLStreamReader, int) - Constructor for class de.zedlitz.opendocument.Row
 
RowIterator - Class in de.zedlitz.opendocument
 

S

setName(String) - Method in class de.zedlitz.opendocument.Table
 
Sheet - Interface in de.zedlitz.opendocument
The Table class implements this interface to be a drop-in replacement for fastexcel.

T

Table - Class in de.zedlitz.opendocument
An OpenDocument table.
toString() - Method in class de.zedlitz.opendocument.Cell
 
TYPE_UNDEFINED - Static variable in class de.zedlitz.opendocument.Cell
 
A C D E G H I N O R S T 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form