已验证 提交 2ccb8f62 编写于 作者: xurime's avatar xurime

Remove calculated properties to make recalculate formulas in some spreadsheet...

Remove calculated properties to make recalculate formulas in some spreadsheet applications, such as Kingsoft WPS
上级 cb797540
......@@ -273,6 +273,9 @@ func replaceStyleRelationshipsNameSpaceBytes(contentMarshal []byte) []byte {
// </row>
//
func (f *File) UpdateLinkedValue() error {
wb := f.workbookReader()
// recalculate formulas
wb.CalcPr = nil
for _, name := range f.GetSheetMap() {
xlsx, err := f.workSheetReader(name)
if err != nil {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册