cancel
Showing results for 
Search instead for 
Did you mean: 

upload xls to sap

Former Member
0 Kudos

Hi friends ,

how to upload the data from excel to sap but the problem is it has to upload the data based on the header available on the excel can any one give me the solution

Thanks in advance,

sasi

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

You have to use upload UI element to select the file from your loacal machine. For uploading the file you can get the tutorial in sdn.

To read the data from xl sheet you can use jxl api or hssf api of poi.

jxl requires only one jar file - jxl.jar and hssf requires 4 jar files which you will have to download.

Check the first row when you are reading the data from xl sheet ,and allow to upload the data only if the table headers are matching.

Regards

Deepak

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

Pl go through this

Regards

Ayyapparaj