As per ECMA-376 §22.9.2.19, Excel strings are stored as ST_Xstring which supports escaped invalid XML characters, i.e. control characters [0x00-0x1F] minus 0x09, 0x0A and 0x0D.
ExcelTable does not escape back such characters when reading string cells.
As per ECMA-376 §22.9.2.19, Excel strings are stored as ST_Xstring which supports escaped invalid XML characters, i.e. control characters [0x00-0x1F] minus 0x09, 0x0A and 0x0D.
ExcelTable does not escape back such characters when reading string cells.