I'm trying to export a table with the following cell: BAT_30_CCR01_OUV_ZONE_PCE_30_2A_102_&_30_2A_101 The ampersand seems to be messing everything... I obtain this when I export: BAT\_{}30\_{}CCR01\_{}OUV\_{}ZONE\_{}PCE\_{}30\_{}2A\_{}102_\&_30\_{}2A\_{}101 For this to export normally, I would expect this: BAT\_{}30\_{}CCR01\_{}OUV\_{}ZONE\_{}PCE\_{}30\_{}2A\_{}102\_{}\&\_{}30\_{}2A\_{}101 Here is the difference: 102_\&_30 102\_{}\&\_{}30 The underscore isn't escaped, which results in an unwanted subscript in the exported table. Is this a bug? Any quick fix? Thanks in advance!