## 🚀 Feature Proposal I would like to add a pivot table based on a range or a table, e.g. starting at A3 or from `SourceTableName` ## Motivation I have tables not starting at A1 ## Example ```typescript sheet.addPivotTable({ ... range, }) ```
🚀 Feature Proposal
I would like to add a pivot table based on a range or a table, e.g. starting at A3 or from
SourceTableNameMotivation
I have tables not starting at A1
Example