public final class ExcelToHtmlUtil extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
toAllHtml(org.apache.poi.ss.usermodel.Workbook wb)
转换成为完整界面
|
static String |
toAllHtml(org.apache.poi.ss.usermodel.Workbook wb,
int sheetNum)
转换成为完整界面
|
static String |
toTableHtml(org.apache.poi.ss.usermodel.Workbook wb)
转换成为Table
|
static String |
toTableHtml(org.apache.poi.ss.usermodel.Workbook wb,
int sheetNum)
转换成为Table
|
public static String toTableHtml(org.apache.poi.ss.usermodel.Workbook wb)
wb - Excelpublic static String toTableHtml(org.apache.poi.ss.usermodel.Workbook wb, int sheetNum)
wb - ExcelsheetNum - sheetNumpublic static String toAllHtml(org.apache.poi.ss.usermodel.Workbook wb)
wb - ExcelsheetNum - sheetNumpublic static String toAllHtml(org.apache.poi.ss.usermodel.Workbook wb, int sheetNum)
wb - ExcelsheetNum - sheetNumCopyright © 2022. All rights reserved.