diff --git a/src/global/getRowlen.js b/src/global/getRowlen.js index 954ef9c..985b08c 100644 --- a/src/global/getRowlen.js +++ b/src/global/getRowlen.js @@ -148,7 +148,7 @@ function computeRowlenByContent(d, r) { function computeCellWidth(cell, col_index) { let colLocationArr = colLocationByIndex(col_index); - if (cell.mc && cell.mc.c !== cell.mc.cs) { + if (cell.mc && 1 !== cell.mc.cs) { colLocationArr = colSpanLocationByIndex(col_index, cell.mc.cs); }