public abstract class TableModelUtilsOfExcel extends Object
| Constructor and Description |
|---|
TableModelUtilsOfExcel() |
| Modifier and Type | Method and Description |
|---|---|
static void |
entityPackage2Excel(String pkgName,
String fileName)
Export entity to excel csv format file
|
static String |
model2CSVString(TableModel t)
Translate tableModel to CSV String
|
static void |
model2Excel(String fileName,
TableModel... models)
Export TableModel array to excel csv format file
|
public static void entityPackage2Excel(String pkgName, String fileName)
public static void model2Excel(String fileName, TableModel... models)
public static String model2CSVString(TableModel t)
Copyright © 2022. All rights reserved.