informationsea / xlsxwriter-rs

Excel file writer for Rust
https://crates.io/crates/xlsxwriter
Apache License 2.0
265 stars 44 forks source link

Possible bug with simultaneous work "gtk-rs" and "xlsxwriter-rs" crates #9

Open dgr113 opened 4 years ago

dgr113 commented 4 years ago

If I run a function that writes in Excel BEFORE running the GTK GUI the numeric data is written correctly. But if I start writing AFTER GUI... then f64 numbers are written as integers =(

"LC_ALL=C" compilation env set helped me, but crate docs doesn't contain this. This was suggested to me by "gtk-rs" maintainers. Thanks to them =)

My GIT example