The module xlsx allows read access to .xlsx files.
This fork replaces the dependency lua-ziparchive with lua-zip, and also includes the
xmlizedependency.
local xlsx = require('xlsx')
local workbook = xlsx.Workbook(filename)Make a luarock of this package; must check for dependency lua-zip