randym / axlsx

xlsx generation with charts, images, automated column width, customizable styles and full schema validation. Axlsx excels at helping you generate beautiful Office Open XML Spreadsheet documents without having to understand the entire ECMA specification. Check out the README for some examples of how easy it is. Best of all, you can validate your xlsx file before serialization so you know for sure that anything generated is going to load on your client's machine.
MIT License
2.62k stars 696 forks source link

Combining line and bar charts #351

Open marcossousa opened 10 years ago

marcossousa commented 10 years ago

Hi,

I would like to know if is it possible to generate an mixed chart of lines and bars series like the example bellow:

chart

jeremy-hubble commented 8 years ago

I would also be interested in generated a bar/line chart.