lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi Josh

I am searching for the same tool Luciano is asking for and I had found yours a promising solution. But I cannot find how to install it, although it seems pretty simple, since it is a lonely .lua file. I took a look at the code and found that it depends on other libraries, such as ziparchive and xmlize which I couldn't install either (these are C libraries; not so simple to install :-). I notice also that there is an issue reporting difficulties installing the library on Linux (which is my platform :-) and on a MacOSX:

https://github.com/jjensen/lua-xlsx/issues/3

Have you consider producing a rockspec? It should solve installation problems on both Linux and MacOSX...

Regards,
Tomás

On 2016-12-28 00:07, Josh Jensen wrote:
On Dec 27, 2016, at 6:06 PM, luciano de souza <luchyanus@gmail.com>
wrote:

Yes, I found the data in sharedstrings.xml, but parse it, regarding
my
few experience, it's now
inviable.
If there is no a Lua module to read xlsx, it will be more realistic
to
use Pascal for this purpose.

https://github.com/jjensen/lua-xlsx [1]

-Josh

Links:
------
[1] https://github.com/jjensen/lua-xlsx