|
-
Aug 17th, 2005, 04:39 PM
#1
Thread Starter
New Member
VB.NET & MS SPREADSHEET 10.0 / 11.0 COM COMPONENTS (OWC10.DLL OWC11.DLL)
Hiya all,
I'm a very new to VB.Net + need some help.
I'm writing a program that has a form and an MS Spreadsheet 11.0 activeX component on it (default name is axMicrosoft.Office.Interop.Owx11.AXSpreadsheet).
I want to be able to import + export data into this sheet.
So far: -
1) I can type data into the sheet in RUNTIME.
2) I can export the data to an Excel file using .Export in RUNTIME.
3) I can import data from a .CSV file, but only at DESIGN TIME using the "Commands and Options"-->Import-->DATATYPE=CSV URL=FILENAME.
Can someone please tell me how to: -
A) Import either a CSV or an Excel file into this component in RUNTIME
B) Export the sheet to a CSV file rather than an Excel file in RUNTIME
Cheers all,
Max 
(vb.net 2003 on XP-Home with Office Pro 2000 & 2003)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|