Ziv-Barber / officegen

Standalone Office Open XML files (Microsoft Office 2007 and later) generator for Word (docx), PowerPoint (pptx) and Excell (xlsx) in javascript. The output is a stream.
MIT License
2.65k stars 471 forks source link

cannot support koa #202

Open coldcafe opened 7 years ago

coldcafe commented 7 years ago

use officegen in koa, execute success, but the content of file always is "OK"

ctx.res.writeHead ( 200, {
    "Content-Type": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
    'Content-disposition': 'attachment; filename=surprise.xlsx'
});

xlsx.generate ( ctx.res );
sunkeWEB commented 6 years ago

我也是这个问题