File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -547,16 +547,16 @@ $this->spreadsheet->addDefinedName(
547547The names that you assign to Defined Name must follow the following set of rules:
548548
549549 - The first character of a name must be one of the following characters:
550- - letter (including UTF-8 letters)
551- - underscore (` _ ` )
550+ - letter (including UTF-8 letters)
551+ - underscore (` _ ` )
552552 - Remaining characters in the name can be
553- - letters (including UTF-8 letters)
554- - numbers (including UTF-8 numbers)
555- - periods (` . ` )
556- - underscore characters (` _ ` )
553+ - letters (including UTF-8 letters)
554+ - numbers (including UTF-8 numbers)
555+ - periods (` . ` )
556+ - underscore characters (` _ ` )
557557 - The following are not allowed:
558- - Space characters are not allowed as part of a name.
559- - Names can't look like cell addresses, such as A35 or R2C2
558+ - Space characters are not allowed as part of a name.
559+ - Names can't look like cell addresses, such as A35 or R2C2
560560 - Names are not case sensitive. For example, ` North ` and ` NORTH ` are treated as the same name.
561561
562562### Limitations
You can’t perform that action at this time.
0 commit comments