Hi, I am creating simple xlsx using template and then saving it this way :
> workbook.SaveAs(outputPath);
the problem is , that when I open my website in 3 tabs, and click in each to generate my report, then when code comes to SaveAs all tabs are hanging for ever,
closedxml i saving for ever, i was waiting 30 minutes and nothing, all is on my local machine, what I can do ? How can I check anything ?
> workbook.SaveAs(outputPath);
the problem is , that when I open my website in 3 tabs, and click in each to generate my report, then when code comes to SaveAs all tabs are hanging for ever,
closedxml i saving for ever, i was waiting 30 minutes and nothing, all is on my local machine, what I can do ? How can I check anything ?