- GuiCommand: Name:Spreadsheet SetAlias MenuLocation:- Workbenches:Spreadsheet Version:0.17
The [ Spreadsheet SetAlias tool opens a dialog to set up an alias for a cell. Instead of using the exact cell name like A2, B3, or C4, a custom name can be used.
- Make sure there is an active [
Spreadsheet open so that the button is enabled.
- Select a cell.
- Press the [
Spreadsheet SetAlias button.
- Enter an alias:
- Only alphanumeric characters and underscores (
AtoZ,atoz,0to9and_) are allowed. - The first character must be a letter.
- Using 1 or 2 capital letters followed by 1 to 5 numbers, for example
AB123, is not allowed as this is considered a cell address. - Character sequences that are units are not allowed. For example
Wis an invalid alias as it is the unit for Watt. Since FreeCAD supports many units it is best to avoid short aliases. See Expressions. - Using the mathematical constants
piandeas aliases will lead to errors and should be avoided.
- Only alphanumeric characters and underscores (
{{Spreadsheet_Tools_navi}}
documentation index > Spreadsheet > Spreadsheet SetAlias