simple_excel_writer icon indicating copy to clipboard operation
simple_excel_writer copied to clipboard

simple excel writer in Rust

Results 10 simple_excel_writer issues
Sort by recently updated
recently updated
newest added

Hello, I'm using your package to try to write something that calls rust code through python. It will be used to convert Python's pandas into a list and then save...

This is a significantly breaking change, and would require a version bump. The basic idea is to have an `XfFormat` attached to a cells data, instead of a `NumberFormat`. This...

As far as I can tell, there is currently no way to create a string CellValue that starts with "=" via the API, because such cells will always be interpreted...

It's happened on a few occasions that I've needed to reference the value of a cell. Would implementing `std::fmt::Display` for `CellValue` be a good idea? A quick example of a...

If a sheet is created without writing any data to it using the `write_sheet` method afterwards, excel warns that the file is corrupted and asks whether excel should try to...

Is there something like ```Workbook::open()```?

Now it uses `zip::CompressionMethod::Stored` by default and resulting files are very large. It would be great if I could somehow choose another compression method. Thank you!

Looks like a few features (AutoFilter, etc.) are not released. Is it possible to push a new version to crates.io? Thanks a lot.

Is there any way to style the created worksheet, e.g color a row, make it bold?