|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdata.importers.ImporterXLS
public class ImporterXLS
Importer for .XLS (excel 97-2003) files. It uses the POI library to help reading .XLS file. The format of the source file is detailed in the users manual of the project
| Nested Class Summary | |
|---|---|
static class |
ImporterXLS.MatrixFileFilterXLS
A kind of FileFilter that accept .XLS filetypes |
| Constructor Summary | |
|---|---|
ImporterXLS()
|
|
| Method Summary | |
|---|---|
static Matrix |
importFile(java.io.File f)
Parses the data and put it in the new Matrix object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImporterXLS()
| Method Detail |
|---|
public static Matrix importFile(java.io.File f)
throws DataException
f - The file to be parsed
DataException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||