public class Excel2Html extends Object
| Constructor and Description |
|---|
Excel2Html() |
| Modifier and Type | Method and Description |
|---|---|
static String |
excelToHtml(String realPath) |
static String |
getCellValueFormula(org.apache.poi.ss.usermodel.Cell cell,
org.apache.poi.ss.usermodel.FormulaEvaluator formulaEvaluator) |
static String |
getExcelInfo(org.apache.poi.ss.usermodel.Workbook wb,
boolean isWithStyle) |
static void |
main(String[] args) |
public static void main(String[] args) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic static String getExcelInfo(org.apache.poi.ss.usermodel.Workbook wb, boolean isWithStyle)
public static String getCellValueFormula(org.apache.poi.ss.usermodel.Cell cell, org.apache.poi.ss.usermodel.FormulaEvaluator formulaEvaluator)
Copyright © 2021. All rights reserved.