jspreadsheet / pro

Jspreadsheet Pro | The javascript spreadsheet
https://jspreadsheet.com/
15 stars 1 forks source link

Integration with Solid.js - ReferenceError: Cannot access 'n6' before initialization #300

Closed timinho111 closed 12 months ago

timinho111 commented 1 year ago

Hi,

I am trying to integrate Jspreadsheet with Solid.js. The setup was pretty straight forward and comparable to React. I am encountering a problem though....When trying to work with formulas where I reference other worksheets I get the following error when I set the "debugFormulas" option to true:

ReferenceError: Cannot access 'n6' before initialization

Funny thing is, it even shows the value in the console with the error ({SHEET4!A1: 123} ReferenceError: Cannot access 'n6' before initialization)

Can you help me out here? Working with v9 btw.

Thanks in advance!

hodeware commented 12 months ago

For worksheet references please use Formula Pro.