protobi / js-xlsx

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

Adds basic support for writing out formulas #22

Closed mrauhu closed 8 years ago

mrauhu commented 8 years ago

Hello.

This pull request based on: https://github.com/stage3systems/js-xlsx/commit/6fab694c2189c4cd15a69571780c7ff68386e222

Just mcsf/js-xlsx@d439645, but rewritten into b/bits so as not to get clobbered by the make pipeline.

pietersv commented 8 years ago

Thanks! Right now am in a bit of a holding pattern for issues not explicitly related to styling, (see https://github.com/protobi/js-xlsx/issues/21, guidance welcome).

Separately, the main branch is super-rigorous about test cases, to enable support across browsers, Excel versions, OS, locales, languages. Might it be possible to create a mocha test for this?

At the same time, the other challenge is the library doesn't yet work with Node 4, so running the tests is harder without installing Node v12