Open a spreadhseet within a winform

G

Guest

Hi all

I have been trying to open a spreadsheet form within a winform using
C#...but no success yet!

I think I need to use the Microsoft Office Spreadsheet 9.0 control, but so
far can't figure out how to set its data source! I have been able to find how
to open Excel from within a winform, but no documentation for the Microsoft
Office Spreadsheet 9.0 control. Any help would be great, as there is only so
much hair I can pull out of my head!

Thanks
 
H

Herfried K. Wagner [MVP]

fzhunter said:
I have been trying to open a spreadsheet form within a winform using
C#...

HOWTO: Use the WebBrowser Control to Open an Office Document in Visual C#
..NET
<URL:http://support.microsoft.com/?scid=kb;EN-US;304662>

INFO: WebOCHostCSharp.exe Hosts the WebBrowser Control in C# .NET
<URL:http://support.microsoft.com/?scid=kb;EN-US;326217>

HOWTO: Distribute the WebBrowser Control
<URL:http://support.microsoft.com/?scid=kb;EN-US;155969>

INFO: Develop Microsoft Office Solutions with Visual Studio .NET
<URL:http://support.microsoft.com/?scid=kb;EN-US;311452>
 
H

Herfried K. Wagner [MVP]

fzhunter said:
Thanks for this - from first glance looks perfect!

Well, but notice that it's not a very clean solution because it utilizes the
WebBrowser control ;-).
 

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

Top