Довідка LibreOffice 7.1
Setting sheet names is an important feature to produce readable and understandable spreadsheets documents.
Назва аркуша не залежить від назви таблиці. Ви дає те назву таблиці, коли вперше зберігаєте її у файл.
To rename a sheet in your document:
Double-click the sheet tab or open its context menu and choose
. A dialog box appears where you can enter a new name.Введіть нове назву аркуша і натисніть кнопку Гаразд.
У якості альтернативи можна натиснути і утримувати клавішу OptionAlt і клацнути при цьому ім'я потрібного аркуша, після чого ввести нове ім'я.
Документ може містити до 10000 аркушів, кожен з яких повинен мати іншу назву.
Назви можуть містити майже довільні символи. Проте є й обмеження: в назвах аркушів не допускаються такі символи:
colon :
back slash \
forward slash /
question mark ?
asterisk *
left square bracket [
right square bracket ]
single quote ' as the first or last character of the name
The single quote is Unicode U+0027, also known as apostrophe. Other single-quote characters, similar to apostrophe, are allowed, such as ʼ ‛ and ‚.
You can set a prefix for the names of new sheets you create. Choose and enter the prefix name in Prefix name for new worksheet.
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