| 程序包 | 说明 |
|---|---|
| org.jeecgframework.poi.excel.html.css | |
| org.jeecgframework.poi.excel.html.css.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ICssConvertToExcel.convertToExcel(org.apache.poi.ss.usermodel.Cell cell,
CellStyleEntity style)
把HTML样式转换成Cell样式
|
void |
CssConverImpl.convertToExcel(org.apache.poi.ss.usermodel.Cell cell,
CellStyleEntity style) |
void |
ICssConvertToHtml.convertToHtml(org.apache.poi.ss.usermodel.Cell cell,
CellStyleEntity style)
把Excel单元格样式转换成HTML样式
|
void |
CssConverImpl.convertToHtml(org.apache.poi.ss.usermodel.Cell cell,
CellStyleEntity entity) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
WidthCssConverImpl.convertToExcel(org.apache.poi.ss.usermodel.Cell cell,
CellStyleEntity style) |
void |
HeightCssConverImpl.convertToExcel(org.apache.poi.ss.usermodel.Cell cell,
CellStyleEntity style) |
void |
BorderCssConverImpl.convertToExcel(org.apache.poi.ss.usermodel.Cell cell,
CellStyleEntity style) |
void |
WidthCssConverImpl.convertToHtml(org.apache.poi.ss.usermodel.Cell cell,
CellStyleEntity style) |
void |
HeightCssConverImpl.convertToHtml(org.apache.poi.ss.usermodel.Cell cell,
CellStyleEntity style) |
void |
BorderCssConverImpl.convertToHtml(org.apache.poi.ss.usermodel.Cell cell,
CellStyleEntity style) |
Copyright © 2016. All Rights Reserved.