Exporting Reports as Excel (.xlsx) #
Excel export produces a properly formatted .xlsx file with column headers and data types.
How to Export #
On any report results page or analytics page with export options:
- Click Export Excel
- The .xlsx file downloads immediately
Excel Format Details #
- Single worksheet
- Row 1: Column headers (bold)
- Data rows: numbers formatted as numbers, dates formatted as dates
- File extension:
.xlsx(compatible with Excel 2007 and later, Google Sheets, LibreOffice)
Technical Note #
Excel export uses SimpleXLSXGen, a single-file PHP library included with DMSI Analytics. No server-side Excel applications are required.
