Skip to content

Fix reading tables in LibreOffice (#8125) by catching NotImplementedE…#8126

Merged
michaelDCurran merged 1 commit intonvaccess:masterfrom
bramd:i8125
Mar 28, 2018
Merged

Fix reading tables in LibreOffice (#8125) by catching NotImplementedE…#8126
michaelDCurran merged 1 commit intonvaccess:masterfrom
bramd:i8125

Conversation

@bramd
Copy link
Contributor

@bramd bramd commented Mar 27, 2018

Fix reading of tables in LibreOffice

Link to issue number:

Fixes #8125

Summary of the issue:

Tables don't read, but give an error sound.

Description of how this pull request fixes the issue:

Ignore row/column spans in compound documents if the implementation doesn't support them.

Testing performed:

Tested in LibreOffice.

Known issues with pull request:

None.

Change log entry:

None, since this is a regression from the previous release and doesn't have any user visible changes.

…ementedError for row and column spans in compound documents
Copy link
Collaborator

@LeonarddeR LeonarddeR left a comment

Choose a reason for hiding this comment

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

Note that obj.rowNumber and obj.columnNumber could also raise a NotImplementedError. It might be a good idea to also catch exceptions for these? Would be good to know @michaelDCurran's opinion about that.

@michaelDCurran michaelDCurran merged commit 439e963 into nvaccess:master Mar 28, 2018
@nvaccessAuto nvaccessAuto added this to the 2018.2 milestone Mar 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Reading of tables in LibreOffice is broken

4 participants