Edward Alvarado
Edward Alvarado
This should be left open so other (like me) can find it
+2 (ubuntu 19.04)
If a single xlsx is parsed the result has the format [ { row1 } , { row2 } ] if it has multiple pages the results has the format...
I just created a two-sheet excel file with one data-point per sheet. ``` const model = null; const xlsx = '/Users/eddie/Downloads/multipage-test.xlsx'; mongoxlsx.xlsx2MongoData(xlsx, model, (e, data) => console.log(data)); ``` `[ [...
- [x] Fix performance issues. Perfomance was boosted by caching and smart iterating - [ ] Fix date objects (Fixed: test@ test_time.js but test are more lax) - [x] Add...
- [ ] Replace write/read library - [ ] Issue with different length sub arrays objects. E.g., `{ dates : [ { start: Date, end: Date }] }` - [...
[ ] Update to EC6 sintax, (node v6)
I've got it working by adding ``` lunrMutable.Pipeline = lunr.Pipeline; lunrMutable.generateStopWordFilter = lunr.generateStopWordFilter; ``` at lunr-mutable.js, I'm not sure this is a correct solution - perhaps the complete lunr interface...