Hi
I gather the corruption has something to do with the way SAP BW is storing the workbook in Table RSRWBSTORE.
As an alternative, I'm considering saving the workbook as an .xlsb file on the application server.
For example, I might have workbook1.xlsb & workbook2.xlsb uploaded to UNIX directory /usr/sap/trans/BEx/.
I'd then like to be able to download via workbook1.xlsb via the following URL
http://bwserver:8015/sap/bc/bsp/sap/z_bnav_wb/default.htm?workbookid=workbook1
Any suggestions on how to augment the code support the downloading from a UNIX directory rather than internal SAP table?
Thanks and Regards
Adrian