Skip to content

rli-diraryi/go-ole

 
 

Repository files navigation

#Go OLE

Go bindings for Windows COM using shared libraries instead of cgo.

By Yasuhiro Matsumoto.

##INSTALL

To experiment with go-ole, you can just compile and run the example program:

go get github.com/mattn/go-ole
cd /path/to/go-ole/
go test

cd /path/to/go-ole/example/excel
go run excel.go

##LICENSE

Under the MIT License: http://mattn.mit-license.org/2013

About

win32 ole implementation for golang

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%