generate_html_report
Create interactive HTML reports and dashboards with responsive design, charts, and filtering capabilities for Microsoft 365 data analysis.
Instructions
Create interactive HTML reports and dashboards with responsive design, charts, and filtering capabilities.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action: create new HTML report, get existing, or list all | |
| fileName | No | Name for the HTML file (for create action) | |
| driveId | No | OneDrive/SharePoint drive ID (default: user's OneDrive) | |
| folderId | No | Folder ID within the drive (default: root) | |
| template | No | Template configuration for HTML report styling | |
| sections | No | Array of HTML sections to create | |
| includeCharts | No | Enable interactive charts with Chart.js | |
| fileId | No | File ID for get action | |
| filter | No | OData filter for list action | |
| top | No | Number of results to return (for list action) |