Igor Kochetkov

Results 3 issues of Igor Kochetkov

``` // sends Excel file to web client requesting the / route // server will respond with 500 error if excel workbook cannot be generated var express = require('express'); var...

Hi ! Using currently excel4node with expressJS. Sending the object and receiving binary data of excel Want to go away from local server and move it to Azure Functions. Can...

Using your code from README.md - successfully generated workbook and got in running in dev(Thanks for this!) (locally, and in dev it works, however , after deployment to TEST env...