public class DocumentSheet extends AbstractSheet
checkboxStyle, dateStyle, firstCellNum, firstRowNum, FONT_SIZE, greenWrapped, lastRowNum, redWrapped, sheet, workbook, yellowWrapped| Constructor and Description |
|---|
DocumentSheet(org.apache.poi.ss.usermodel.Workbook workbook,
String sheetName) |
| Modifier and Type | Method and Description |
|---|---|
static void |
create(org.apache.poi.ss.usermodel.Workbook wb,
String sheetName) |
void |
importCompareResults(SpdxComparer comparer,
String[] docNames)
Import compare results from a comparison
|
String |
verify() |
addRow, clear, createCenterStyle, createHeaderStyle, createLeftWrapStyle, getFirstDataRow, getNumDataRows, getSheet, resizeRowspublic DocumentSheet(org.apache.poi.ss.usermodel.Workbook workbook,
String sheetName)
workbook - sheetName - public String verify()
verify in class AbstractSheetpublic static void create(org.apache.poi.ss.usermodel.Workbook wb,
String sheetName)
wb - sheetName - public void importCompareResults(SpdxComparer comparer, String[] docNames) throws SpdxCompareException, InvalidSPDXAnalysisException
comparer - Comparer which compared the documentsdocNames - Document names - order must be the same as the documents providedInvalidSPDXAnalysisExceptionSpdxCompareExceptionCopyright © 2017 Linux Foundation. All Rights Reserved.