Progamming in Excel 2000

  • Thread starter Thread starter Raj
  • Start date Start date
R

Raj

Good Morning;

We have an requirement to export the datas into excel for users. we need
to write server side programming which dynamically creates an excel with
multiple sheets and download to clients. I am new to excel programming, How
do I interface with excel in the server side, we don't wanna install any
office package in our production environment. Any suggestions?
 
Raj,

Write the data to a space, comma, or tab delimited file and write an app in Excel (separate from your system) that will import the
data for your users.

HTH,
Bernie
Excel MVP
 
Back
Top