Lars Werner

Results 2 issues of Lars Werner

Hello, looking for a solution to use Excel COM objects in Java I found Com4j. Until now I was able to implement a lot of code, but I am now...

I have created an ODS file with LibreOffice Calc which I have protected with a password. I opened this file as follows: ``` odfPackage = OdfPackage.loadPackage(document.getFile(), openPassword, null); odfDocument =...

help wanted