Hello,
How can i add the sheet2 for the already avilable workbook.
by using
Worksheet worksheetEvalExtract = workbookEvalExtract.Worksheets[0]; -- till now we have only sheet1 and it is working fine
now, it is a new requiement to export the data to SHeet2 as well along wih sheet1 information, i try to develop the follwoing code, it is not working,
Worksheet worksheetEvalExtract1 = workbookEvalExtract.Worksheets[1];
we need to get the export to excel without using template.
Regards,
Anusha VALLABHANENI