lethosor
|
572b6ebab5
|
Fix warning (#1796)
|
2021-03-27 00:11:50 -04:00 |
myk002
|
4d2af8438f
|
always read all cells to work around xlsxio bug
otherwise xlsxio will return a spurious empty row on next row read
|
2021-03-26 19:43:15 -07:00 |
myk002
|
69a2f44020
|
Lua class wrappers for the xlsxreader plugin API
|
2021-03-08 15:04:50 -08:00 |
Myk Taylor
|
7a7aff7745
|
closing NULL pointers is ok
|
2020-08-15 23:37:21 -07:00 |
Myk Taylor
|
4e331ce4ce
|
much better NULL handling/detection for xlsxreader
|
2020-08-15 22:35:20 -07:00 |
Myk Taylor
|
0bda289b17
|
move xlsxreader identity statics to dfhack lib
|
2020-08-11 14:51:17 -07:00 |
Myk Taylor
|
cfc736caa1
|
give the identity classes distinctive name fields
both would have been represented as "handle" to Lua
|
2020-08-11 14:18:09 -07:00 |
Myk Taylor
|
c6f9eb519a
|
remove outdated example code in xlsxreader.cpp
there is already good example code in Lua API.rst and in xlsxreader.lua,
so just remove this one
|
2020-08-11 13:44:07 -07:00 |
Myk Taylor
|
438d264b31
|
use separate identity classes for each handle type
|
2020-08-10 23:09:03 -07:00 |
Myk Taylor
|
69322ec429
|
use proper USERDATA instead of LIGHTUSERDATA
|
2020-08-10 01:13:16 -07:00 |
Myk Taylor
|
679ca41da8
|
make sure xlsxio knows to link statically
|
2020-08-09 21:22:17 -07:00 |
Myk Taylor
|
a41f7c0998
|
convert XlsxReader module to xlsxreader plugin
|
2020-08-09 08:54:42 -07:00 |