Added
- Added support for inserting images into worksheets with
[`Worksheet::insert_image()`] and [`Worksheet::insert_image_with_offset()`] and
the [`Image`] struct.
See also the [images example] in the user guide.
Upcoming versions of the library will support additional image handling
features such as EMF and WMF formats, removal of duplicate images, hyperlinks
in images and images in headers/footers.
Removed
- The [`Workbook::save()`] method has been extended to handle paths or strings.
The `workbook.save_to_path()` method has been removed. See [PR 15].
[`Image`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.Format.html
[PR 15]: https://github.com/jmcnamara/rust_xlsxwriter/pull/15
[images example]: https://rustxlsxwriter.github.io/examples/images.html
[`Worksheet::insert_image()`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/worksheet/struct.Worksheet.html#method.insert_image
[`Worksheet::insert_image_with_offset()`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/worksheet/struct.Worksheet.html#method.insert_image_with_offset