orbeon / orbeon-forms

Orbeon Forms is an open source web forms solution. It includes an XForms engine, the Form Builder web-based form editor, and the Form Runner runtime.
http://www.orbeon.com/
GNU Lesser General Public License v2.1
511 stars 220 forks source link

Excel form definition export crashes on Controls form #6327

Closed ebruchez closed 4 weeks ago

ebruchez commented 1 month ago

The issue is with a field that is too large. Are we attempting to store the video content into a cell?

ebruchez commented 1 month ago

Curiously this doesn't seem to happen right now. In addition, the Controls form is not configured to show field on the Summary page, so those fields wouldn't be included in the Excel export.

ebruchez commented 1 month ago

Closing.

ebruchez commented 4 weeks ago

It does crash, with the plain Excel export, not the Summary "Page Excel Export with Search".

ebruchez commented 4 weeks ago

For now, just don't output values that are too long, but output a message in the cell saying the value was omitted.

For now we avoid the crash. We could also decide later not output values of controls such as image and video attachments (which show links), or Handwritten Signature (which use data:).