Hi there,
I am trying to find out what the best way of creating an excel
spreadsheet is, this will need to be done dynamically by an aspx website
on the server side.
The main way would be to use the Excel com object that is available when
you have excel installed, however since this is done server side I need
to be sure that it won't generate any dialog box error messages. There
are also concerns about threading.
Most of the examples I can find on the web seem to be quite old, has
anyone recently done this who could share their thoughts ?.
Any help appreciated.
Regards.
I am trying to find out what the best way of creating an excel
spreadsheet is, this will need to be done dynamically by an aspx website
on the server side.
The main way would be to use the Excel com object that is available when
you have excel installed, however since this is done server side I need
to be sure that it won't generate any dialog box error messages. There
are also concerns about threading.
Most of the examples I can find on the web seem to be quite old, has
anyone recently done this who could share their thoughts ?.
Any help appreciated.
Regards.
Comment