This commit is contained in:
Viktor Andreev
2025-08-28 21:05:16 +06:00
parent 31c28903d6
commit e11b946d62

View File

@ -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)
{