mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
fix bug #76076
This commit is contained in:
@ -358,6 +358,8 @@ void OOX::Spreadsheet::CXlsb::PrepareTableFormula()
|
||||
formula.replace(formula.find(str), str.size(), L"#NAME?");
|
||||
}
|
||||
}
|
||||
else
|
||||
break;
|
||||
str = STR::guidFromStr(formula);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user