Commit 64547c9b authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 33138

parent a741b442
...@@ -13574,7 +13574,7 @@ function parseSeriesHeaders (ws, rangeBBox) { ...@@ -13574,7 +13574,7 @@ function parseSeriesHeaders (ws, rangeBBox) {
{ {
for(j = nColStart; j <= rangeBBox.c2; ++j) for(j = nColStart; j <= rangeBBox.c2; ++j)
{ {
cell = ws.getCell3(rangeBBox.r1, i); cell = ws.getCell3(i, j);
value = cell.getValue(); value = cell.getValue();
numFormatType= cell.getNumFormatType(); numFormatType= cell.getNumFormatType();
if (numFormatType !== c_oAscNumFormatType.Time && numFormatType !== c_oAscNumFormatType.Date && value !== "") if (numFormatType !== c_oAscNumFormatType.Time && numFormatType !== c_oAscNumFormatType.Date && value !== "")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment