Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Export to Excel: option to export entity-typed values as hyperlink to corresponding Entity Master #2233

Open
01es opened this issue Apr 10, 2024 · 0 comments · May be fixed by #2236
Open

Export to Excel: option to export entity-typed values as hyperlink to corresponding Entity Master #2233

01es opened this issue Apr 10, 2024 · 0 comments · May be fixed by #2236

Comments

@01es
Copy link
Member

01es commented Apr 10, 2024

Description

The action to export the data from Entity Centres to Excel should be enhanced with an option to export entity-typed values as hyperlinks to corresponding Entity Masters, instead of simply exporting those values as is. This options should be unchecked by default.

image

Implementation details

EntityExportAction should be enhanced with boolean property exportWithHyperlinks and description "Option to export entity values as hyperlinks to their corresponding Entity Masters."

Enhance WorkbookExporter to recognise the new option, generate appropriate hyperlinks and associated them with cells upon exporting (cell.setHyperlink(openMasterHyperLink).

Expected outcome

Ability to export data to Excel with hyperlinks to Entity Masters, providing the ease of accessing the exported entities in an application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants