Bind formatted excel sheet to OWC spreadsheet

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

I am using the OWC component to simulate Excel in a windows form. I
am re-writing an application that was originally done in VB. The only
way that I can think of speeding up the loading of the OWC spreadsheet
is to possibly have a pre-formatted "template" that I load or bind
into the OWC spreadsheet, and then populate the OWC with the data.
Any ideas?

Thanks in advance for your help,

Bob
 
Why not use a datagrid control and ADO.NET to bind the data to excel. Use
the
frameword.adonet newsgroup for more in depth answers.

Regards - OHM#

I am using the OWC component to simulate Excel in a windows form. I
am re-writing an application that was originally done in VB. The only
way that I can think of speeding up the loading of the OWC spreadsheet
is to possibly have a pre-formatted "template" that I load or bind
into the OWC spreadsheet, and then populate the OWC with the data.
Any ideas?

Thanks in advance for your help,

Bob

Regards - OHM# (e-mail address removed)
 
Back
Top