tjbearse / sheet-block-editor

A block based visual editor for Google Sheets
https://tjbearse.github.io/sheet-block-editor/
GNU General Public License v3.0
3 stars 0 forks source link

Support variadic version of GETPIVOTDATA #36

Open tjbearse opened 1 year ago

tjbearse commented 1 year ago

this function has two variadic arguments that are arranged serially rather than pairs. The mutator isn't ale to do this and it will need to work quite differently (second set of varg numbers will change on each size change). Block generator has a special case to disable this but has commented code and a test already.

related to #8