informationsea / xlsxwriter-rs

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

fix c_char casting #34

Closed kenkoooo closed 2 years 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.