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 not assign save flag to false #26

Closed anhvietcx closed 4 years ago

anhvietcx commented 4 years ago

I try to assign save flag to false but unsuccess, I have investigated and found that below code make stuck if (!options.save) {options.save = makeDefault('save');} option.save always set to true.

Please take time to fix this bug. Thanks

anhvietcx commented 4 years ago

I have found pull requested fix this bug. But I install from npm so the bug still exists. Thanks.

yuercl commented 4 years ago

need publish new version to npmjs repo