public final class HtmlToExcelUtil extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static org.apache.poi.ss.usermodel.Workbook |
htmlToExcel(InputStream is,
ExcelType type) |
static org.apache.poi.ss.usermodel.Workbook |
htmlToExcel(String html,
ExcelType type) |
public static org.apache.poi.ss.usermodel.Workbook htmlToExcel(String html, ExcelType type)
public static org.apache.poi.ss.usermodel.Workbook htmlToExcel(InputStream is, ExcelType type)
Copyright © 2017. All Rights Reserved.