Uses of Class
org.openxava.util.jxls.JxlsWorkbook
Packages that use JxlsWorkbook
-
Uses of JxlsWorkbook in org.openxava.util.jxls
Methods in org.openxava.util.jxls with parameters of type JxlsWorkbookModifier and TypeMethodDescriptionprotected JxlsStyleJxlsStyle.clone(JxlsWorkbook workbook, String name) protected voidJxlsCell.createPOICell(JxlsWorkbook workbook, org.apache.poi.ss.usermodel.Sheet sheet, Map<Integer, JxlsStyle> columnStyles) protected voidJxlsStyle.createPOICellStyle(JxlsWorkbook workbook, org.apache.poi.ss.usermodel.Workbook poiWorkbook) protected voidJxlsSheet.createPOISheet(JxlsWorkbook workbook, org.apache.poi.ss.usermodel.Workbook wb) Constructors in org.openxava.util.jxls with parameters of type JxlsWorkbookModifierConstructorDescriptionprotectedJxlsSheet(JxlsWorkbook workbook, String name) protectedJxlsSheet(JxlsWorkbook workbook, String name, int index) protectedJxlsStyle(JxlsWorkbook workbook, String name, int type) protectedJxlsStyle(JxlsWorkbook workbook, String name, String format)