https://github.com/amiralles/owc
How to show excel files inside the WinForms webbrowser control
https://github.com/amiralles/owc
Last synced: 3 months ago
JSON representation
How to show excel files inside the WinForms webbrowser control
- Host: GitHub
- URL: https://github.com/amiralles/owc
- Owner: amiralles
- License: mit
- Created: 2016-10-14T16:24:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-17T22:28:09.000Z (over 8 years ago)
- Last Synced: 2025-01-09T14:44:44.450Z (4 months ago)
- Language: C#
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# owc
How to show excel files inside the WinForms webbrowser control.### Prerequisites
You must have OWC up and runngin on your machine.### How to build
Go to ./src and run build.bat. The output will be at ./bin.There's no .sln or .csproj file in here, just plain old C# compiling from the command line using csc.exe.
If you wanna use VS, make sure your build targets the x86 platform. Otherwise, it ain't gonna work.### More about the code
You can see some commets about the interesting bits of the code at [my blog](http://alemiralles.blogspot.com.ar/2016/10/how-to-show-excel-files-inside-net.html)