|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Spreadsheet
An interface for objects that can wrap a spreadsheet, which may for example be stored in a file.
| Method Summary | |
|---|---|
java.lang.String[] |
getColumnNames()
Gets the names of all columns in the spreadsheet. |
Spreadsheet |
getCopy()
|
java.lang.Object |
getSpreadsheetSource()
|
java.util.Iterator |
listRows()
Gets an Iterator of all rows in the spreadsheet, where each row is represented as an array of Strings. |
| Method Detail |
|---|
java.lang.String[] getColumnNames()
throws java.io.IOException
java.io.IOException
java.util.Iterator listRows()
throws java.io.IOException
java.io.IOExceptionjava.lang.Object getSpreadsheetSource()
Spreadsheet getCopy()
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||