Skip to content

Commit 3723ba0

Browse files
Merge pull request 'fix bug #73466' (#249) from fix/bug73466 into hotfix/v8.3.2
Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/core/pulls/249
2 parents 85b6e2d + ac2562f commit 3723ba0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

OOXML/XlsxFormat/Worksheets/SheetData.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -2912,6 +2912,8 @@ namespace OOX
29122912
XLSB::XLWideString str;
29132913
if(m_oValue.IsInit())
29142914
str = m_oValue->m_sText;
2915+
else
2916+
str = L"";
29152917
*CellRecord << str;
29162918
}
29172919
else

0 commit comments

Comments
 (0)