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
I don't know how the cell data was created, as I was from a user input on a large spreadsheet.
The initial spreadsheet data was created with the "appVersion":"0.2.14" but the issue appeared after several spreadsheet edits on 0.5.1.
I don't know if the cell data is corrupted or if this is an expected behavior.
chunk-KR23DKHP.js?v=80be101e:25178 Uncaught TypeError: Cannot destructure property 'width' of 'n' as it is undefined.
at te (chunk-KR23DKHP.js?v=80be101e:25178:57)
at Y5._calculateOverflowCell (chunk-KR23DKHP.js?v=80be101e:26021:15)
at Y5._setFontStylesCache (chunk-KR23DKHP.js?v=80be101e:26239:60)
at Y5._setStylesCacheForOneCell (chunk-KR23DKHP.js?v=80be101e:26263:86)
at Y5.setStylesCache (chunk-KR23DKHP.js?v=80be101e:25384:16)
at QS.render (chunk-KR23DKHP.js?v=80be101e:29289:7)
at sT.render (chunk-KR23DKHP.js?v=80be101e:33437:12)
at xx._draw (chunk-KR23DKHP.js?v=80be101e:30659:9)
at xx.render (chunk-KR23DKHP.js?v=80be101e:30633:87)
at Ox.render (chunk-KR23DKHP.js?v=80be101e:32423:12)
datastream should end with \r\n, and you miss "section break" part. then update index of paragraphs and section breaks.
@lumixraku This "dataStream": "\rV" seems to be created by a user when working on a spreadsheet.
Do you need more information on how this cell content was created? I can investigate further, but I haven't yet found a way to reproduce it.
Before you submit this issue, have you checked the following
Affected packages and versions
sheets 0.5.1
Reproduction link
I found this issue when a cell data is :
I don't know how the cell data was created, as I was from a user input on a large spreadsheet.
The initial spreadsheet data was created with the
"appVersion":"0.2.14"
but the issue appeared after several spreadsheet edits on0.5.1
.I don't know if the cell data is corrupted or if this is an expected behavior.
Maybe related to #3835
I recreated the error here:
https://stackblitz.com/~/github.com/Blaked84/sheets-vite-demo?file=main.ts
Expected behavior
No error, and a empty cell should be displayed.
Actual behavior
Speadsheet become blank and an error is returned.
System information
The text was updated successfully, but these errors were encountered: