Convert Excel into HTML
I want to display my excel sheet into html view.
I tried using dot net (database method) and facing some problem. For empty 开发者_开发百科cells I am getting default value (for example A1 cell is empty it display as A1). I want to display only data.
Any other easy way to do this?
I'd recommend using a library, then it is very simple FlexCel is my provider of choice.
Easiest method is to save excel file as web page.
精彩评论