Jdev:12.2.1.4.0
I want to implement a feature that allows users to download data from a table into an Excel sheet based on user-defined criteria. Specifically, users should be able to:
- Download the first N rows (e.g., first 100 rows)
- Download all rows currently displayed in the table
- Download a specific range of rows (e.g., rows 100 to 500)
Can anyone help me achieve this functionality? I'm looking for a solution that gives users these flexible download options for exporting table data to Excel."
