Uses of Class
org.spdx.spreadsheetstore.DocumentInfoSheet
-
Uses of DocumentInfoSheet in org.spdx.spreadsheetstore
Subclasses of DocumentInfoSheet in org.spdx.spreadsheetstoreModifier and TypeClassDescriptionclass
DocumentInfoSheet for version 2.0+ of the SPDX SpecMethods in org.spdx.spreadsheetstore that return DocumentInfoSheetModifier and TypeMethodDescriptionSpdxSpreadsheet.getDocumentInfoSheet()
SpdxSpreadsheet.getOriginsSheet()
static DocumentInfoSheet
DocumentInfoSheet.openVersion
(org.apache.poi.ss.usermodel.Workbook workbook, String originSheetName, String version, org.spdx.storage.IModelStore modelStore, org.spdx.library.ModelCopyManager copyManager) Open an existing worksheetMethods in org.spdx.spreadsheetstore with parameters of type DocumentInfoSheetModifier and TypeMethodDescriptionvoid
SpdxSpreadsheet.setDocumentInfoSheet
(DocumentInfoSheet documentInfoSheet) void
SpdxSpreadsheet.setOriginsSheet
(DocumentInfoSheet originsSheet)