summaryrefslogtreecommitdiff
path: root/sheet.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2022-11-29 00:03:49 +0800
committerxuri <xuri.me@gmail.com>2022-11-29 00:03:49 +0800
commitc0713951c8d95fba3a23da39bfb5c85d858d2338 (patch)
treecfdd5efc253e8072206f563954f010ce31773ba7 /sheet.go
parentdde6b9c00135cefffdd9c64b7f22cfdc34c28e47 (diff)
This closes #1404, fixes the insert picture problem in some cases
- Updates unit tests - Updates documentation for stream mode functions - Updates hyperlinks in the documentation
Diffstat (limited to 'sheet.go')
-rw-r--r--sheet.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sheet.go b/sheet.go
index 3ac933b..e241abd 100644
--- a/sheet.go
+++ b/sheet.go
@@ -656,7 +656,7 @@ func (f *File) copySheet(from, to int) error {
// SetSheetVisible provides a function to set worksheet visible by given worksheet
// name. A workbook must contain at least one visible worksheet. If the given
// worksheet has been activated, this setting will be invalidated. Sheet state
-// values as defined by https://docs.microsoft.com/en-us/dotnet/api/documentformat.openxml.spreadsheet.sheetstatevalues
+// values as defined by https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.spreadsheet.sheetstatevalues
//
// visible
// hidden