public interface CellDisplayLoader
Modifier and Type | Method and Description |
---|---|
String |
getCellHtmlText(SSheet sheet,
int row,
int column)
return the html text for this cell
|
String |
getCellHtmlText(SSheet sheet,
int row,
int column,
FormatResult ft,
SCellStyle tbStyle)
Deprecated.
|
String |
getCellHtmlText(SSheet sheet,
int row,
int column,
FormatResult ft,
SCellStyle tbStyle,
SConditionalStyle cdStyle) |
String getCellHtmlText(SSheet sheet, int row, int column)
String getCellHtmlText(SSheet sheet, int row, int column, FormatResult ft, SCellStyle tbStyle)
sheet
- row
- column
- String getCellHtmlText(SSheet sheet, int row, int column, FormatResult ft, SCellStyle tbStyle, SConditionalStyle cdStyle)
sheet
- row
- column
- ft
- tbStyle
- cdStyle
- Copyright © 2020. All rights reserved.