|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SpreadsheetSaver
This interface allows you to save a spreadsheet representation. Used of save spreadsheet models constructed in memory.
See the tutorial for details.
This interface is an API only. Do not implement it yourself.
SpreadsheetCompiler.newSpreadsheetSaver(org.formulacompiler.spreadsheet.SpreadsheetSaver.Config)| Nested Class Summary | |
|---|---|
static class |
SpreadsheetSaver.Config
Configuration data for new instances of SpreadsheetSaver. |
static interface |
SpreadsheetSaver.Factory
Factory interface for ImplementationLocator.getInstance(Class). |
| Method Summary | |
|---|---|
void |
save()
Saves the configured model to the output stream. |
| Method Detail |
|---|
void save()
throws java.io.IOException,
SpreadsheetException
java.io.IOException
SpreadsheetException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||