File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
ClojureCalc
2
2
====================
3
3
Combine the power of clojure with all the LibreOffice calc features!!!
4
+ ---------------------
4
5
5
6
ClojureCalc is a wrapper for clojure 1.6 on libre office and possibly open office.
6
7
7
8
To install use [ ClojureCalc.oxt] ( https://github.com/beothorn/ClojureCalc/releases/download/1.1.0/ClojureCalc.oxt )
8
9
9
10
Usage
10
- ====================
11
+ ---------------------
11
12
12
13
=c( string with a clojure function, without wrapping parenthesis )
13
14
=clj( string with a clojure expression )
@@ -18,7 +19,7 @@ Note: Three single quotes are replaced by a double quote
18
19
![ screenshot] ( http://i.imgur.com/ePwRK5O.png " Really cool example ")
19
20
20
21
Examples
21
- ====================
22
+ ---------------------
22
23
23
24
defining functions
24
25
<pre ><code >
@@ -41,3 +42,11 @@ escaping double quotes
41
42
=clj("(str '''foo''')")
42
43
</code ></pre >
43
44
45
+ Common issues
46
+ ---------------------
47
+ On installation you may get an error:
48
+ * Extension Installation Could not create Java Implementation Loader*
49
+ This can happen when libre office is using a JDK instead of a JRE or if your Java installation has problems.
50
+ To fix this change the jvm to be used by libre office on __ Tools>Options>Advanced__
51
+ More about this error on:
52
+ http://ask.libreoffice.org/en/question/5712/extension-installation-could-not-create-java-implementation-loader/
You can’t perform that action at this time.
0 commit comments