lua-users home
lua-l archive

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


On 16 December 2015 at 15:18, Geoff Smith <spammealot1@live.co.uk> wrote:
> Just wondering if there are any libraries around to allow Lua to read/write data
> to Open Source Spreadsheets such as Libre Office,  Google Spreadsheets, etc.

I have build LuaJIT (mind you) bindings [1] to a proprietary libXL [2]:

[1] https://github.com/bungle/lua-resty-libxl
[2] http://libxl.com/

As far as you can save/export xls or xlsx files from those, you are good to go,
but LuaJIT is a requirement right now, it would be possible to write Lua C API
bindings as well, bu I have not had enough time or need (personally) to do that.