Open pedrogoiania opened 3 months ago
@bennyhoyer you're right. I've missed adding the commits hahaha would you checkout now?
Yes thank you, it now works as expected 🙌
Hi, I may be missing something, but I just installed the plugin and it does not allow multiple fields on relations yet. any ideas?
@LTorrealbaUpstart13 until it gets merged add
"strapi-plugin-excel-export-2024": "pedrogoiania/strapi-plugin-excel-export#feat/allow-multiple-field-in-relations"
to your package.json.
Highly needed feature
Nice job with this change, was exactly what I needed. But I think you missed the
buildRelationHeaders
inside thedownloadExcel
function. If you add it, the resulting download will match the displayed table.