Hi, I am trying to append form data into excel spreadsheet, I tried looking all over for this but unable to do. Was able to append to text file but now trying to an excel spreadsheet. Any help is appreciated. Thanks. Vani
Hi, I am trying to append form data into excel spreadsheet, I tried looking all over for this but unable to do. Was able to append to text file but now trying to an excel spreadsheet. Any help is appreciated. Thanks. Vani
There are a couple of options that you may try: + Use a third party component for example Aspose.Cells to support working with Excel. + Use the Automation (not recommeded though it works). + Use the ADO.NET[^] to read/insert/update data in the excel sheet.