Table Report Export
In this article
In Browse mode, you can export a table report:
- In .xlsx format using the Download (.xlsx) button
- In .csv format using the Download (.csv) button
The downloaded file is named after the dashboard. Export to .csv format requires the Export components privilege.
Table Export Details
- Exported data respects applied filters
- The exported file name is generated as follows:
- Special characters are replaced with
_ - For long names:
- Length is validated (excess characters are truncated if the name doesn’t fit)
- Spaces are removed, and each word starts with a capital letter (PascalCase)
- If the widget has no title, the filename defaults to:
log_minus_table_component.csv(log_minusbeing the report name) - Cyrillic characters are transliterated into Latin
- Special characters are replaced with
- Double quotes are escaped
- Line breaks are represented as
\n - Column delimiter is always
;for exports from report widgets - When exporting to .csv and re-importing into the system, data remains identical except for fields formatted as Duration—these are exported and re-imported in seconds. Re-import from .xlsx is not supported
- In Excel, data appears exactly as in the widget, except for Duration fields, which display in seconds. When opened in a plain-text editor, other values may appear differently due to escaping
- Exported files use UTF-8 encoding
Export Row Limit
For .xlsx exports, the number of exported rows depends on the Row limit setting in the widget. The Row limit setting affects only the number of rows displayed in the widget itself.
Was the article helpful?
Yes
No