Open geyuqiu opened 6 years ago
Is there a way to declare in "options" the file name to be exported ?
You use like below
mongoXlsx.mongoData2Xlsx(res, model, { 'fileName': location + radius + '.xlsx' }, function (err, data) { console.log('File saved at:', data.fullPath); });
Is there a way to declare in "options" the file name to be exported ?