This pull request enhances the Excel export functionality of the Strapi plugin by improving nested relation data handling and refining error management. The key update includes support for multiple columns within each relation, allowing for richer data representation in exports.
Key Changes:
Multiple Column Support: The relation now accepts columns instead of a single column, enabling access to multiple attributes.
Robust Error Handling: Implemented error checks and logging to enhance system stability and prevent runtime failures.
Description:
This pull request enhances the Excel export functionality of the Strapi plugin by improving nested relation data handling and refining error management. The key update includes support for multiple columns within each relation, allowing for richer data representation in exports.
Key Changes: