org.jeecgframework.poi.excel
类 ExcelToHtmlUtil

java.lang.Object
  继承者 org.jeecgframework.poi.excel.ExcelToHtmlUtil

public final class ExcelToHtmlUtil
extends Object

Excel 变成界面

作者:
JueYue

方法摘要
static String toAllHtml(org.apache.poi.ss.usermodel.Workbook wb)
          转换成为完整界面
static String toAllHtml(org.apache.poi.ss.usermodel.Workbook wb, int sheetNum)
          转换成为完整界面
static String toAllHtml(org.apache.poi.ss.usermodel.Workbook wb, int sheetNum, String path)
          转换成为完整界面,显示图片
static String toAllHtml(org.apache.poi.ss.usermodel.Workbook wb, String path)
          转换成为完整界面,显示图片
static String toTableHtml(org.apache.poi.ss.usermodel.Workbook wb)
          转换成为Table
static String toTableHtml(org.apache.poi.ss.usermodel.Workbook wb, int sheetNum)
          转换成为Table
static String toTableHtml(org.apache.poi.ss.usermodel.Workbook wb, int sheetNum, String path)
          转换成为Table,显示图片
static String toTableHtml(org.apache.poi.ss.usermodel.Workbook wb, String path)
          转换成为Table,显示图片
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

方法详细信息

toTableHtml

public static String toTableHtml(org.apache.poi.ss.usermodel.Workbook wb)
转换成为Table

参数:
wb - Excel
返回:

toTableHtml

public static String toTableHtml(org.apache.poi.ss.usermodel.Workbook wb,
                                 String path)
转换成为Table,显示图片

参数:
wb - Excel
返回:

toTableHtml

public static String toTableHtml(org.apache.poi.ss.usermodel.Workbook wb,
                                 int sheetNum)
转换成为Table

参数:
wb - Excel
sheetNum - sheetNum
返回:

toTableHtml

public static String toTableHtml(org.apache.poi.ss.usermodel.Workbook wb,
                                 int sheetNum,
                                 String path)
转换成为Table,显示图片

参数:
wb - Excel
sheetNum - sheetNum
返回:

toAllHtml

public static String toAllHtml(org.apache.poi.ss.usermodel.Workbook wb)
转换成为完整界面

参数:
wb - Excel
返回:

toAllHtml

public static String toAllHtml(org.apache.poi.ss.usermodel.Workbook wb,
                               String path)
转换成为完整界面,显示图片

参数:
wb - Excel
path - 图片保存路径
返回:

toAllHtml

public static String toAllHtml(org.apache.poi.ss.usermodel.Workbook wb,
                               int sheetNum)
转换成为完整界面

参数:
wb - Excel
sheetNum - sheetNum
返回:

toAllHtml

public static String toAllHtml(org.apache.poi.ss.usermodel.Workbook wb,
                               int sheetNum,
                               String path)
转换成为完整界面,显示图片

参数:
wb - Excel
sheetNum - sheetNum
返回:


Copyright © 2015. All Rights Reserved.