nicolaskruchten / pivottable

Open-source Javascript Pivot Table (aka Pivot Grid, Pivot Chart, Cross-Tab) implementation with drag'n'drop.
https://pivottable.js.org/
MIT License
4.33k stars 1.07k forks source link

Multiple worksheets in CSV #1326

Open kbchiew69 opened 1 year ago

kbchiew69 commented 1 year ago

Hi, due to the large data, I need to split the data into categories, at which, each category in separate worksheet in CSV file.

How to make the PivotTable to read from other worksheet in the same CSV file ?