Excel Autofilter in VB.NET
Posted
by Fabri
on Stack Overflow
See other posts from Stack Overflow
or by Fabri
Published on 2009-11-13T19:01:45Z
Indexed on
2010/05/22
6:20 UTC
Read the original article
Hit count: 337
In my application I'm exporting an Excel file by getting the layout of a HTML page. So, in my codebehind, I'm modifying the HTML layout and inserting itens on it like if it was a webpage. Doing it that way, I don't need to use any external library and, as the data I'm exporting is just a table, I don't need nothing complex to handle it. My question is: there is a way to create an AutoFilter by just modifying the HTML tags? I mean, like if a put a < b>Column Name in the HTML, when exporting to Excel it will become Bold, it is possible to do the same thing with the AutoFilter?
© Stack Overflow or respective owner