Report Format Types
Summary
- AdapTable ships with 4 Report Format Types that can be used to format Report data:
- Excel
- VisualExcel
- JSON
- CSV
Reports in AdapTable can be exported using 4 different Report Format Types:
ExcelVisualExcelJSONCSV
2 Format Types (JSON, CSV) export to File and Clipboard, and 2 (Excel, VisualExcel) just to File:
| Report Format | All Reports | Exports to File | Exports to Clipboard |
|---|---|---|---|
| Excel | ✅ | ✅ | ❌ |
| Visual Excel | ✅ | ✅ | ❌ |
JSON | ✅ | ✅ | ✅ |
CSV | ✅ | ✅ | ✅ |
Limiting System Report Formats
By default all System Report Format Types will be shipped with AdapTable and available for use.
However this can be changed via the systemReportFormats property of Export Options.
The property returns a list (either directly or via a function) of which System Report Formats should be available.
- In this example AdapTable has been limited to just 2 System Report Formats:
JSONCSV
FAQ
Can I export using a different Report Format Type to those provided by AdapTable e.g. PDF? At the moment its not possible to provide custom Report Format Types in the same way as Custom Reports but we hope to introduce that functionality soon. However you can provide PDF as a Custom Export Destination and then AdapTable will invoke the export function you provide, allowing you to use whichever PDF converter library you wish.