You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm happy to clean up the above and submit a PR but I'm not 100% sure the r:id="R1" is valid? I received this file from a client, when creating a new file I see the expected r:id="rId1".
The text was updated successfully, but these errors were encountered:
While trying to parse a workbook I received the following error:
Digging through the actual xml I noticed the sheets attribute
r:id="R1"
Then it appears the parser is expecting the r:id to always start with "rId"
Changing this function to accommodate "R1" did the trick
I'm happy to clean up the above and submit a PR but I'm not 100% sure the
r:id="R1"
is valid? I received this file from a client, when creating a new file I see the expectedr:id="rId1"
.The text was updated successfully, but these errors were encountered: