Skip to Content
0
Former Member
Oct 22, 2008 at 05:59 AM

Read Excel file from local (not from server location) using a dynpage

23 Views

Hi Experts,

My aim is a)to create an UI so that user can browse an excel file from his local file and input into application.

b)I have to read it and update system accordingly.

I am developing a Portal Application project with a DynPage and deploying it in development server.not in my machine..

Now, I am using

POIFSFileSystem fs = new POIFSFileSystem(new FileInputStream( "c:
test.xls"));

but it reads from server filesystem.

I need to read spreadsheet from my local filesystem.How to implement this?

send me any APIs which are related to upload file from local file system into Dynpage.