Fix cfvo formula conversion

This commit is contained in:
Viktor Andreev
2024-09-12 18:12:52 +06:00
parent cf51a10da9
commit 592fbfccbb
3 changed files with 47 additions and 0 deletions

View File

@ -81,6 +81,7 @@ void FRTParsedFormula::save(XLS::CFRecord& record)
record.RollRdPtrBack(cce + 8);
record << cce;
record.skipNunBytes(cce + 4);
this->cce = cce;
}