jmcnamara / xlsxwriter.lua

A lua module for creating Excel XLSX files.
http://xlsxwriterlua.readthedocs.org/
MIT License
142 stars 52 forks source link

Fix. set heigh/format to row #12

Closed moteus closed 8 years ago

moteus commented 9 years ago
sh:set_row(0, nil, bk:add_format{align = "center"})

bk:close() --< worksheet.lua:2405: attempt to index local 'row_xf' (a number value)
jmcnamara commented 8 years ago

Sorry for the delay. I wanted to port a test to go with this but didn't get around to it.

Merged now anyway.