|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpreadsheetException | |
---|---|
org.formulacompiler.spreadsheet | Contains the public compile-time API of AFC's spreadsheet compiler, which extends the core functional model compiler. |
Uses of SpreadsheetException in org.formulacompiler.spreadsheet |
---|
Subclasses of SpreadsheetException in org.formulacompiler.spreadsheet | |
---|---|
static class |
SpreadsheetException.CellRangeNotUniDimensional
When a formula gives a range name in a place where a single cell is expected, then the range must be unidimensional. |
static class |
SpreadsheetException.LoadError
An internal spreadsheet model could not be saved. |
static class |
SpreadsheetException.SaveError
An internal spreadsheet model could not be saved. |
static class |
SpreadsheetException.UnsupportedExpression
A cell formula contains a parsing error. |
static class |
SpreadsheetException.UnsupportedFormat
A unsupported spreadsheet file format extension was encountered. |
Methods in org.formulacompiler.spreadsheet that throw SpreadsheetException | |
---|---|
void |
SpreadsheetByNameBinder.failIfCellNamesAreStillUnbound()
Raises an exception if there are named cells that were not bound. |
String |
Spreadsheet.Cell.getExpressionText()
Returns the expression text of the cell, as parsed from the spreadsheet by AFC. |
Spreadsheet |
SpreadsheetLoader.loadFrom(String _originalFileName,
InputStream _stream)
Loads a spreadsheet stream into an AFC spreadsheet model. |
static Spreadsheet |
SpreadsheetCompiler.loadSpreadsheet(File _file)
Loads a spreadsheet from a file and constructs an internal representation of it. |
void |
EngineBuilder.loadSpreadsheet(File _file)
Loads the input spreadsheet from a file. |
static Spreadsheet |
SpreadsheetCompiler.loadSpreadsheet(File _file,
SpreadsheetLoader.Config _config)
Loads a spreadsheet from a file and constructs an internal representation of it. |
static Spreadsheet |
SpreadsheetCompiler.loadSpreadsheet(String _fileName)
Loads a spreadsheet from a file and constructs an internal representation of it. |
void |
EngineBuilder.loadSpreadsheet(String _fileName)
Loads the input spreadsheet from a file. |
static Spreadsheet |
SpreadsheetCompiler.loadSpreadsheet(String _originalFileName,
InputStream _stream)
Loads a spreadsheet from a file and constructs an internal representation of it. |
static Spreadsheet |
SpreadsheetCompiler.loadSpreadsheet(String _originalFileName,
InputStream _stream,
SpreadsheetLoader.Config _config)
Loads a spreadsheet from a file and constructs an internal representation of it. |
void |
SpreadsheetSaver.save()
Saves the configured model to the output stream. |
static void |
SpreadsheetCompiler.saveSpreadsheet(Spreadsheet _model,
File _outputFile,
File _templateFileOrNull)
Like SpreadsheetCompiler.saveSpreadsheet(Spreadsheet, String, String) , but taking File s instead
of String s as input. |
static void |
SpreadsheetCompiler.saveSpreadsheet(Spreadsheet _model,
String _outputFileName,
String _templateFileNameOrNull)
Saves a spreadsheet model to a new spreadsheet file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |