diff --git a/src/global/getRowlen.js b/src/global/getRowlen.js index 56a3b8e..954ef9c 100644 --- a/src/global/getRowlen.js +++ b/src/global/getRowlen.js @@ -116,6 +116,10 @@ function computeRowlenByContent(d, r) { } } + if(Store.config["colhidden"] != null && Store.config["colhidden"][c] != null){ + continue; + } + if(cell != null && (cell.v != null || isInlineStringCell(cell)) ){ let cellWidth = computeCellWidth(cell, c);