Michael Lüssem

Results 2 comments of Michael Lüssem

same issue for me - no response?

I could solve my problem by using this (serverless function in my usecase) `router.get("/", (req, res) => { // Load an existing workbook XlsxPopulate.fromFileAsync("ExcelBlanko.xlsx") .then((workbook) => { const sheet1 =...