@watzon/baserow
Preparing search index...
types
ExcelExporterOptions
Interface ExcelExporterOptions
interface
ExcelExporterOptions
{
excelIncludeHeader
?:
boolean
;
exportCharset
?:
ExportCharset
;
exporterType
:
"excel"
;
fields
?:
null
|
number
[]
;
filters
?:
null
|
PublicViewFilters
;
orderBy
?:
null
|
string
;
viewId
?:
null
|
number
;
}
Hierarchy
BaseExportOptions
ExcelExporterOptions
Index
Properties
excel
Include
Header?
export
Charset?
exporter
Type
fields?
filters?
order
By?
view
Id?
Properties
Optional
excel
Include
Header
excelIncludeHeader
?:
boolean
Optional
export
Charset
exportCharset
?:
ExportCharset
exporter
Type
exporterType
:
"excel"
Optional
fields
fields
?:
null
|
number
[]
Optional
filters
filters
?:
null
|
PublicViewFilters
Optional
order
By
orderBy
?:
null
|
string
Optional
view
Id
viewId
?:
null
|
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
excel
Include
Header
export
Charset
exporter
Type
fields
filters
order
By
view
Id
@watzon/baserow
Loading...