Thursday, March 20, 2025
1 change · saas-17.4
Enhancements to existing features
Spreadsheet sheets created from pivot or list data sources now clean up unsupported characters in their names before creation. This prevents errors or compatibility issues when source names include characters that spreadsheet tools do not allow.
Original PR description
Some datasource functionalities (i.e. insert PIVOT and LIST) create a new sheet based on the source name. Unfortunately, sheet names cannot contain some predefined characters (mostly for excel compatibility purpose). This revision adds a sanitization of the source name before creating the sheet. task-4347719