I have a big string variable(table) contains "<table>...<tr>...<td>......." Its a html code.
So I want to use this string variable to create excel file with NPOI.
And of course I don't want to work with cell by cell.
NPOI is capable to do this ? (I need a code)
So I want to use this string variable to create excel file with NPOI.
And of course I don't want to work with cell by cell.
NPOI is capable to do this ? (I need a code)