Downgrade Excel 2003+ format (.xlsx) to the old Excel 97 format (.xls).

Parameters:
.xlsx files to be downgraded. These paths must be passed from a preceding table such as an inlineTable..xlsx file after conversion. Useful in cleanup pipelines.See dedicated page for more information.
See dedicated page for more information.
The downgradeToXLS action is used to convert Excel workbooks from modern formats (.xlsx – Excel 2007 and later) into the legacy Excel 97–2003 format (.xls). This operation is crucial when compatibility with older systems or applications that do not support the .xlsx format is required.
This action is often used in backward compatibility scenarios, system migrations, or data exchanges where the target software only accepts .xls files. Despite its older structure, .xls remains a commonly used format in legacy environments, and this action enables automated batch conversions inside ETL pipelines.
This conversion process preserves the core content of the file but may not support newer
.xlsxfeatures like advanced formatting, formulas, or cell styles that are incompatible with the.xlsstructure.
| C1 |
|---|
assets/excel-update-demo.xlsx |

Notes:
- Converted files will have the same filename but with the .xls extension.
- Ensure filenames in input do not contain unsupported characters for older Excel versions.
- Enabling Delete original file is irreversible; use with caution.
