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)
          Deprecated. Creates an OdfSpreadsheetDocument from the OpenDocument provided by a File.
static OdfSpreadsheetDocument OdfSpreadsheetDocument.loadDocument(InputStream inputStream)
          Deprecated. Creates an OdfSpreadsheetDocument from the OpenDocument provided by a resource Stream.
static OdfSpreadsheetDocument OdfSpreadsheetDocument.loadDocument(String documentPath)
          Deprecated. Loads an OdfSpreadsheetDocument from the provided path.
static OdfSpreadsheetDocument OdfSpreadsheetDocument.newSpreadsheetDocument()
          Deprecated. Creates an empty spreadsheet document.
static OdfSpreadsheetDocument OdfSpreadsheetDocument.newSpreadsheetTemplateDocument()
          Deprecated. Creates an empty spreadsheet template.
 



Copyright © 2008-2017 The Apache Software Foundation. All Rights Reserved.