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.