Export to MS Excel

  • Thread starter Thread starter Phoon Chee Keong
  • Start date Start date
P

Phoon Chee Keong

Hi, Anyone know how to export to excel? Any example that I can refer?


Regards,
PCK
 
In VB6 I used the FarPoint Spread 7 which is great for exporting to Excel
AND very very fast.

I will be trying it in VB 2005.

One of the great advantages is it knows how to build a multi-worksheet Excel
file with the formatting that you code onto the spread. You simply build a
'tabbed spread' instance with data, formula and formatting and use an
ExportToExcel method that does all the difficult things for you. Pivot
tables and some other Excel functionality is not supported.

Disadvantage - It costs money.

Disclaimer - I am a programmer and have no connection with FarPoint but use
the ActiveX Spread 7 extensively in a VB6 financial application

Garry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top