程序包 | 说明 |
---|---|
com.sh.module.model | |
com.sh.module.po | |
com.sh.module.util |
限定符和类型 | 方法和说明 |
---|---|
java.io.InputStream |
ModuleModel.processExportExcel(Table table)
导出Excel
|
限定符和类型 | 方法和说明 |
---|---|
java.io.InputStream |
ModuleModel.processExportExcel(java.util.List<Table> tableList)
导出Excel多sheet
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<Table> |
Module.getTableList() |
限定符和类型 | 方法和说明 |
---|---|
void |
Module.setTableList(java.util.List<Table> tableList) |
限定符和类型 | 方法和说明 |
---|---|
static Table |
ParseTableXml.parseTableProperty(org.jdom.Element tableEl,
Module module)
解析表格基本属性
|
static Table |
ModelUtil.processExportTable(Table table,
DataCenter dc) |
限定符和类型 | 方法和说明 |
---|---|
static java.util.List<Table> |
ParseListTable.loadTable(org.jdom.Element moduleEl,
Module module)
加载表体数据
|
限定符和类型 | 方法和说明 |
---|---|
static java.io.InputStream |
ExportExcel.doExport(Table table,
DataCenter dc)
导出Excel
|
static Table |
ModelUtil.processExportTable(Table table,
DataCenter dc) |
限定符和类型 | 方法和说明 |
---|---|
static java.io.InputStream |
ExportExcel.doExport(java.util.List<Table> tableList,
DataCenter dc)
导出多sheet
|