-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debug Mode when Opening Workbook #54
Comments
That relationship type is not defined in the ECMA Office Open XML File Formats document, version 4; hence, the issue with not handling that relationship type. From the URL above it appears that you are using Office 2017 or later to create the spreadsheet and it is adding this relationship type to the workbook. Please send me a sample of the spreadsheet so that I can look at it -- but right now my time is limited so I don't know when I might have a solution. |
Thank you Greg! Please see my answer on Foxite.com. I will report back as soon as I have an answer from my customer. |
Gerhard-- I understand that you cannot send the file as a sample. However, can you open the xlsx file as an archive (such as with WinZip) and send me a screen shot of the file contents showing the file names and relative paths? I can possibly use this to store this relationship type and then restore when saving the changes. Thank you. Greg |
Hi Greg, I attach xl_rels\workbook.xml.rels as rels.txt. HTH Gerhard |
Hello Greg,
I try to fill cells in a predefined workbook. But when trying to open the workbook the debugger comes up in line 186 of OpenxlsxWorkbook. lcRelType has the value "person". lcShState is empty.
I unzipped the XLSX and looked into the files and found in xl\rels\woorkbook.xml.rels a line
Could this be the reason for my problem?
I use version R32 and R33 beta 8 with the same results.
TIA
Gerhard Schmidbauer
The text was updated successfully, but these errors were encountered: