Closed ddotta closed 1 year ago
I took a look at py-polars impl it seems rely on python package XlsxWriter and not some dedicated polars/rust writer.
@ddotta what do you see as the benefits of writing directly to xlsx and not via data.frame? I guess xlsx-writers are rather slow so the data.frame will no be terrible.
Yes, that's what I've seen too (the XlsxWriter dependency). I agree with you that it can't be much more efficient than converting to a data.frame and then using {openxlsx}. The only thing compared to a native method is that there's an extra conversion step...
I'll change the export text to include this. I think you can close the issue 👍 Thanks!
FYI, there is also openxlsx2
https://github.com/JanMarvin/openxlsx2
Thanks @eitsupi I'll keep a note of it
Ok, I am closing this because the existing solutions seem sufficient.
In the cookbook I wrote this: