|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SpreadsheetLoader
Allows loading of spreadsheets from external sources (like Excel files).
This interface is an API only. Do not implement it yourself.
SpreadsheetCompiler.loadSpreadsheet(String, InputStream, SpreadsheetLoader.Config)| Nested Class Summary | |
|---|---|
static class |
SpreadsheetLoader.Config
Configuration data for new instances of SpreadsheetLoader. |
static interface |
SpreadsheetLoader.Factory
Factory interface for ImplementationLocator.getInstance(Class). |
| Method Summary | |
|---|---|
Spreadsheet |
loadFrom(java.lang.String _originalFileName,
java.io.InputStream _stream)
Loads a spreadsheet stream into an AFC spreadsheet model. |
| Method Detail |
|---|
Spreadsheet loadFrom(java.lang.String _originalFileName,
java.io.InputStream _stream)
throws java.io.IOException,
SpreadsheetException
_originalFileName - is the complete file name of the original spreadsheet file (for
example Test.xls or Test.xml).
java.io.IOException - when there is any proplem accessing the file. May also throw runtime
exceptions when there are problems in file.
SpreadsheetException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||