public class RSTableToXLS
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
EXCEL_MAX_COLS |
static int |
EXCEL_MAX_ROWS |
| Constructor and Description |
|---|
RSTableToXLS() |
| Modifier and Type | Method and Description |
|---|---|
void |
exportToExcel(RSTableModel table,
Workbook workbook,
Sheet sheet,
boolean excel2008) |
void |
exportToExcel(RSTableModel table,
Workbook workbook,
Sheet sheet,
boolean excel2008,
TableReport report) |
public static final int EXCEL_MAX_ROWS
public static final int EXCEL_MAX_COLS
public void exportToExcel(RSTableModel table, Workbook workbook, Sheet sheet, boolean excel2008) throws ExcelExportException
ExcelExportExceptionpublic void exportToExcel(RSTableModel table, Workbook workbook, Sheet sheet, boolean excel2008, TableReport report) throws ExcelExportException
ExcelExportException