OpenReadOnly BuiltInDocumentProperties Issue

Hi,

I am running on v4.3.0.30. When opening a spreadsheet with the OpenReadOnly() method, the BuiltInDocumentProperties is not being populated. However, when using the Open() method, it seems to work fine. Example code below:

// Using Sample.xls spreadsheet from Syncfusion DocumentProperties example
ExcelEngine engine = new ExcelEngine();
IApplication application = engine.Excel;
IWorkbook workbook = application.Workbooks.OpenReadOnly("Sample.xls");

// ApplicationName not set when using OpenReadOnly()
string application_name = workbook.BuiltInDocumentProperties.ApplicationName;

Help would be appreciated.

Thanks,
Ross

1 Reply

CP Chella Pandian B Syncfusion Team November 21, 2006 11:00 PM UTC

Hi Ross

I was able to reproduce the problem. I have created a bug report based on it. We will try to solve it as soon as possible. You can refer the following link for further updated.

Open issues Link:
http://www.syncfusion.com/support/issues/xlsio/Default.aspx?ToDo=view&questId=3063

We are extremely sorry for the inconvenience.

With Regards,
Chella.

Loader.
Up arrow icon