public class VerificationSheet extends AbstractSheet
checkboxStyle, dateStyle, firstCellNum, firstRowNum, FONT_SIZE, greenWrapped, lastRowNum, redWrapped, sheet, workbook, yellowWrapped| Constructor and Description |
|---|
VerificationSheet(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 |
importVerificationErrors(List<String>[] verificationErrors,
String[] docNames)
Import verification errors
|
String |
verify() |
addRow, clear, createCenterStyle, createHeaderStyle, createLeftWrapStyle, getFirstDataRow, getNumDataRows, getSheet, resizeRowspublic VerificationSheet(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 importVerificationErrors(List<String>[] verificationErrors, String[] docNames) throws SpreadsheetException
verificationErrors - Array of verification error message arraylists ordered by docnamedocNames - Name of documents relating to the errorsSpreadsheetExceptionCopyright © 2017 Linux Foundation. All Rights Reserved.