-
Notifications
You must be signed in to change notification settings - Fork 51
Create a xlsxwriter.lua compatible library based on the C library libxlsxwriter #16
Comments
CC @moteus, @nelson2005 |
If I would know that Lua is only 30% implementation of Python before, I would choose Python version instead. But...I have much better experience with Lua, beside, it is very easy to learn for the non-programmer folk (the client). |
Hi, John.
Thanks. HERNAN CANO M |
Hi Hernan,
John |
Thanks. |
No. The Lua version is pure Lua. |
Oh, fantastic!!! |
But it depends on the stoopid ZipWriter which I now wasted hours to get it working, since htat again depends on lua-zlib or lzlib which both are not compiling on windows due to the zlib lib being a dick and just refusing to work. Luarocks and the other distro ofc also completely fails with zlib. |
I buld both libs without error. |
I have no idea either why it turned out to be such a stubborn piece and refused to compile for me (zlib). |
Hi,
I am currently maintaining 4 version of the same Xlsx writing library in Perl, Python, C and Lua:
The compatibility between the modules in terms of features is roughly 100%/100%/60%/30%.
The Lua version in particular has fallen behind and I don't have a lot of time to work on it. However, I am progressing the C library, albeit slowly.
If someone was interested they could add a Lua wrapper around the C library and use the xlsxwriter.lua docs and test framework. The API is would match the Python module.
This is mainly as a suggestion for anyone who is interested. I don't intend to write this. :-)
The text was updated successfully, but these errors were encountered: