sql >> データベース >  >> NoSQL >> MongoDB

RESTAPI呼び出しは1回だけ機能します

    私は最終的に次の行を使用してそれを修正しました:

     wb.write('Report.xlsx', res,function(){
    
               var filename = "Report.xlsx";
                    res.setHeader('Content-disposition', 'attachment; filename=' + filename);
                    res.setHeader('Content-type', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet');
                    res.pipe(res);
    
    
    });
    



    1. MongoDBelemMatchが期待どおりに機能しない

    2. サブプロパティのJSON.NETカスタム名前リゾルバー

    3. ループバックでのMongoDBアグリゲーション

    4. MongoDBビューへの変数の受け渡し