Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.75 KB

File metadata and controls

23 lines (18 loc) · 1.75 KB

Settings

Additional settings.

Properties

Name Type Description Notes
delimiter str Set column delimiter. (CSV) [optional]
export_info bool If true, the export will contain the information about the export – exported date, filters, etc. Works only with `visualizationObject`. (XLSX, PDF) [optional] if omitted the server will use the default value of False
grand_totals_position str Grand totals position. Takes precedence over position specified in visualization. [optional]
merge_headers bool Merge equal headers in neighbouring cells. (XLSX) [optional]
page_orientation str Set page orientation. (PDF) [optional] if omitted the server will use the default value of "PORTRAIT"
page_size str Set page size. (PDF) [optional] if omitted the server will use the default value of "A4"
pdf_page_size str Page size and orientation. (PDF) [optional]
pdf_table_style [PdfTableStyle] Custom CSS styles for the table. (PDF, HTML) [optional]
pdf_top_left_content str Top left header content. (PDF) [optional]
pdf_top_right_content str Top right header content. (PDF) [optional]
show_filters bool Print applied filters on top of the document. (PDF/HTML when visualizationObject is given) [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]