# Version 9.1.112 (26 August 2024)

### Report Builder

#### Report not exporting (#119368)

**Problem**

- When invalid XML characters within the data need to be exported, the export to Excel fails.

**Solution**

- A method to sanitize the data was added, removing any invalid XML characters before exporting.

---