Added
- Added support for chart trendlines (Linear, Polynomial, Moving Average, etc.)
via the [`ChartTrendline`] struct and methods.
- Added the [`Worksheet::set_very_hidden()`] method to hide a worksheet similar
to the [`Worksheet::set_hidden()`] method. The difference is that the worksheet
can only be unhidden by VBA and cannot be unhidden in the the Excel user
interface.
- Added support for leader lines to non-Pie charts.
Fixed
- Fixed handling of [future functions] in table formulas.
[`ChartTrendline`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/chart/struct.ChartTrendline.html
[`Worksheet::set_very_hidden()`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/worksheet/struct.Worksheet.html#method.set_very_hidden
[future functions]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.Formula.html#formulas-added-in-excel-2010-and-later