cancel
Showing results for 
Search instead for 
Did you mean: 

File Upload

Former Member
0 Kudos

I want to be able to upload an excel file from the client to the portal, read from the excel file, manipulate the data and write the result as a text file to the client.

can this be done using eclipsse IDE or any other tool. please help.

regards

jay

Accepted Solutions (0)

Answers (1)

Answers (1)

detlev_beutner
Active Contributor
0 Kudos

Hi Jay,

you are posting to WebDynpro forum, so if you have not lost your way, you want to develop a WebDypro app?!

For this, not Eclipse but NetWeaver Developer Studio (NWDS) is used. See Downloads.

You have an upload component with WebDynpro.

To read Excel, see http://jakarta.apache.org/poi/hssf/index.html

That's "all" you need. But from your question, it sounds like first you should get familiar with Java, WebDynpro etc before starting to climb this hill...

Hope it helps

Detlev