This error can be found at this pathexceljs/lib/xlsx/xform/sheet/data-validations-xform.js:75:42
It happens whenever I try to create a sheet. However, it doesn't seem too important because simply wrapping a try/catch around it fixes the problem. Literally, just wrapping it in try/catch works. But what gives? Has anyone else gotten this behavior?
```
try {
// originally, there is no try catch, just the line below
//
dvMap[otherAddress].marked = true;
} catch(e) {
console.log('cant set undefined marked blah blah', e)
}
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4