1

Hello everyone i am designing a web page that contains many textboxes and a button.The function of that button is to export whatever written in the textbox to an excel file.Can anyone help me please.

nitinvertigo
  • 1,180
  • 4
  • 32
  • 56

1 Answers1

0

Interesting Question...

First of All, you should provide more details and include more relevant tags.

Solution 1:

Step 1: Get the Input values as content of <TD>. apply-values-of-inputs-to-all-its-td-innerhtml

Step 2: Export the content of table to the excel. export-html-table-to-excel

Solution 2: You can use the Microsoft.Office.Interop.Excel

Community
  • 1
  • 1
Arun Singh
  • 1,538
  • 4
  • 19
  • 43