informationsea / xlsxwriter-rs

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

fix compile error on target i686-pc-windows-msvc #13

Closed lethean closed 3 years ago

lethean commented 3 years ago

Use libxlswriter_sys::size_t instead of u64.