Here\'s the problem:
I have to modify an existing Excel spreadsheet using .NET. The spreadsheet is hugely complex, and I just have to add data in some predefined ar
You have still few solutions. 1) Third party component for excel files. ( i think this is most pain-les & reliable solution ) 2) Using html-table.
1) Simply look at internet :) 2) The excel works pretty fine with html-tables. If you generate this html:
Column A Column B
-154 hello world
the excel will show it as worksheet as you formated it. I think, this is most universal way, how to create "rich" excel worksheet in internet enviroment without having excel instaled on server.