Replies: 6 comments 15 replies
-
Excellent timing as I needed this for a project I'm working on. |
Beta Was this translation helpful? Give feedback.
-
Will 4.4.1 also include experimental support for nest Columns? |
Beta Was this translation helpful? Give feedback.
-
From where shall i get version 4.4.1? As on npm latest is 4.4.0. |
Beta Was this translation helpful? Give feedback.
-
Hello there! What is the difficulty in making pivot table reading support? Why when reading a file .xlsx and its saving are the pivot tables missing? In no library has npm found support for reading and saving linked tables. |
Beta Was this translation helpful? Give feedback.
-
Does not take columns or values when name contains newline characters ( |
Beta Was this translation helpful? Give feedback.
-
Hey everyone, I’ve submitted a PR to add support for the Count metric in PivotTable, which allows users to aggregate data based on the number of occurrences in a given field. Currently, exceljs supports Sum metric, but Count was missing. This update brings it closer to native Excel functionality. #2885 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Pivot Table support is coming with ExcelJS 4.5.0.
(As of ExcelJS 4.4.1, experimental support is available.)
Try it out
Note that the names
rows
,columns
, andvalues
are modeled after the Pivot Table Fields dialogue in Excel:Limitations
The current experimental version has several limitations, including:
Feedback
Please try it out and leave feedback of how it goes. Also feel free to request features.
Beta Was this translation helpful? Give feedback.
All reactions