org.zkoss.json.JSONObject |
SpreadsheetCtrl.getCellAttr(SSheet sheet,
SpreadsheetCtrl.CellAttribute type,
int row,
int col,
StringAggregation styleAggregation,
StringAggregation textAggregation,
MergeAggregation mergeAggregation) |
Return Cell attributes
r: row number
c: column number
t: cell html text
et: cell edit text
ft: format text
meft: merge cell html text, edit text and format text
ct: cell type
s: cell style
is: cell inner style
rb: cell right border
l: locked>
wp: wrap
ha: horizontal alignment>
va: vertical alignment>
mi: merge id index
mc: merge CSS index
fs: font size
fn: font name
ovf: overflow
Ignore put attribute if it's default
Default attributes
Cell type: blank>
Locked: true>
Wrap: false
Horizontal alignment: left>
Vertical alignment: top>
Overflow: false
Font size: 11pt>
|