You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'))
The text was updated successfully, but these errors were encountered:
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'))
The text was updated successfully, but these errors were encountered: