Programming Excel Effiviently - HELP!

  • Thread starter Thread starter ibeetb
  • Start date Start date
I

ibeetb

My head is exploding with the 500 different ways shown on Microsoft's site
to program Excel (Office)
Can anyone offer the best solution to the following:
I want to program a couple of Excel reports for both Mac Users and PC users
and have them access from a web site. These users not only have different
platforms (Mac and PC) but many have different versions of Excel (XP, 2002,
2003, 2000). What does Microsoft have out there that would be compatible
with all of the above differences??
I am open to VBA, VB.Net, ASP.NET, etc........
 
Hi,

If you need to read data from Excel, then you could use Jet OLEDB provider,
which will work with any version of Excel files. Then it is up to you how
you create ASP or HTML output
 
I want to program a couple of Excel reports for both Mac Users and PC users
and have them access from a web site.
You need something like ExcelRW:
http://www.syncfusion.com/Products/excelrw.aspx

Generates Excel files easily from any .NET app.

Marc
================================================================
Marc Scheuner May The Source Be With You!
Bern, Switzerland m.scheuner(at)inova.ch
 
Back
Top