Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
I have 3 infotables. How to export one excel sheet which having 3 sub sheets to add each infotable data in each sheet of excel.
(or)
How to export all 3 infotables in same file by differentiating each infotable separtely.
Note: There is no common column present in all the 3 infotables.
Solved! Go to Solution.
When creating a Extension to create an Excel file. You can use the Apache POI library (https://poi.apache.org/) which has the code to create and update an excel file.
Have Fun
create custom extension which consume multiple infotables... and write it on each sheet.
When creating a Extension to create an Excel file. You can use the Apache POI library (https://poi.apache.org/) which has the code to create and update an excel file.
Have Fun