0

I am having a small project on MVC Razor.Well,I have an html table from which I want to just select any rows with checkbox click and then export those selected rows in Excel.Also,my table has 4 columns but I want only 2 columns from it to be exported. Now how can I achieve it?I tried all things like using scripting etc. but all in vain.Can I apply style to data exported in excel?

Litisqe Kumar
  • 2,512
  • 4
  • 26
  • 40
Shanky
  • 1
  • 1
  • 4

1 Answers1

0

If i am not mistaken, it looks like you want to export an HTML table to excel, and these are some of the links i found that could help:

stackoverflow

jQuery

Community
  • 1
  • 1
rulanitee
  • 21
  • 2
  • I have gone through these links but, I want to specifically select rows using checkbox and then export only those many to excel.In these links whole table is being exported along with all the columns. – Shanky Sep 23 '15 at 10:07