cheminfo / tga-spectrum

https://cheminfo.github.io/tga-spectrum/
MIT License
0 stars 2 forks source link

implement xlsx parser #9

Closed lpatiny closed 3 years ago

lpatiny commented 4 years ago

@kjappelbaum

For instruments generating xlsx file it is not a problem to parse them directly in the browser using the library xlsx

You could get inspired by:

https://gist.github.com/lpatiny/88e3c70d3391ff98244cb329837b0849

targos commented 4 years ago

But why go from xlsx to csv to js, instead of directly getting the parsed sheets from the xlsx?

kjappelbaum commented 4 years ago

yeah, I would also go directly go to the Analysis object as in https://github.com/cheminfo/isotherm-analysis/blob/master/src/from/fromBelsorp.js

kjappelbaum commented 4 years ago

Example file: 190307-ALP-DMF@100%-TPD-2.xlsx

One step (heating, isothermal, cooling, and with different gases) per sheet.

kjappelbaum commented 3 years ago

this is already implemented when #13 is merged.