Перейменування аркушів

Setting sheet names is an important feature to produce readable and understandable spreadsheets documents.

tip

Назва аркуша не залежить від назви таблиці. Ви дає те назву таблиці, коли вперше зберігаєте її у файл.


To rename a sheet in your document:

  1. Double-click the sheet tab or open its context menu and choose Rename Sheet. A dialog box appears where you can enter a new name.

  2. Введіть нове назву аркуша і натисніть кнопку Гаразд.

  3. У якості альтернативи можна натиснути і утримувати клавішу і клацнути при цьому ім'я потрібного аркуша, після чого ввести нове ім'я.

note

Документ може містити до 10000 аркушів, кожен з яких повинен мати іншу назву.


Sheet Naming Restrictions

Назви можуть містити майже довільні символи. Проте є й обмеження: в назвах аркушів не допускаються такі символи:

The single quote is Unicode U+0027, also known as apostrophe. Other single-quote characters, similar to apostrophe, are allowed, such as ʼ and .

Using a Default Prefix for Sheet Names

You can set a prefix for the names of new sheets you create. Choose - LibreOffice Calc - Defaults and enter the prefix name in Prefix name for new worksheet.

Referencing Sheet Names with Special Characters

In cell references, a sheet name must be enclosed in single quotes ' when the name contains other characters than alphanumeric or underscore. A single quote contained within a name has to be escaped by doubling it (two single quotes).

For example, you want to reference the cell A1 on a sheet named This year's sheet.

The reference must be enclosed in single quotes, and the one single quote inside the name must be doubled: 'This year''s sheet'.A1