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 table export from Summary page #6323

Closed ebruchez closed 1 month ago

ebruchez commented 1 month ago

This is a spinoff of #1057.

What we'd like to do is provide the end user with the ability to output the Form Runner Summary table as they see it. This must include:

Remaining tasks:

ebruchez commented 1 month ago

We should use the same formats that the Summary page uses, at least by default.

ebruchez commented 1 month ago

The regular Excel Export uses its own formats for date and times (see also #6324). Here, we'd like to match what's shown in the columns, which are custom formats from the resources.

However, this means we'd need to convert from the XPath format to the Excel format. In French:

Tasks:

ebruchez commented 1 month ago
Current Excel format Current XPath format Summary page
yyyy-mm-dd hh:mm:ss [MNn] [D], [Y] [H01]:[m01]:[s01 May 14, 2024 14:27:15

The equivalent Excel format to match the Summary page format would be (tentatively):

mmmm d, yyyy hh:mm:ss
ebruchez commented 1 month ago

At first, until we can generate Excel formats from XPath formats, we could use meaningful defaults. For English:

ebruchez commented 1 month ago

For MVP:

ebruchez commented 1 month ago
ebruchez commented 1 month ago
ebruchez commented 1 month ago

Documented