| Package | Description |
|---|---|
| com.github.jferard.fastods |
This package contains all data style, ie the parameters for data (boolean, currency, float, ..
.) display.
|
| com.github.jferard.fastods.tool |
| Modifier and Type | Method and Description |
|---|---|
static FastOdsException |
FastOdsException.wrongTableName(String name) |
static FastOdsException |
FastOdsException.wrongTableNumber(int n) |
| Modifier and Type | Method and Description |
|---|---|
CellValue |
ObjectToCellValueConverter.from(CellType type,
Object o) |
CellValue |
ToCellValueConverter.from(CellType type,
Object o)
Converts a value to a CellValue
|
static VoidValue |
VoidValue.from(Object o)
Converts a value to a void value
|
static BooleanValue |
BooleanValue.from(Object o) |
static DateValue |
DateValue.from(Object o) |
static TimeValue |
TimeValue.from(Object o) |
static FloatValue |
FloatValue.from(Object o) |
static PercentageValue |
PercentageValue.from(Object o) |
static CurrencyValue |
CurrencyValue.from(Object o,
String currency) |
Table |
OdsDocument.getTable(int n)
Get a table by index
|
Table |
AnonymousOdsDocument.getTable(int n) |
Table |
NamedOdsDocument.getTable(int n) |
Table |
OdsDocument.getTable(String name)
Get a table by name
|
Table |
AnonymousOdsDocument.getTable(String name) |
Table |
NamedOdsDocument.getTable(String name) |
String |
OdsDocument.getTableName(int n)
Returns the name of the table.
|
String |
AnonymousOdsDocument.getTableName(int n) |
String |
NamedOdsDocument.getTableName(int n) |
| Modifier and Type | Method and Description |
|---|---|
CellValue |
SQLToCellValueConverter.from(CellType type,
Object o) |
Copyright © 2016–2021. All rights reserved.