oj-ext-export-data - adding user instructions in the first few rows of the export file
Summary
oj-ext-export-data - adding user instructions in the first few rows of the export fileContent
Hi All,
I am using oj-ext-export-data component to export the table data and also have added like below,
<oj-ext-export-data data="[[ $variables.employeesADP ]]"
columns='[
{"field":"name","headerText":"Name"},
{"field":"department","headerText":"Department"},
{"field":"location","headerText":"Location"}
]' class="oj-flex-item oj-sm-flex-initial"></oj-ext-export-data>
This works fine with one issue is that first column attribute in excel is having quotes.
Also, is there a way to add user instructions at the top of the excel file (first few rows) for the user to understand to make the changes and upload it back to the table with some modifications.
Tagged:
0