lua-xlsx
lua-xlsx copied to clipboard
```lua C:\xxx\lua53.exe: .\xlsx.lua:109: attempt to index a nil value (field '?') stack traceback: .\xlsx.lua:109: in method '__load' .\xlsx.lua:308: in function 'xlsx.Workbook' ...s\xxx\luaplus\Src\Modules\xlsx\tests\printxlsx.lua:6: in main chunk [C]: in ? ``` Which...
It seems that it need other repositories including ziparchive and xmlize but I failed to compile any of them. Both of them did not provide makefile and I don't know...
Which license? If you'll say (L)GPL, that's deal breaker.
Maybe it is not an issue when testing, I open xlsx with 11.2MB (dimension: 30000x60), it goes to consume more than 1.2G and continue to go up, at that time...
local filename = "C:\\Users\\Administrator\\Desktop\\test.xlsx" --normal and existing excel file, contains 1 sheet local xlsx = require 'xlsx' local workbook = xlsx.Workbook(filename) print("total sheets=" .. workbook:GetTotalWorksheets()) --print 1 , OK workbook:Close()...