Embeded document in Excel

Hi.

Is it not possible to have a embeded Word document
in the Excel sheet when using Aspose.Excel ?
After Aspose.Excel have save the sheet I get the error
“Cannot start the source application for this object” when try to open the object in Excel.

J?rgen

Which edition of Aspose.Excel are you using? Professional, Enterprise or an Evaluation edition?

And could you please post your sample file here?

I’m not sure about it’s Professional or Enterprise, but it is version 3.3.0.0.
I have try with version 2.3.0.0 with same error.

Here a code samle:

License license = new License();

license.SetLicense(“c:\Aspose.Excel.lic”);

Excel excel = new Excel();

excel.Open(“c:\temp\test.xls”);

Worksheet worksheet = excel.Worksheets[0];

worksheet.Cells[“D5”].PutValue(“This text are inserted by Aspose.Excel”);

excel.Save(“c:\temp\output.xls”,Aspose.Excel.FileFormatType.Excel97);

See attachment for excel files.

J?rgen

Here is the output file with error.

I find the error with your sample file. Aspose.Excel doesn’t support this feature now. We are lack of information about the embedded document.