public class HeightCssConverImpl extends java.lang.Object implements ICssConvertToExcel, ICssConvertToHtml
| 构造器和说明 |
|---|
HeightCssConverImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
convertToExcel(org.apache.poi.ss.usermodel.Cell cell,
org.apache.poi.ss.usermodel.CellStyle cellStyle,
CellStyleEntity style)
把HTML样式转换成Cell样式
|
java.lang.String |
convertToHtml(org.apache.poi.ss.usermodel.Cell cell,
org.apache.poi.ss.usermodel.CellStyle cellStyle,
CellStyleEntity style)
把Excel单元格样式转换成HTML样式
|
public java.lang.String convertToHtml(org.apache.poi.ss.usermodel.Cell cell,
org.apache.poi.ss.usermodel.CellStyle cellStyle,
CellStyleEntity style)
ICssConvertToHtmlconvertToHtml 在接口中 ICssConvertToHtmlpublic void convertToExcel(org.apache.poi.ss.usermodel.Cell cell,
org.apache.poi.ss.usermodel.CellStyle cellStyle,
CellStyleEntity style)
ICssConvertToExcelconvertToExcel 在接口中 ICssConvertToExcelCopyright © 2018 Lumer. All Rights Reserved.