xelem.3.0

Uses of Interface
nl.fountain.xelem.excel.Workbook

Packages that use Workbook
nl.fountain.xelem Provides classes that assist in the creation of SpreadsheetML. 
nl.fountain.xelem.excel.ss Provides classes that represent elements of the spreadsheet namespace. 
nl.fountain.xelem.lex Provides classes that enable reading SpreadsheetML. 
 

Uses of Workbook in nl.fountain.xelem
 

Methods in nl.fountain.xelem with parameters of type Workbook
 void XSerializer.serialize(Workbook wb)
          Serializes the Workbook to the file specified with the Workbook's getFileName-method.
 void XSerializer.serialize(Workbook wb, File out)
           
 void XSerializer.serialize(Workbook wb, OutputStream out)
           
 void XSerializer.serialize(Workbook wb, Writer out)
           
 String XSerializer.serializeToString(Workbook wb)
           
 

Uses of Workbook in nl.fountain.xelem.excel.ss
 

Classes in nl.fountain.xelem.excel.ss that implement Workbook
 class XLWorkbook
          An implementation of the XLElement Workbook, the root of a SpreadsheetML document.
 

Uses of Workbook in nl.fountain.xelem.lex
 

Methods in nl.fountain.xelem.lex that return Workbook
 Workbook WorkbookListener.getWorkbook()
          Gets the current workbook.
 Workbook ExcelReader.getWorkbook(InputSource source)
          Delivers the contents of the given InputSource as a fully populated Workbook.
 Workbook ExcelReader.getWorkbook(String fileName)
          Delivers the contents of the specified file as a fully populated Workbook.
 


xelem.3.0