Cell overflow content is not always rendered in GridJs

Test document (Cannot upload an .xlsx file here, so posting a demo viewer link)

There are two issues. One is with horizontal scrolling. Try scrolling 1 column to the right in the doc above. (May need to reduce browser window width) You’ll see that the text in row 1 has disappeared. (Screenshots below) It seems that cell overflow content is only displayed if the cell itself is visible.

The other issue is with overflow content in the cell P9 on the right. It’s also discarded, this time because it wasn’t accounted for when the .NET conversion code was calculating spreadsheet width.

Both Excel and LibreOffice display such documents, so we’re hoping to be able to handle them as well. In practice, surprising number of people create spreadsheets like that, without using text wrapping.

@nikitar
We can observe the two overflow scenario.
Per my evaluation,It is not easy to improve it, to get the same visual affect as in MS-Excel.
However we will try to improve it.
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): CELLSGRIDJS-812

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

1 Like

The issues you have found earlier (filed as CELLSGRIDJS-812) have been fixed in this update. This message was posted using Bugs notification tool by johnson.shi