sxl2csv is dependent on Spreadsheet::XLSX, but it doesn't seem to work reliably. There are some cases of empty fields when exporting to csv format. This happens on TLC 1.0.15, but not on TLC 1.0.14. On a side note, not even Excel seems to export to CSV format that well. But 'rubyXL' seems to work better.
Replace sxl2csv with xlsx2csv, written in Ruby
[x] Make sure all rows contain the same number of cells
sxl2csv is dependent on Spreadsheet::XLSX, but it doesn't seem to work reliably. There are some cases of empty fields when exporting to csv format. This happens on TLC 1.0.15, but not on TLC 1.0.14. On a side note, not even Excel seems to export to CSV format that well. But 'rubyXL' seems to work better.
Replace sxl2csv with xlsx2csv, written in Ruby