Microsoft Excel is a commercial spreadsheet application written and distributed by Microsoft for Microsoft Windows and Mac OS X. If your question is about programming Excel in VBA then also tag it [tag:excel-vba]. If it is about an Excel formula or worksheet function, then also tag it ...

learn more… | top users | synonyms (2)

1
vote
1answer
88 views
+100

Excel pivot table in a web page

This is probably a closable question, but really I think Stackoverflow is the best source where a practical answer can be found. I'm working on a web page showing a pivot table. My solution is based ...
1
vote
2answers
51 views
+50

How to Freeze Header row in Excel using ExcelLibrary dll

I am using ExcelLibrary dll . I want to Freeze the Header Row .. Can any body suggest how I might do this? I have tried the following code.. Imports System.Data.SqlClient Imports ExcelLibrary ...