jmcnamara/rust_xlsxwriter (rust_xlsxwriter)
### [`v0.53.0`](https://togithub.com/jmcnamara/rust_xlsxwriter/blob/HEAD/CHANGELOG.md#0530---2023-10-30)
[Compare Source](https://togithub.com/jmcnamara/rust_xlsxwriter/compare/v0.52.0...v0.53.0)
##### Added
- Added support for Excel Stock charts. See the [Stock Chart] cookbook example.
- Added support to charts for:
- Up-Down bars via the [`Chart::set_up_down_bars()`][Chart::set_up_down_bars()] struct and methods.
- High-Low lines via the [`Chart::set_high_low_lines()`][Chart::set_high_low_lines()] struct and methods.
- Drop lines via the [`Chart::set_high_low_lines()`][Chart::set_high_low_lines()] struct and methods.
- Chart axis support for Date, Text and Automatic axes via the
[`ChartAxis::set_date_axis()`][ChartAxis::set_date_axis()], [`ChartAxis::set_text_axis()`][ChartAxis::set_text_axis()]
and[`ChartAxis::set_automatic_axis()`][ChartAxis::set_automatic_axis()] methods.
- Chart axis support for minimum and maximum date values via the
[`ChartAxis::set_min_date()`][ChartAxis::set_min_date()] and [`ChartAxis::set_max_date()`][ChartAxis::set_max_date()] methods.
- Add worksheet syntactic helper methods
[`Worksheet::write_row_with_format()`][Worksheet::write_row_with_format()] and
[`Worksheet::write_column_with_format()`][Worksheet::write_column_with_format()].
[`Chart::set_drop_lines()`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.Chart.html#method.set_drop_lines
[`Chart::set_up_down_bars()`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.Chart.html#method.set_up_down_bars
[`Chart::set_high_low_lines()`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.Chart.html#method.set_high_low_lines
[`ChartAxis::set_date_axis()`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.ChartAxis.html#method.set_date_axis
[`ChartAxis::set_text_axis()`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.ChartAxis.html#method.set_text_axis
[`ChartAxis::set_automatic_axis()`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.ChartAxis.html#method.set_automatic_axis
[`ChartAxis::set_min_date()`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.ChartAxis.html#method.set_min_date
[`ChartAxis::set_max_date()`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.ChartAxis.html#method.set_max_date
[`Worksheet::write_row_with_format()`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.Worksheet.html#method.write_row_with_format
[`Worksheet::write_column_with_format()`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.Worksheet.html#method.write_column_with_format
[Stock Chart]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/cookbook/index.html#chart-stock-excel-stock-chart-example
### [`v0.52.0`](https://togithub.com/jmcnamara/rust_xlsxwriter/blob/HEAD/CHANGELOG.md#0520---2023-10-20)
[Compare Source](https://togithub.com/jmcnamara/rust_xlsxwriter/compare/v0.51.0...v0.52.0)
##### Added
- Added support for chart series error bars via the [`ChartErrorBars`][ChartErrorBars] struct
and methods.
[`ChartErrorBars`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.ChartErrorBars.html
##### Fixed
- Fixed XML error in non-Pie charts.
[GitHub Issue #55].
[GitHub Issue #55]: https://togithub.com/jmcnamara/rust_xlsxwriter/issues/55
### [`v0.51.0`](https://togithub.com/jmcnamara/rust_xlsxwriter/blob/HEAD/CHANGELOG.md#0510---2023-10-15)
[Compare Source](https://togithub.com/jmcnamara/rust_xlsxwriter/compare/v0.50.0...v0.51.0)
##### Added
- Added support for chart gradient fill formatting via the [`ChartGradientFill`][ChartGradientFill] struct and methods.
- Added support for formatting the chart trendlines data labels via the
[`ChartTrendline::set_label_font`][ChartTrendline::set_label_font] and [`ChartTrendline::set_label_format`][ChartTrendline::set_label_format].
[`ChartGradientFill`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.ChartGradientFill.html
[`ChartTrendline::set_label_font`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.ChartTrendline.html#method.set_label_font
[`ChartTrendline::set_label_format`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.ChartTrendline.html#method.set_label_format
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
0.50
->0.53
Release Notes
jmcnamara/rust_xlsxwriter (rust_xlsxwriter)
### [`v0.53.0`](https://togithub.com/jmcnamara/rust_xlsxwriter/blob/HEAD/CHANGELOG.md#0530---2023-10-30) [Compare Source](https://togithub.com/jmcnamara/rust_xlsxwriter/compare/v0.52.0...v0.53.0) ##### Added - Added support for Excel Stock charts. See the [Stock Chart] cookbook example. - Added support to charts for: - Up-Down bars via the [`Chart::set_up_down_bars()`][Chart::set_up_down_bars()] struct and methods. - High-Low lines via the [`Chart::set_high_low_lines()`][Chart::set_high_low_lines()] struct and methods. - Drop lines via the [`Chart::set_high_low_lines()`][Chart::set_high_low_lines()] struct and methods. - Chart axis support for Date, Text and Automatic axes via the [`ChartAxis::set_date_axis()`][ChartAxis::set_date_axis()], [`ChartAxis::set_text_axis()`][ChartAxis::set_text_axis()] and[`ChartAxis::set_automatic_axis()`][ChartAxis::set_automatic_axis()] methods. - Chart axis support for minimum and maximum date values via the [`ChartAxis::set_min_date()`][ChartAxis::set_min_date()] and [`ChartAxis::set_max_date()`][ChartAxis::set_max_date()] methods. - Add worksheet syntactic helper methods [`Worksheet::write_row_with_format()`][Worksheet::write_row_with_format()] and [`Worksheet::write_column_with_format()`][Worksheet::write_column_with_format()]. [`Chart::set_drop_lines()`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.Chart.html#method.set_drop_lines [`Chart::set_up_down_bars()`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.Chart.html#method.set_up_down_bars [`Chart::set_high_low_lines()`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.Chart.html#method.set_high_low_lines [`ChartAxis::set_date_axis()`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.ChartAxis.html#method.set_date_axis [`ChartAxis::set_text_axis()`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.ChartAxis.html#method.set_text_axis [`ChartAxis::set_automatic_axis()`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.ChartAxis.html#method.set_automatic_axis [`ChartAxis::set_min_date()`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.ChartAxis.html#method.set_min_date [`ChartAxis::set_max_date()`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.ChartAxis.html#method.set_max_date [`Worksheet::write_row_with_format()`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.Worksheet.html#method.write_row_with_format [`Worksheet::write_column_with_format()`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.Worksheet.html#method.write_column_with_format [Stock Chart]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/cookbook/index.html#chart-stock-excel-stock-chart-example ### [`v0.52.0`](https://togithub.com/jmcnamara/rust_xlsxwriter/blob/HEAD/CHANGELOG.md#0520---2023-10-20) [Compare Source](https://togithub.com/jmcnamara/rust_xlsxwriter/compare/v0.51.0...v0.52.0) ##### Added - Added support for chart series error bars via the [`ChartErrorBars`][ChartErrorBars] struct and methods. [`ChartErrorBars`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.ChartErrorBars.html ##### Fixed - Fixed XML error in non-Pie charts. [GitHub Issue #55]. [GitHub Issue #55]: https://togithub.com/jmcnamara/rust_xlsxwriter/issues/55 ### [`v0.51.0`](https://togithub.com/jmcnamara/rust_xlsxwriter/blob/HEAD/CHANGELOG.md#0510---2023-10-15) [Compare Source](https://togithub.com/jmcnamara/rust_xlsxwriter/compare/v0.50.0...v0.51.0) ##### Added - Added support for chart gradient fill formatting via the [`ChartGradientFill`][ChartGradientFill] struct and methods. - Added support for formatting the chart trendlines data labels via the [`ChartTrendline::set_label_font`][ChartTrendline::set_label_font] and [`ChartTrendline::set_label_format`][ChartTrendline::set_label_format]. [`ChartGradientFill`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.ChartGradientFill.html [`ChartTrendline::set_label_font`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.ChartTrendline.html#method.set_label_font [`ChartTrendline::set_label_format`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.ChartTrendline.html#method.set_label_formatConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.