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
Description
I have a file that has a sheet that is a macrosheet instead of a normal sheet.
I don't need to edit this sheet at all, just have it be left-alone.
The current code throws an error when calling UpdateLinkedValue() as it cant parse this sheet. xml decode error: expected element type <worksheet> but have <macrosheet>
Would love even if it would be possible to add this to the UpdateLinkedValue() call, like we do for chart sheets
if err.Error() == "xml decode error: expected element type <worksheet> but have <macrosheet>" {
continue
}
Steps to reproduce the issue:
Can't currently publicly share the file sadly, but if desired can try and make a minimal example.
Describe the results you received: xml decode error: expected element type <worksheet> but have <macrosheet> Describe the results you expected:
Description
I have a file that has a sheet that is a macrosheet instead of a normal sheet.
I don't need to edit this sheet at all, just have it be left-alone.
The current code throws an error when calling
UpdateLinkedValue()
as it cant parse this sheet.xml decode error: expected element type <worksheet> but have <macrosheet>
Would love even if it would be possible to add this to the
UpdateLinkedValue()
call, like we do for chart sheetsSteps to reproduce the issue:
Can't currently publicly share the file sadly, but if desired can try and make a minimal example.
Describe the results you received:
xml decode error: expected element type <worksheet> but have <macrosheet>
Describe the results you expected:
No errors 😓
Output of
go version
:Excelize version or commit ID:
Environment details (OS, Microsoft Excel™ version, physical, etc.):
Have been using this patch for now, and everything is working 😂
Ralim@83555e7
The text was updated successfully, but these errors were encountered: