cpr.utils.ExportData

Index

Properties
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.

Properties

cols
type GridColumnConfig[]
Column layout information.
freezepane
type { colsplit: Number, rowsplit: Number }
Number of columns and rows.
metadata
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.
name
type String
Sheet name.
rowgroups
type RowGroup[]
Row information.