I actually encountered this same issue.
If I insert a picture into an excel file and save it.
I then use XLSReadWriteII to write some data to a sheet and then save.
This all works fine.
When I open the new file using Excel I get this error.
"We found a problem with some content in 'xxxx.xlsx' Do you want us to try to recover as much as we can?
If I click yet it gives another popup saying.
Repaired Records: Drawing from /xl/drawings/drawing3.xml part (Drawing Shape)
If I close the window everything appears to be fine. The picture still exists as well as the data that I wrote from XLSReadWrite.
Below is the Error log
Code: Select all
<?xml version="1.0" encoding="UTF-8" standalone="true"?>
-<recoveryLog xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main"><logFileName>error067400_02.xml</logFileName><summary>Errors were detected in file 'D:\xx\Report 09 Sep 2014.xlsx'</summary>-<repairedRecords summary="Following is a list of repairs:"><repairedRecord>Repaired Records: Drawing from /xl/drawings/drawing3.xml part (Drawing shape)</repairedRecord></repairedRecords></recoveryLog>