Skip to Content
0
Former Member
Jul 01, 2006 at 07:03 AM

How to read the excel file from KM Repository

29 Views

Hi Guys,

I am developing a WebDynPro application to read the excel file and dispalying some fields on the screen.

To get the excel sheet i used Apache POI and HSSF. I have used the following statement to get the excel file

<b>POIFSFileSystem fs = new POIFSFileSystem(new FileInputStream(Source));</b>

Here the source is KM Repository path to the excel file.

The exception i am getting while executing the application is

<b> Error! Hyperlink reference not valid.</b>

Could you people look into the issue and give me a beeter solution to read the excel file in webdynpros from Km Repository.