Spreadsheet SetAlias/pl: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Created page with "{{Docnav/pl |Podkreślenie |Ustawienia |środowisko pracy Arkusz Kalkulacyjny |Ic...")
Line 1: Line 1:
<languages/>
<languages/>


{{Docnav
{{Docnav/pl
|[[Spreadsheet_StyleUnderline|Style Underline]]
|[[Spreadsheet_StyleUnderline/pl|Podkreślenie]]
|[[Spreadsheet_Preferences|Preferences]]
|[[Spreadsheet_Preferences/pl|Ustawienia]]
|[[Spreadsheet_Workbench|Spreadsheet]]
|[[Spreadsheet_Workbench/pl|środowisko pracy Arkusz Kalkulacyjny]]
|IconL=Spreadsheet_StyleUnderline.svg
|IconL=Spreadsheet_StyleUnderline.svg
|IconR=Preferences-spreadsheet.svg
|IconR=Preferences-spreadsheet.svg

Revision as of 06:13, 3 May 2022

Spreadsheet SetAlias

Menu location
-
Workbenches
Spreadsheet
Default shortcut
None
Introduced in version
0.17
See also
None

Description

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.

Usage

  1. Make sure there is an active Spreadsheet open so that the button is enabled.
  2. Select a cell.
  3. Press the Spreadsheet SetAlias button.
  4. Enter an alias:
    • Only alphanumeric characters and underscores (A to Z, a to z, 0 to 9 and _) 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 W is 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 pi and e as aliases will lead to errors and should be avoided.