Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix error on unsupported cell interfaces #36

Merged
merged 1 commit into from
May 31, 2024
Merged

Fix error on unsupported cell interfaces #36

merged 1 commit into from
May 31, 2024

Conversation

Nathn
Copy link
Contributor

@Nathn Nathn commented May 31, 2024

The upload of some template files (probably edited by non-standard document editors) caused a 500 error unsatisfied query for interface of type com.sun.star.sheet.XCellRangeData!.
This was because the table was not using the XCellRangeData standard interface so I added a check using the com.sun.star.sheet module.

Changes

  • Added a check on the format of a table before querying its data

Checklist

  • If code changed were made, they have been tested.
  • This pull request fixes an issue.
  • This pull request adds a feature.
  • The code has been tested.

@Nathn Nathn changed the title Fix crash on unsupported cell interfaces Fix error on unsupported cell interfaces May 31, 2024
@cyrilus cyrilus merged commit bb83251 into Probesys:master May 31, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants