summaryrefslogtreecommitdiff
path: root/excelize.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2022-08-21 01:09:32 +0800
committerxuri <xuri.me@gmail.com>2022-08-21 01:09:32 +0800
commitab12307393461e7055f664d296a3a0e686eebb39 (patch)
treee2f5f2b43feaa7997eccf4471f5ef695af7076fe /excelize.go
parentcfa2d603ddb0fac50ca1af3fe1d28fe17a65a6f3 (diff)
This made library allowing insert EMZ and WMZ format image
- Update dependencies module
Diffstat (limited to 'excelize.go')
-rw-r--r--excelize.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/excelize.go b/excelize.go
index f3b4381..f1269fe 100644
--- a/excelize.go
+++ b/excelize.go
@@ -394,12 +394,12 @@ func (f *File) addRels(relPath, relType, target, targetMode string) int {
}
// UpdateLinkedValue fix linked values within a spreadsheet are not updating in
-// Office Excel 2007 and 2010. This function will be remove value tag when met a
+// Office Excel application. This function will be remove value tag when met a
// cell have a linked value. Reference
// https://social.technet.microsoft.com/Forums/office/en-US/e16bae1f-6a2c-4325-8013-e989a3479066/excel-2010-linked-cells-not-updating
//
-// Notice: after open XLSX file Excel will be update linked value and generate
-// new value and will prompt save file or not.
+// Notice: after opening generated workbook, Excel will update the linked value
+// and generate a new value and will prompt to save the file or not.
//
// For example:
//