Probesys / lotemplate

LOTemplate is document generator used to create documents programatically (ODT, DOCX, PDF) from a template (DOCX or ODT) and a json file.
GNU Affero General Public License v3.0
23 stars 1 forks source link

Fix error on unsupported cell interfaces #36

Closed Nathn closed 4 months ago

Nathn commented 4 months ago

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

Checklist