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