Articles in this section
Category / Section

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

1 min read

XlsIO does not provide support for embedding an excel spreadsheet in 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)
Please sign in to leave a comment
Access denied
Access denied