jmcnamara / rust_xlsxwriter

A Rust library for creating Excel XLSX files.
https://crates.io/crates/rust_xlsxwriter
Apache License 2.0
316 stars 25 forks source link

Change `Rc` to `Arc` #32

Closed adriandelgado closed 1 year ago

adriandelgado commented 1 year ago

This allows the creation of worksheets on different threads.

Fixes #29

jmcnamara commented 1 year ago

Merged. Thanks.