Sir,
I have used your code on "
"
Now I want to use it in our windows project, so please provide me the modified code.
Thanks
raiamit says: wb.SaveAs(strLocation + "testReport.xlsx");
wb.SaveAs(strLocation + "testReport.xlsx");
wb.SaveAs(strLocation +
"testReport.xlsx"
);
Change the above line with the below.
wb.SaveAs(strLocation + "\\" + "testReport.xlsx");
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.