rsmp-nordic / sxl-tools

Exports signal exchange lists (SXL) used by RSMP from Excel-format to CSV, RST and YAML format
MIT License
0 stars 0 forks source link

Replace sxl2csv #11

Closed otterdahl closed 3 years ago

otterdahl commented 3 years ago

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