ClojureCalc icon indicating copy to clipboard operation
ClojureCalc copied to clipboard

A libreoffice Calc Add-In to evaluate clojure expressions

Results 10 ClojureCalc issues
Sort by recently updated
recently updated
newest added

Add extension to https://extensions.libreoffice.org/

The addin does not give a warning before executing clojure code. This is obviously dangerous, see for example: ``` =CLJEVAL("(use 'clojure.java.io) (with-open [wrtr (writer '''/tmp/test.txt''')] (.write wrtr '''line to be...

bug
help wanted
Hacktoberfest

Clojurecalc is not working with latest version of libre office

Hacktoberfest

Clojure have a newer version, jar inside the addin should be updated Depends on https://github.com/beothorn/ClojureCalc/issues/18

Hacktoberfest

Using the libreOffice sdk from package libreoffice-dev I'm getting ➜ sdk /usr/lib/libreoffice/sdk/bin/idlc -C -O /home/lucas/dev/clojurecalc/ClojureCalc/build/idl/urd -I /home/lucas/dev/clojurecalc/ClojureCalc/src -I /usr/lib/libreoffice/sdk/idl /home/lucas/dev/clojurecalc/ClojureCalc/src/com/github/beothorn/clojurecalc/ClojureCalc.idl Compiling: /home/lucas/dev/clojurecalc/ClojureCalc/src/com/github/beothorn/clojurecalc/ClojureCalc.idl :1 [62:62] : Statement can not be parsed:...

help wanted

No factory object for com.github.beothorn.clojurecalc.ClojureCalcImpl Versão: 4.3.7.2 ID de compilação: 430m0(Build:2) jdk 1.8.0_45

Check if it's posssible to import those libs Or they must be added to the oxt https://github.com/clojure/math.numeric-tower https://github.com/clojure/math.combinatorics https://github.com/clojure-numerics/expresso

=CLJTORANGE( "['''1''' '''2''']", "Test", A2:F10) java.lang.RuntimeException: Unmatched delimiter: ], compiling:(null:1:18)