Uses of Class
org.spdx.spreadsheetstore.ods.OdsWorkbook
Packages that use OdsWorkbook
Package
Description
Custom Apache POI adapter layer using the SODS library to provide
OpenDocument Spreadsheet (ODS) support.
-
Uses of OdsWorkbook in org.spdx.spreadsheetstore.ods
Constructors in org.spdx.spreadsheetstore.ods with parameters of type OdsWorkbookModifierConstructorDescriptionOdsCellStyle(OdsWorkbook workbook) Creates an ODS cell style adapter.OdsCreationHelper(OdsWorkbook workbook) Creates an ODS creation helper adapter.OdsSheet(OdsWorkbook workbook, com.github.miachm.sods.Sheet sodsSheet) Creates an ODS sheet wrapper around a SODS sheet.