cancel
Showing results for 
Search instead for 
Did you mean: 

How to read the excel file from KM Repository

Former Member
0 Kudos

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.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Did you finally resolve the error?

Can you please provide the code/process, to pickup a excel doc from KM using webdynpro?

Thanks,

Hanoz