Articles in this section

Is it possible to embed an excel file in windows forms?

XlsIO does not provide support for embedding an Excel spreadsheet in a Windows Form. As a workaround, we can view it by using the web browser control.

C#

webBrowser1.Navigate("Sample.xls");

 

VB

webBrowser1.Navigate("Sample.xls")
Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Access denied
Access denied