Header Ads

How to Export Data into Excel Sheet in ADF



Today we are going to learn, How to Generate Data into Excel in ADF JDeveloper. Here we will follow the standard method where you can easily to export data without doing any code. The following step are given below.

Step 1:
  • First, You need to Add Button  (Change the button text into Export as you want).
  • Second, Search the Export button in Component Palette.
  • Third, Drag Export Collection Action Listener into your Export Button. 
Step 2:
  •  As you dragged the Export componect in your button, you will see the popup functionality in your screen.
  • It needs ExportedId and Type
  • ExportedId is your Table Id (Figure :2). Example: My Table Id is t31
  • Select excelHTML for Type (It will export your data into Excel)
  • Click Ok
 Run the Form logically or through Application, when you click the Export button, the popup will show in your screen to download the document.

No comments:

Thank you for your comment...!

Powered by Blogger.