Skip to content
This repository was archived by the owner on Jan 12, 2022. It is now read-only.

Commit 67bf493

Browse files
committed
Update README
1 parent 008c136 commit 67bf493

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

emfxcel/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# EMFxcel: using Eclipse Modeling to extend the power and usefulness of Excel spreadsheets
22

3-
TODO
3+
In order to be able to do advanced data processing and visualization with technologies I am familiar with, I created a simple tool to process Microsoft Excel® documents using Eclipse Modeling. The solution consists of an Xcore-based Excel domain, and a slightly modified EMF generated editor that is able to open Excel files directly as EMF instance models via Apache POI, and automatically track and propagate changes as the opened file is being simultaneously modified in Excel. I demonstrate live data processing using EMF-IncQuery graph queries, and live data visualization using IncQuery Viewers.
4+
5+
See https://incquery.net/incquery/examples/emfxcel for the detailed documentation.
46

57

68
Excel is a registered trademark of Microsoft.
@@ -10,4 +12,4 @@ http://poi.apache.org
1012
http://www.apache.org/licenses/
1113

1214
All other original content licensed under the Eclipse Public License 1.0
13-
http://www.eclipse.org/legal/epl-v10.html
15+
http://www.eclipse.org/legal/epl-v10.html

0 commit comments

Comments
 (0)