cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with OfficeControl for Excel

Former Member
0 Kudos

Hi,

i created an excel file using poi/hssf. When i use the result with a download item, excel can display the file, but when i want the office control to show the file i can only see a blank placeholder.

regards,

Jens

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Have you specified the file path correctly?

Are you storing the file into a binary node attribute?

Check out the following link

http://help.sap.com/saphelp_nw04/helpdata/en/ef/3483789514b748b6fe1f145e9685ab/frameset.htm

Regards

Noufal

Former Member
0 Kudos

I have already read this tutorial. Loading a Excel 2002 from filesystem isn't the problem. This is shown correct but creating a Excel file using hssf isn't shown correct.

I think the problem is not in my code, but in the excel ActiveX Plugin. There is also a SAP note (840645) to this problem but it also didn't work.

Maybe the format generated by hssf and ActiveX Plugin don't fit together??