We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb3cf38 commit f7ce3bfCopy full SHA for f7ce3bf
README.md
@@ -1,5 +1,7 @@
1
ClojureCalc
2
====================
3
+
4
+
5
Combine the power of clojure with all the LibreOffice calc features!!!
6
---------------------
7
@@ -25,7 +27,7 @@ A simple instruction
25
27
26
28
29
To run a clojure expression just call cljeval
-Example:
30
+Example:
31
Sum of two numbers
32
=CLJEVAL("(+ 1 2)")
33
@@ -52,7 +54,7 @@ Write collection to cell range
52
54
53
55
You can write the output of an expression to a cell range using cljToRange.
56
CljToRange works with arrays and matrices
-Ex:
57
+Examples:
58
Writing a collection to three cells A1, A2 and A3:
59
=CLJTORANGE("[1 2 3]";"CellText";A1:C1)
60
0 commit comments