Uses of Class
org.odftoolkit.odfdom.doc.OdfSpreadsheetDocument
Packages that use OdfSpreadsheetDocument
Package
Description
The "Document Layer" exist 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 OdfSpreadsheetDocumentModifier and TypeMethodDescriptionstatic OdfSpreadsheetDocumentOdfSpreadsheetDocument.loadDocument(File file) Creates an OdfSpreadsheetDocument from the OpenDocument provided by a File.static OdfSpreadsheetDocumentOdfSpreadsheetDocument.loadDocument(InputStream inputStream) Creates an OdfSpreadsheetDocument from the OpenDocument provided by a resource Stream.static OdfSpreadsheetDocumentOdfSpreadsheetDocument.loadDocument(String documentPath) Loads an OdfSpreadsheetDocument from the provided path.static OdfSpreadsheetDocumentOdfSpreadsheetDocument.newSpreadsheetDocument()Creates an empty spreadsheet document.static OdfSpreadsheetDocumentOdfSpreadsheetDocument.newSpreadsheetTemplateDocument()Creates an empty spreadsheet template.