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 you provide the options example? for eliminating the empty cells or blanks cells #22

Open adepusai123 opened 5 years ago

adepusai123 commented 5 years ago

Hi

I am using mongo-xlsx module to convert excel sheet to mongo data but i am getting empty cells also. Can you please update this module to get only non-empty cells data.

thanks

ANorseDude commented 5 years ago

Why don't just not convert the empty cells, or just don't save them to mongodb (validate the transaction before save).