create-table
Generate table images by specifying data, columns, and styling options. Obtain a table image URL or save it directly to a file for easy integration or sharing.
Instructions
Create table images using QuickChart - get table image URL or save table image to file
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Whether to get table URL or save as file | |
| data | Yes | Table data with title, columns, and dataSource | |
| options | No | Table styling options | |
| outputPath | No | Path where to save the file (only used with action=save_file) |