类 ExcelUtils
- java.lang.Object
-
- net.sinodawn.framework.io.excel.utils.ExcelUtils
-
public abstract class ExcelUtils extends Object
-
-
构造器概要
构造器 构造器 说明 ExcelUtils()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static voidcopyRow(org.apache.poi.ss.usermodel.Sheet sheet, int sourceRowNum, int destRowNum)static voidcopyRow(org.apache.poi.ss.usermodel.Sheet sheet, int sourceRowNum, int destRowNum, boolean copyValue)static intgetCellWidth(String content)static org.apache.poi.ss.usermodel.CellStylegetCenterCellStyle(org.apache.poi.ss.usermodel.Workbook wb)static org.apache.poi.ss.usermodel.CellStylegetFooterCenterCellStyle(org.apache.poi.ss.usermodel.Workbook wb)static org.apache.poi.ss.usermodel.CellStylegetFooterRightCellStyle(org.apache.poi.ss.usermodel.Workbook wb)static org.apache.poi.ss.usermodel.CellStylegetLeftCellStyle(org.apache.poi.ss.usermodel.Workbook wb)static org.apache.poi.ss.usermodel.CellStylegetRightCellStyle(org.apache.poi.ss.usermodel.Workbook wb)static org.apache.poi.ss.usermodel.CellStylegetTitleCellStyle(org.apache.poi.ss.usermodel.Workbook wb)static org.apache.poi.ss.usermodel.CellStylegetTopicCellStyle(org.apache.poi.ss.usermodel.Workbook wb)static StringgetWellFormedSheetName(String sheetName)
-
-
-
方法详细资料
-
getTopicCellStyle
public static final org.apache.poi.ss.usermodel.CellStyle getTopicCellStyle(org.apache.poi.ss.usermodel.Workbook wb)
-
getTitleCellStyle
public static final org.apache.poi.ss.usermodel.CellStyle getTitleCellStyle(org.apache.poi.ss.usermodel.Workbook wb)
-
getFooterCenterCellStyle
public static final org.apache.poi.ss.usermodel.CellStyle getFooterCenterCellStyle(org.apache.poi.ss.usermodel.Workbook wb)
-
getFooterRightCellStyle
public static final org.apache.poi.ss.usermodel.CellStyle getFooterRightCellStyle(org.apache.poi.ss.usermodel.Workbook wb)
-
getCenterCellStyle
public static final org.apache.poi.ss.usermodel.CellStyle getCenterCellStyle(org.apache.poi.ss.usermodel.Workbook wb)
-
getLeftCellStyle
public static final org.apache.poi.ss.usermodel.CellStyle getLeftCellStyle(org.apache.poi.ss.usermodel.Workbook wb)
-
getRightCellStyle
public static final org.apache.poi.ss.usermodel.CellStyle getRightCellStyle(org.apache.poi.ss.usermodel.Workbook wb)
-
getCellWidth
public static final int getCellWidth(String content)
-
copyRow
public static final void copyRow(org.apache.poi.ss.usermodel.Sheet sheet, int sourceRowNum, int destRowNum)
-
copyRow
public static final void copyRow(org.apache.poi.ss.usermodel.Sheet sheet, int sourceRowNum, int destRowNum, boolean copyValue)
-
-