| Package | Description |
|---|---|
| org.odftoolkit.odfdom.doc |
The "Document Layer" exisit for usability reasons, it gives a feature based view on the document model.
|
| Modifier and Type | Method and Description |
|---|---|
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–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.