summaryrefslogtreecommitdiffhomepage
path: root/examples/README.md
AgeCommit message (Collapse)Author
2023-10-09Link chart series colors example properlyOriol Blanc
2022-06-05Add example for defining print area (#134)Stefan
2022-04-14Add row outline options exampleToms Mikoss
2022-02-06Autowidth cell calculation is now configurableTobias Egli
On the workbook you can now configure the font_scale_divisor and the bold_font_multiplier to get better results for the automatic cell width calculationb
2021-11-22Correcting typoVladimir Támara Patiño
2021-07-24Add overlap to bar charts (#107)Zsolt Kozaroczy
2021-04-26Add option to define a series color for the BarSeries (#81)Zsolt Kozaroczy
2021-03-19Add conditional formatting example for text equalityKoza
2020-09-11Restructure examples folder (#47)Zsolt Kozaroczy
Split examples into separate markdown files, each containing a description, sample code, and a screenshot of the resulting xlsx document. The script `generate.rb` is provided to actually generate the example documents by executing the sample code contained in the markdown files.