jmcnamara / rust_xlsxwriter

A Rust library for creating Excel XLSX files.
https://crates.io/crates/rust_xlsxwriter
Apache License 2.0
250 stars 23 forks source link

feature request: pivot tables? #53

Closed cchance27 closed 10 months ago

cchance27 commented 10 months ago

Feature Request

Any chance that you plan to add the ability to do pivot tables on a range of cells?

jmcnamara commented 10 months ago

I've had a look at this in the past (a couple of times) and unfortunately it is too large and complicated to tackle. Some of the issues are:

So overall this is a can't/won't fix (more can't than won't since Pivots are a killer feature for Excel).