A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/exceljs/exceljs/issues/1157 below:

[BUG] Cannot set property 'marked' of undefined · Issue #1157 · exceljs/exceljs · GitHub

🐛 Bug Report

This error can be found at this path
exceljs/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