Feature
Ever opened an exported spreadsheet a week later and wondered which dashboard was this, with which filters, and how fresh is the data? Your exports now answer that themselves.

Every Excel export - dashboard downloads, single-report downloads, scheduled e-mail attachments, and sharing-link downloads - starts with an Info worksheet that carries the full context:
- What and where: the dashboard or report name, its description, and a clickable live link that reopens the exact view, with the export's filter values applied
- Who and when: when the file was generated (in your dashboard's time zone and UTC) and by whom - a user, a public link, or a schedule
- Which filters: every applied filter with human-readable values, the way they appear in the filter bar - How fresh: per-worksheet data timestamps, so a stale sheet can't masquerade as current data
There's also a new Download CSV (ZIP) action on dashboards, right next to Download Excel: one zip file with a CSV per report, plus a README.txt carrying the same context - link, filters, and per-file data freshness.

For API users: nothing changes by default - getReportData keeps its existing contract. Pass include_info_sheet: true to opt your XLSX exports into the Info sheet (API docs).
The Info sheet and README are enabled for all organizations; if you'd prefer exports without them, contact support.










