I have a project a part of which is to convert an html table into an excel file. The fields in the table will be static.
There are a bunch of solutions on the site but they don't really seem to work for me.
I'm using visual studio 2015 edition
I have a project a part of which is to convert an html table into an excel file. The fields in the table will be static.
There are a bunch of solutions on the site but they don't really seem to work for me.
I'm using visual studio 2015 edition
Question header says static html table..... ok i will give approach to this problem something like this....
use Html Agility Pack to grab data from static table, grabbed data insert into a proper object list according to table data type....
from that point generate a excel is not a big issue....