| Name | Type | Description |
|---|---|---|
| cols | GridColumnConfig[] | Column layout information. |
| freezepane | { colsplit: Number, rowsplit: Number } | Number of columns and rows. |
| metadata | {[key:string]: String | false | true} | Configuration information when exporting Excel. |
| name | String | Sheet name. |
| rowgroups | RowGroup[] | Row information. |
| type | GridColumnConfig[] |
|---|---|
|
Column layout information.
|
| type | { colsplit: Number, rowsplit: Number } |
|---|---|
|
Number of columns and rows.
|
| type | {[key:string]: String | false | true} |
|---|---|
|
Configuration information when exporting Excel. (Password, output paper direction)
wrapLineBreak: default false. If set to true, cells with newline in the value are wrapped.
|
| type | String |
|---|---|
|
Sheet name.
|
| type | RowGroup[] |
|---|---|
|
Row information.
|