|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractSpreadSheetConversion | |
|---|---|
| adams.data.conversion | |
| Uses of AbstractSpreadSheetConversion in adams.data.conversion |
|---|
| Subclasses of AbstractSpreadSheetConversion in adams.data.conversion | |
|---|---|
class |
AbstractInPlaceSpreadSheetConversion
Ancestor for spreadsheet conversion that allow working on the incoming data rather than on a copy (to conserve memory). |
class |
AbstractSpreadSheetColumnConverter<T>
Ancestor for column converter schemes. |
class |
AggregateSpreadSheet
Aggregates rows (min, max, avg, etc) in a spreadsheet using key columns. All numeric columns in the specified aggregrate range (excluding the key columns) get aggregated. |
class |
ConvertSpreadSheetRows
Converts the rows in the spreadsheet into a new format. |
class |
MergeSpreadSheetColumns
Merges two or more columns in a spreadsheet into a single column. |
class |
RenameSpreadSheetColumn
Renames a single column in a spreadsheet. |
class |
SpreadSheetAddSumColumn
Adds a column with 'sum' formulas for the specified rows. |
class |
SpreadSheetAddSumRow
Adds a row with 'sum' formulas for the specified columns. |
class |
SpreadSheetAnyColumnToString
Converts the specified spreadsheet column from any type to string. |
class |
SpreadSheetDoubleColumnToLong
Converts the specified spreadsheet column from double to long. Simply uses the Double's 'longValue()' method. |
class |
SpreadSheetDoubleColumnToString
Converts the specified spreadsheet double column to string. |
class |
SpreadSheetStringColumnToBoolean
Converts the specified spreadsheet column from string to boolean. |
class |
SpreadSheetStringColumnToDate
Converts the specified spreadsheet column from string to date, according to the provided format. For more information on the format, see Javadoc of 'java.text.SimpleDateFormat' class: http://docs.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html Valid options are: |
class |
SpreadSheetStringColumnToDateTime
Converts the specified spreadsheet column from string to date/time, according to the provided format. For more information on the format, see Javadoc of 'java.text.SimpleDateFormat' class: http://docs.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html Valid options are: |
class |
SpreadSheetStringColumnToDouble
Converts the specified spreadsheet column from string to double, according to the provided format. For more information on the format, see Javadoc of 'java.text.DecimalFormat' class: http://docs.oracle.com/javase/6/docs/api/java/text/DecimalFormat.html Valid options are: |
class |
SpreadSheetStringColumnToLong
Converts the specified spreadsheet column from string to long, according to the provided format. For more information on the format, see Javadoc of 'java.text.DecimalFormat' class: http://docs.oracle.com/javase/6/docs/api/java/text/DecimalFormat.html Valid options are: |
class |
SpreadSheetStringColumnToTime
Converts the specified spreadsheet column from string to time, according to the provided format. For more information on the format, see Javadoc of 'java.text.SimpleTimeFormat' class: http://docs.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html Valid options are: |
class |
SpreadSheetUniqueColumnNames
Ensures that column names are unique. |
class |
TransposeSpreadSheet
Transposes a spreadsheet, i.e., swaps columns with rows. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||