diff --git a/src/Mod/Spreadsheet/importXLSX.py b/src/Mod/Spreadsheet/importXLSX.py index d7c15cdf9e..eecdb3a859 100644 --- a/src/Mod/Spreadsheet/importXLSX.py +++ b/src/Mod/Spreadsheet/importXLSX.py @@ -329,7 +329,7 @@ def handleCells(cellList, actCellSheet, sList): if refType: cellType = getText(refType.childNodes) else: - cellType = "n" # FIXME: some cells don't have t and s attributes + cellType = "n" # print("reference: ", ref, ' Cell type: ', cellType)