diff options
author | zhangleijlu <zhang_leijlu@163.com> | 2019-01-06 14:12:31 +0800 |
---|---|---|
committer | zhangleijlu <zhang_leijlu@163.com> | 2019-01-06 14:12:31 +0800 |
commit | 034de7acd88e848e051b9ee809767e63476cd88e (patch) | |
tree | d7262170543c6defc7f18388ed6b89caad362ea8 /excelize.go | |
parent | 969f4e2399d17386c1beda389096a737873110ff (diff) |
Resolve #318, add new functions and
Diffstat (limited to 'excelize.go')
-rw-r--r-- | excelize.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/excelize.go b/excelize.go index 60480c8..61f6dd6 100644 --- a/excelize.go +++ b/excelize.go @@ -156,7 +156,7 @@ func replaceWorkSheetsRelationshipsNameSpaceBytes(workbookMarshal []byte) []byte // 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 // 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?forum=excel +// 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. |