Saiansh
on Mar 21, 2019 11:52 PM
4867 Views
how to create dynamically multiple sheets in .csv using asp.net web application
Download FREE API for Word, Excel and PDF in ASP.Net:
Download
Hi Saiansh,
CSV is just plain text and it does not support multiple sheets.
So to generate multiple sheets use xls or xlsx format.
For this refer below article.