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.

image

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.

image

cc @Tecnativa TT58043

ping @pedrobaeza @alexmorel-tecnativa @carlos-lopez-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 force-pushed the 17.0-FIX-spreadsheet_oca branch from b1c4b15 to 2265535 Compare October 10, 2025 13:51
@pedrobaeza pedrobaeza added this to the 17.0 milestone Oct 10, 2025
Copy link
Member

@pedrobaeza pedrobaeza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Although the GIFs have not been correctly uploaded, I get the problem, and indeed I suffer it directly (in 18), so let's fast-track it to fix it:

/ocabot merge patch

Please fw-port it to 18.

@OCA-git-bot
Copy link
Contributor

On my way to merge this fine PR!
Prepared branch 17.0-ocabot-merge-pr-79-by-pedrobaeza-bump-patch, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit bd4cb36 into OCA:17.0 Oct 10, 2025
7 checks passed
@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at 8f41efd. Thanks a lot for contributing to OCA. ❤️

@pedrobaeza pedrobaeza deleted the 17.0-FIX-spreadsheet_oca branch October 10, 2025 18:04
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