| Package | Description |
|---|---|
| tecgraf.javautils.excel.v1 | |
| tecgraf.javautils.excel.v1.util |
| Modifier and Type | Method and Description |
|---|---|
void |
ExcelExportableAdapter.exportExcel(Component component,
ExcelStructureTool head,
ExcelDataTool data,
ExcelStyleTool style,
ExcelTable format)
Exporta o componente
|
void |
ExcelExportable.exportExcel(ExcelStructureTool head,
ExcelDataTool data,
ExcelStyleTool style,
ExcelTable format)
Exporta o componente
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultExcelTable
Implementação padrão do ExcelTable
|
| Modifier and Type | Method and Description |
|---|---|
void |
VerticalExcelModel.addExportable(ExcelExportable exportable,
ExcelTable format) |
void |
VerticalExcelModel.addTable(JTable table,
ExcelTable format)
Adiciona uma tabela
|
void |
VerticalExcelModel.addTable(JTable table,
ExcelTable format,
boolean firstIsRowHeader)
Adiciona uma tabela
|
static void |
ExcelTableUtil.exportData(ExcelDataTool data,
ExcelStyleTool style,
JTable table,
ExcelTable format,
boolean firstIsRowHeader,
int dataRow,
int dataColumn)
Exporta o conteúdo da tabela
|
static void |
ExcelTableUtil.setTable(ExcelStructureTool head,
ExcelDataTool data,
ExcelStyleTool style,
int column,
int row,
JTable table,
ExcelTable format)
Atribui uma tabela a uma planilha excel
|
static void |
ExcelTableUtil.setTable(ExcelStructureTool head,
ExcelDataTool data,
ExcelStyleTool style,
int column,
int row,
JTable table,
ExcelTable format,
boolean firstIsRowHeader)
Atribui uma tabela a uma planilha excel
|
static void |
ExcelTableUtil.showBasicColumnHeader(ExcelStructureTool head,
ExcelDataTool data,
ExcelStyleTool style,
JTable table,
int dataRow,
int dataColumn,
ExcelTable format)
Imprime o cabeçalho de linha no modo basico
|
static void |
ExcelTableUtil.showCorner(ExcelStructureTool head,
ExcelDataTool data,
ExcelStyleTool style,
JTable table,
int row,
int column,
int dataRow,
int dataColumn,
ExcelTable format)
Função responsável por exibir o corner da tabela
|
static void |
ExcelTableUtil.showRowHeader(ExcelStructureTool head,
ExcelDataTool data,
ExcelStyleTool style,
JTable table,
int row,
int column,
ExcelTable format)
Imprime o cabeçalho de linha
|
Copyright © 2019 Tecgraf/PUC-Rio. All rights reserved.