Hi All,
I have been using OLE2_OBJECT to create an excel file. I use CL_GUI_FRONTEND_SERVICES=>CLIPBOARD_EXPORT to copy the data to the clipboard to create the file on my system. My program reports week-wise data, so it adds one column for each week. Now, when I increase the horizon, it accordingly increases the number of columns. What I've noticed is, at some point, when I copy the data to the clipboard, it truncates some data while creating the Excel file. I can see the internal table I pass to this method has all data the info without truncation. Also, I am unable to debug the method through the debugger. Has anyone seen this problem occur?
Thanks in advance for your answers.
Tabraiz.