diff --git a/server/src/main/resources/static/xlsx/luckyexcel.umd.js b/server/src/main/resources/static/xlsx/luckyexcel.umd.js index 64bb17832..caae51620 100644 --- a/server/src/main/resources/static/xlsx/luckyexcel.umd.js +++ b/server/src/main/resources/static/xlsx/luckyexcel.umd.js @@ -8056,6 +8056,9 @@ function (_super) { if (t == constant_1.ST_CellType["SharedString"]) { var siIndex = parseInt(v[0].value); + if (!sharedSI) { + return cellValue; + } var sharedSI = sharedStrings[siIndex]; var rFlag = sharedSI.getInnerElements("r");