From c0713951c8d95fba3a23da39bfb5c85d858d2338 Mon Sep 17 00:00:00 2001 From: xuri Date: Tue, 29 Nov 2022 00:03:49 +0800 Subject: 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 --- sheet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sheet.go') 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 -- cgit v1.2.1