|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectgeneticWedge.gp.io.ExcelReader
public class ExcelReader
This class contains static methods for reading data from Excel files and returning NumericData objects. The Excel file to be read should have been registered with ODBC.
Constructor Summary | |
---|---|
ExcelReader()
|
Method Summary | |
---|---|
static NumericData |
readWorksheet(java.lang.String spreadsheet,
java.lang.String worksheet,
boolean labelsInFirstColumn)
This method reads all of the data in worksheet, within spreadsheet. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExcelReader()
Method Detail |
---|
public static NumericData readWorksheet(java.lang.String spreadsheet, java.lang.String worksheet, boolean labelsInFirstColumn)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |