CotalkerPartners / mongo-xlsx

Convert Mongo data into Excel and vice versa @ Node.js. MongoDB Mongoose Dump to excel.
MIT License
99 stars 28 forks source link

Can I change the column name? #13

Open AkashiWen opened 7 years ago

AkashiWen commented 7 years ago

Exp:

{id: 100}

expected show in xlsx:

{identity: 100}
7antra commented 5 years ago

I think you have just to create your own model instead of "buildDynamicModel"