informationsea / xlsxwriter-rs

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

fix c_char casting #34

Closed kenkoooo closed 1 year ago

kenkoooo commented 2 years ago

Resolves #33

Since c_char is u8 in some architectures, I fixed it to use c_char instead of i8.