Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Excel Sheet and Header Line

Former Member
0 Likes
447

How do you read the header line of an Excel sheet?

Or How do we read just the FIRST line of at excel sheet?

How do you read the header line of an Excel sheet?

Or How do we read just the FIRST line of at excel sheet?

2 REPLIES 2
Read only

amit_khare
Active Contributor
0 Likes
424

Upload the whole excel sheeta and then do READ TABLE itab index 1.

Regards,

Amit

Reward all helpful replies.

Read only

Former Member
0 Likes
424

Hi

As per i knew, there is no such functionalty existed here. first get data from Excel sheet into your internal table and use READ/ if sy-tabix = 1. u can get first line.

Regards,

Vishvesh