vinubabu323 / strapi-plugin-excel-export

Strapi plugin to export excel
MIT License
9 stars 13 forks source link

[FEAT] - Allow multiple fields on export in relations #16

Open pedrogoiania opened 3 months ago

bennyhoyer commented 3 months ago

Nice job with this change, was exactly what I needed. But I think you missed the buildRelationHeaders inside the downloadExcel function. If you add it, the resulting download will match the displayed table.

pedrogoiania commented 2 months ago

@bennyhoyer you're right. I've missed adding the commits hahaha would you checkout now?

bennyhoyer commented 2 months ago

Yes thank you, it now works as expected 🙌

LTorrealbaUpstart13 commented 2 months ago

Hi, I may be missing something, but I just installed the plugin and it does not allow multiple fields on relations yet. any ideas?

bennyhoyer commented 2 months ago

@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.

shestakov-railways commented 3 weeks ago

Highly needed feature