Uses of Class
org.odftoolkit.odfdom.doc.OdfSpreadsheetDocument

Packages that use OdfSpreadsheetDocument
org.odftoolkit.odfdom.doc The "Document Layer" exisit for usability reasons, it gives a feature based view on the document model. 
 

Uses of OdfSpreadsheetDocument in org.odftoolkit.odfdom.doc
 

Methods in org.odftoolkit.odfdom.doc that return OdfSpreadsheetDocument
static OdfSpreadsheetDocument OdfSpreadsheetDocument.loadDocument(File file)
          Creates an OdfSpreadsheetDocument from the OpenDocument provided by a File.
static OdfSpreadsheetDocument OdfSpreadsheetDocument.loadDocument(InputStream inputStream)
          Creates an OdfSpreadsheetDocument from the OpenDocument provided by a resource Stream.
static OdfSpreadsheetDocument OdfSpreadsheetDocument.loadDocument(String documentPath)
          Loads an OdfSpreadsheetDocument from the provided path.
static OdfSpreadsheetDocument OdfSpreadsheetDocument.newSpreadsheetDocument()
          Creates an empty spreadsheet document.
static OdfSpreadsheetDocument OdfSpreadsheetDocument.newSpreadsheetTemplateDocument()
          Creates an empty spreadsheet template.
 



Copyright © 2008-2011 ODF Toolkit Project. All Rights Reserved.