View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ramesh Ramesh is offline
external usenet poster
 
Posts: 19
Default Microsoft Office Web Component issue

I am using OWC11 in my application. My application functionality is to open
the Excel workbook.

I am able to open Office 2003 (Xml Spreadsheet) document using OWC11's
AxSpreadsheet object.

But the AxSpreadsheet show's last cell of each spreadsheet as merged column.
But my original spreadsheet does not contain any merge on last column.

I don't have any idea why this is happening.

Can any one had come over this issue?

Thanks in advance.