sumanth-basetty
sumanth-basetty
@Siemienik I was trying to use `xlsx-renderer` and i couldn't get the file generated, getting the below error `Can't find end of central directory : is this a zip file...
@jacekkoziol Thanks for pointing it out, i have changed the `viewModel` according to the `template.xlsx` and moved the template to `public` folder still get the same error as mentioned `Error...
@jacekkoziol thanks for pointing it out, it works fine now @Siemienik Cool stuff, will check it out no time wasting in styling, just generate the file, `xlsx-renderer` is awesome :)
@Siemienik @jacekkoziol I have an issue with the renderer in the template, i have 1 row empty between header and data, xlsx generated is not as expected ``` Expected output(need...
@Siemienik got it, now i get the flow how to use those generics, works fine now 😃, thank you 👍
@Siemienik why the file isn't generating when the template is out public, i have made the template out of public folder and updated the path in fetch, it doesn't generate...