jmcnamara / XlsxWriter

A Python module for creating Excel XLSX files.
https://xlsxwriter.readthedocs.io
BSD 2-Clause "Simplified" License
3.66k stars 632 forks source link

feature request: add support for waterfall graphs #1066

Closed muriloOEM closed 6 months ago

muriloOEM commented 7 months ago

Feature Request

if possible, it would be great to be able to use xlsxwriter to plot waterfall graphs in excel.

Fridtjof4CVO commented 6 months ago

Would be a plus 1 form me!

jmcnamara commented 6 months ago

The new Excel 365 chart types such as Waterfall, Histogram, Pareto, Box and Whisker, Treemap, and Sunburst are structured completely differently from other, older, chart types.

So it isn't a simple task to add them. I would like to try but with my current backlog it is unlikely that I will get to them this year.

So it is probably best that I close this feature request for now.