Schadenfreud
New Member
- Joined
- Jan 22, 2014
- Messages
- 29
I have an Excel template which, before applying the formulas to fill the charts, tables etc. doesn't give any hint that there's something wrong with it. However when I export it with actual values it gives an error, saying the following:
And it also gives this log:
I want to repair this but I don't know what exactly's wrong - all the exported information is correct and everything works. One other problem is, that the workbook has no 'sheet28'.
Can any one give me some ideas as to what might be wrong, why the error only appears after export with the template and/or how to fix that?
Code:
Excel was able to open the file by repairing or removing the unreadable content.
Removed Records: Shared formula from /xl/worksheets/sheet28.xml part
Removed Records: Shared formula from /xl/worksheets/sheet33.xml part
Removed Records: Formula from /xl/calcChain.xml part (Calculation properties)
Code:
<!--?xml version="1.0" encoding="UTF-8" standalone="yes"?-->
<recoverylog xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main"><logfilename>error053080_03.xml</logfilename><summary>Errors were detected in file 'C:\Users\daniel.milkov\Downloads\CPE Template 10_2014-04-25 (3).xlsm'</summary><removedrecords summary="Following is a list of removed records:"><removedrecord>Removed Records: Shared formula from /xl/worksheets/sheet28.xml part
</removedrecord><removedrecord>Removed Records: Shared formula from /xl/worksheets/sheet33.xml part
</removedrecord><removedrecord>Removed Records: Formula from /xl/calcChain.xml part (Calculation properties)</removedrecord></removedrecords></recoverylog>
Can any one give me some ideas as to what might be wrong, why the error only appears after export with the template and/or how to fix that?