protobi / js-xlsx

XLSX / XLSM / XLSB (Excel 2007+ Spreadsheet) / ODS parser and writer
http://oss.sheetjs.com/js-xlsx
Other
833 stars 416 forks source link

Fixed Style Table in README.md #64

Closed zeg-io closed 7 years ago

zeg-io commented 7 years ago

Table had an extra column defined that did not exist and was trashing the conversion to a table

pietersv commented 7 years ago

aha! That stray pipe was the issue, thanks!