select-multi-columns-2-excel-export
Web icon

Select Multi Columns 2 Excel export

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded
 on 26 January 2024
 by 
5.0
 (2 ratings)
select-multi-columns-2-excel-export

Select Multi Columns 2 Excel export

Documentation
1.0.1

This is a conbination of previous assets from the community used to bring a solution to a requirement.

Gathering funcionalities of wich one of them and given a personal touch to get a result from a request / necessity of a bussiness requirement, i developded this asset.

Next objective is to recreate the same in reactive and also to be a trusted asset in the Forge!

Hope that can have a small contribution to the community.


The goal is to obtain a customized Excel file with the data that we want and selected by us and not a WYSIWYG kind of way.

This component is based only in one Main Screen "Horizontal Detail", one main action "ExportToExcel" and a sample database:

  • Inside it there is an extension Action "Excel Download" where we call a .net library Extension that receives our inputs and download the excel file with the information.


There are two inputs: the columns entity names and columns positions. For the extension the inputs are the record list and the columns position to obtain a clean Excel report.

Thank you



1.0.0

The goal is to obtain a customized Excel file with the data that we want and selected by us and not a WYSIWYG kind of way.

 This component is based only in one Main Screen "Horizontal Detail", one main action "ExportToExcel" and a sample database:

  • Inside it there is an extension Action "Excel Download" where we call a .net library Extension that receives our inputs and download the excel file with the information.


There are two inputs: the columns entity names and columns positions. For the extension the inputs are the record list and the columns position.