|
-
June 1st, 2005, 08:42 PM
#1
Using OWC 11.0 open Excel file

Hi all!
My C# application has a form with embedded spreadsheet control (it is from OWC v11.0). I want to open an existing Excel spreadsheet and load its content, include charts, pictures, other objects, into above spreadsheet control.
How can I do that? Please let me know if there is another way to embed a spreadsheet into form.
Please help me asap! Thanks in advanced!
Last edited by nguhanhson; June 1st, 2005 at 09:37 PM.
-
June 3rd, 2009, 07:34 AM
#2
Re: Using OWC 11.0 open Excel file
Hi, have you found the OWC solution? I have a similar task too and it is really hard to find anything about it. Now I use streaming xls file into browser window by:
Response.ContentType = "application/vnd.ms-excel";
Response.ContentType = "application/x-msexcel";
Response.TransmitFile(downloadPath);
But I want to try the OWC... Thanks
-
August 25th, 2009, 06:12 PM
#3
Re: Using OWC 11.0 open Excel file
Was wondering if any progress was ever made on this as I would like to do the same thing described. Any help or direction would be greatly appreciated.
Jason
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
|