export_to_excel
Export accessibility audit results to Excel/XLSX format with customizable formatting and optional charts. Provide audit results or a URL to run an audit before exporting.
Instructions
Export audit results to Excel/XLSX format with formatting. Requires xlsx package.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes | Audit results object or URL string. If URL is provided, an audit will be run first. | |
| formatting | No | Apply colors, headers, and styling (default: true). | |
| includeCharts | No | Generate charts for score trends and category breakdown (default: false). |