We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a8a43 commit 541ca7cCopy full SHA for 541ca7c
sheet.go
@@ -1755,11 +1755,11 @@ func (f *File) GetPageLayout(sheet string) (PageLayoutOptions, error) {
1755
//
1756
// You can also use the function in RefersTo. For example:
1757
1758
-// err := f.SetDefinedName(&excelize.DefinedName{
1759
-// Name: "CustomRange",
1760
-// RefersTo: "Sheet1!$A$2+Sheet1!$D$5",
1761
-// Scope: "Sheet1",
1762
-// })
+// err := f.SetDefinedName(&excelize.DefinedName{
+// Name: "CustomRange",
+// RefersTo: "Sheet1!$A$2+Sheet1!$D$5",
+// Scope: "Sheet1",
+// })
1763
func (f *File) SetDefinedName(definedName *DefinedName) error {
1764
if definedName.Name == "" || definedName.RefersTo == "" {
1765
return ErrParameterInvalid
0 commit comments