Skip to content

Conversation

@CarlosRoca13
Copy link
Contributor

Before these changes, when a table was added to an existing spreadsheet, it was always being added to row 0 of the sheet, since the call to getCell always returned undefined.

overlap_example

After making these changes, the call is made correctly and the cell’s content is retrieved. Since the isEmpty function no longer exists, we now check directly whether it contains the content key.

no_overlap_example

cc @Tecnativa TT58043

ping @pedrobaeza @alexmorel-tecnativa

…preadsheet

Before these changes, when a table was added to an existing spreadsheet, it was always being added to row 0 of the sheet, since the call to getCell always returned undefined.

After making these changes, the call is made correctly and the cell’s content is retrieved. Since the isEmpty function no longer exists, we now check directly whether it contains the content key.
@CarlosRoca13 CarlosRoca13 deleted the 17.0-FIX-spreadsheet_oca branch October 10, 2025 13:40
@CarlosRoca13
Copy link
Contributor Author

Reopened on #79

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants