mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/core/pulls/428
This commit is contained in:
@ -7070,7 +7070,7 @@ int BinaryWorksheetsTableReader::ReadCell(BYTE type, long length, void* poResult
|
||||
{
|
||||
int nRow = m_oBufferedStream.GetLong();
|
||||
int nCol = m_oBufferedStream.GetLong();
|
||||
pCell->setRowCol(nRow - 1, nCol);
|
||||
pCell->setRowCol(nRow, nCol);
|
||||
}
|
||||
else if (c_oSerCellTypes::Style == type)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user