Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asndev authored Dec 14, 2016
1 parent 162b558 commit 7fce2ce
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# opuxl - WIP / Early Stage
# opuxl - Self-Discovered Functions within Excel
Excel Addin to connect your favorite programming language with your Excel sheets

The Opuxl Excel Addin allows you to connect your application with Excel. You define your functions in your favorite programming language (Java, Node, ...) and the Opuxl Addin can call those functions from within your Excel Sheet.
The Opuxl Excel Addin allows you to connect your application with Excel. You define your functions in your favorite programming language (Java, Node, ...) and the Opuxl Addin will discover and can call those functions from within your Excel Sheet.

We had trouble to fill in multiple cells via a single function by using [XLLoop](http://xlloop.sourceforge.net/), so we created our own addin which uses [ExcelDNA](https://exceldna.codeplex.com/) to manipulate the Excel sheet.

With the addin it is possible to connect your Excel sheets to your desktop or server applications.

## Example
![Example](/opuxl-demo.gif?raw=true "")

Expand Down

0 comments on commit 7fce2ce

Please sign in to comment.