| Package | Description |
|---|---|
| io.starter.formats.XLS | |
| io.starter.OpenXLS |
The OpenXLS package contains the primary classes for working with spreadsheets.
|
| Modifier and Type | Method and Description |
|---|---|
DateConverter.DateFormat |
WorkBook.getDateFormat()
Gets the date format used by this book.
|
| Modifier and Type | Method and Description |
|---|---|
DateConverter.DateFormat |
WorkBookHandle.getDateFormat()
Gets the date format used by this book.
|
DateConverter.DateFormat |
WorkBook.getDateFormat()
Gets the date format used by this book.
|
static DateConverter.DateFormat |
DateConverter.DateFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DateConverter.DateFormat[] |
DateConverter.DateFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Calendar |
DateConverter.getCalendarFromNumber(double date,
DateConverter.DateFormat format)
Parses the the given Excel serial date and returns a Calendar.
|
static double |
DateConverter.getXLSDateVal(Calendar cal,
DateConverter.DateFormat format)
Converts the value of the given Calendar to an Excel serial date.
|
static double |
DateConverter.getXLSDateVal(Date date,
DateConverter.DateFormat format)
Converts the given Date to an Excel serial date in the default time zone.
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.