Igor Kochetkov

Results 7 comments of Igor Kochetkov

Adding some details here: So AF using the following synthax to send the data back `module.exports = async function (context, req) { try { context.res = { body: "Success!" };...

> tried processing it as blob data, but the file in result is corrupted. What could I be missing? > > var blob = new Blob([data], { type: "octet/stream" });...

Does someone know how to solve this FS?

> @ikochetkov I just switched to the library I linked. Most of these excel output libraries are quite similar so it's not difficult. I'm looking for something to run through...

> I've used it in browser, the first example in the repo shows you how to do this. > […](#) > On Tue, 6 Apr 2021, 9:36 pm Igor Kochetkov,...

@JonnoFTW I got it running, I haven't uninstall it through npm while using imported scripts, so I uninstalled npm package and just imported js files into my project, and changed...

Hi Pieter, thanks for collaboration. I just changed name, but same error unfortunetly (in dev it's again works, it test no). This is the end of my code block for...