faisalman / simple-excel-js

SimpleExcel.js - WIP client-side script to parse / convert / write XML / CSV / TSV / HTML / JSON / etc formats.
http://faisalman.github.io/simple-excel-js/
189 stars 74 forks source link

This package does not write xls files. #8

Open kmcmichael-twist opened 8 years ago

kmcmichael-twist commented 8 years ago

Your description states: "Client-side script to easily parse / convert / write any Microsoft Excel XLSX / XML / CSV / TSV / HTML / JSON / etc formats. "

This package can only write csv and tsv files. You should correct your description so others don't waste an hour like I did trying to write an xls file with your package.

JennieJi commented 8 years ago

yap... feeling cheated

RoelRoel commented 8 years ago

The toString method is not implemented. So the whole writing part does not exist. Why is this not on the front page?!?