mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
fix bug #46132
This commit is contained in:
@ -258,8 +258,8 @@ int CELLTABLE::serialize(std::wostream & stream)
|
||||
if (xf < global_info_->cellXfs_count && xf >= 0)
|
||||
{
|
||||
CP_XML_ATTR(L"s", xf);
|
||||
CP_XML_ATTR(L"customFormat", true);
|
||||
}
|
||||
CP_XML_ATTR(L"customFormat", true);
|
||||
}
|
||||
if (row->miyRw > 0 && row->miyRw < 0x8000 && row->bValid &&
|
||||
((row->fUnsynced && row->fGhostDirty) || !row->fGhostDirty))
|
||||
|
||||
Reference in New Issue
Block a user