Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Getting Rows from Specific Row Numbers in a View Object

vijay dasariApr 24 2025

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:

  1. Download the first N rows (e.g., first 100 rows)
  2. Download all rows currently displayed in the table
  3. 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."

Comments
Post Details
Added on Apr 24 2025
10 comments
201 views