Package | Description |
---|---|
peridot.Archiver |
Modifier and Type | Field and Description |
---|---|
Spreadsheet.DataType |
Spreadsheet.Info.dataType
Rationals or Integers
|
Modifier and Type | Method and Description |
---|---|
static Spreadsheet.DataType |
Spreadsheet.DataType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Spreadsheet.DataType[] |
Spreadsheet.DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Info(Spreadsheet.DataType dataType,
boolean labelsOnFirstCol,
boolean headerOnFirstLine,
boolean firstCellPresent) |