William Turner

Results 15 comments of William Turner

@hpca01 that sounds interesting, however I've been putting off native modules to avoid having to compile and distribute binaries (which in the case of OSX, I won't even be able...

I really appreciate the sentiment guys, but I'm a little hesitant about requiring potential developers to have the rust toolchain and, hell, rust knowledge on hand to work on this...

@applio thank you for tackling this. > I am happy to work towards bringing this PR's functionality in line with the changes in the master branch if that would be...

> Why is it not merged yet? Any issues? Yes, the issues in the comment above yours.

Closing for inactivity

The worksheet must also be closed as well. The workbook object doesn't "reap" the worksheets instances on closure. The usage exemple uses the `with` construct on the retrieved sheet for...

There's no distinction between a date, time, datetime and number in the file format, the only way to figure it out is through cell formatting. I've been working on formulas...

@necnec yes, I do intend on incorporating styles, or at the very least date format detection at some point, but seeing how I haven't had much time to spend on...

I had a quick look at it and had the same issue so I don't think you're doing anything wrong. I'll have to take a deeper look later. For now,...

Something similar happened in #23. But since I have your "broken" file, this will help figure out what's weird with it and hopefully make pyxlsb more lenient.