org.formulacompiler.spreadsheet
Interface SpreadsheetSaver


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.

Author:
peo
See Also:
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

save

void save()
          throws java.io.IOException,
                 SpreadsheetException
Saves the configured model to the output stream.

Throws:
java.io.IOException
SpreadsheetException