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
Hi, trying the macro with a file created by FreeCAD 0.21, I get an Unable to complete task error when trying to set aliases.
This was casued by the values in column A - they start with an apostrophe ('). FreeCAD issue#10058 describes this is an intended change in the program in v0.21: the apostrophe is added by default when I edit cells and enter a string value. This causes a ValueError: "Illegal Alias" in App.ActiveDocument.Spreadsheet.setAlias.
The text was updated successfully, but these errors were encountered:
bigblondewolf
added a commit
to bigblondewolf/FreeCAD_AliasManager
that referenced
this issue
Feb 5, 2024
Hi, trying the macro with a file created by FreeCAD 0.21, I get an
Unable to complete task
error when trying to set aliases.This was casued by the values in column A - they start with an apostrophe ('). FreeCAD issue#10058 describes this is an intended change in the program in v0.21: the apostrophe is added by default when I edit cells and enter a string value. This causes a
ValueError: "Illegal Alias"
inApp.ActiveDocument.Spreadsheet.setAlias
.The text was updated successfully, but these errors were encountered: