Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Its not working Date Excel columns #6

Open
kadusjc opened this issue Oct 31, 2019 · 1 comment
Open

Its not working Date Excel columns #6

kadusjc opened this issue Oct 31, 2019 · 1 comment

Comments

@kadusjc
Copy link

kadusjc commented Oct 31, 2019

Its just necessary to correct (change) code of src/excel-reader.js line 160:
from: cellValue = cell.value.result
to: _cellValue = _.get(cell, 'value.result', .get(cell, 'value'))

@nfreear
Copy link
Contributor

nfreear commented Dec 23, 2019

nfreear added a commit to nfreear/node-excel-stream that referenced this issue Jan 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants