export-to-excel
Opened this issue · 6 comments
Please use the form below, leaving the prefilled data to help us. Thank you.
Page link: export-to-excel
Document link: export-to-excel.md
My Issue/Suggestion
Export To Excel JavaScript action from the DataWidgets module by Mendix isn't mentioned anywhere on the page. And that JavaScript action is also undocumented, parameters don't have documentation, nor the action itself.
Hi @Marnix-IxD . I can see the Export to Excel JS Action is documented in the Data Grid 2 doc, which is linked in the Data Widgits document. Are you suggesting this information is added to the Export to Excel doc, as well as adding additional information regarding parameters and the action itself?
Thanks for this information, @Marnix-IxD. I will speak with the team responsible for the Export to Excel doc about including these suggestions. I'll share the PR here once it's complete.
@Marnix-IxD , I'm including @mahendra-mahajan-mendix, as he oversees the team responsible for the Export to Excel doc. @mahendra-mahajan-mendix , can you provide your feedback for this suggestion?
Hello @Marnix-IxD - While you can export data from the new DG2 using the javascript action, this way is distinctly different from using the Excel exporter module. First, you will have to create a Data grid, configure the data source which you can see in your App and then export the data out. While using excel-exporter, you will have to import this module from Mx marketplace and also required prerequisites (reflection etc) modules. Then you will have to define the Template which will have the data source, any associations and configurations for worksheets. This will help you export data in a "non interactive" way by using the MF.
As i said, these are two distinctly different approaches to export data out of Excel - but if you still feel that having a cross-reference of "export to excel JS action for data grid" on the excel-exporter page helps the larger user community, then we will add it as an info note.
I did not understand your second point - "And I would also expect the action inside the module itself to have documentation in each field that serves as an input parameter for the action." Is this related to the export to excel java action?
@Marnix-IxD Do you have additional comments after reading the information @mahendra-mahajan-mendix provided? This ticket has been open for a while so without further conversation about your suggestions, I will need to close it.