create_pivot_table
Generate pivot tables in Excel by specifying source data, rows, values, and aggregation functions. Optimize data analysis with customizable row, column, and value fields, and define target sheets or cells for precise placement.
Instructions
Create pivot table in worksheet.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
agg_func | No | mean | |
columns | No | ||
data_range | Yes | ||
filepath | Yes | ||
pivot_name | No | ||
rows | Yes | ||
sheet_name | Yes | ||
target_cell | No | ||
target_sheet | No | ||
values | Yes |