diff --git a/OOXML/Binary/Sheets/Writer/BinaryReaderS.cpp b/OOXML/Binary/Sheets/Writer/BinaryReaderS.cpp index 236583b32c..f053d0e10b 100644 --- a/OOXML/Binary/Sheets/Writer/BinaryReaderS.cpp +++ b/OOXML/Binary/Sheets/Writer/BinaryReaderS.cpp @@ -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) {