[jopendocument] Re: table with dynamic size in a odt

2009-06-09 Thread Guillaume Maillard
) at org.jopendocument.dom.template.JavaScriptFileTemplate.init (Unknown Source) at OpenDoc.main(OpenDoc.java:16) What's wrong?? On 8 Jun., 19:24, Guillaume Maillard guillaume.maill...@gmail.com wrote: Hi, You just need to create a template with the header and 1 line. Look at the OO plugin to insert the correct

[jopendocument] Re: Repeating section with repeing list.

2009-07-19 Thread Guillaume Maillard
Hi Marteijn, It's not easy to help you without looking at the template and the code, or more precisely what you mean by grouping children or repeating sections. Do you mean OpenDocument section or group of lines in a table? To answer your question: yes it's possible to repeat section, and

[jopendocument] Re: OfficeAutomaticStyles cannot be null

2009-09-29 Thread Guillaume Maillard
Hi, It seems that the viewer has some issue to retrieve some info. Could you provide us your document? Regards, Guillaume 2009/9/29 yambo wolly...@gmail.com Hi, when I run java org.jopendocument.sample.SpreadSheetCreation, this creates a file temperature.ods. running java

[jopendocument] OpenOffice Addon 1.1 released

2010-08-09 Thread Guillaume Maillard
Hi all, We just released the 1.1 version of the OpenOffice Addon. It fixed all the known issues, the update is highly recommended. To install, just double click ... it will update the previous version. The addon is the perfect tool to insert quickly all the fields you need to fill and

Re: [jopendocument] jOpenDocument for Octave

2010-11-25 Thread Guillaume Maillard
Hi Matty, I think that the jar of jOpenDocument should be in your classpath, but having no clue of how Octave uses our lib, we cannot be very useful. Regards, Guillaume 2010/11/25 Matthew Molloy matthewmol...@gmail.com Hi there, First of all I'd like to apologise for my newbness. I'm trying

Re: [jopendocument] jopendocument.org not accessible from NZ?

2011-01-28 Thread Guillaume Maillard
Hi, jOpenDocument is hosted on a shared hosting managed by OVH (the biggest hosting provider in France), no firewall are configured for blocking NZ user. I think that your IP is blacklisted by OVH, or that your ISP is blocking our host. Sadly, we have no control over it! Regards, Guillaume

Re: [jopendocument] update table of contents

2011-01-31 Thread Guillaume Maillard
Hi, The easy way to update the table of content is to add a script starting when opening the document. Juste call the refresh table content function of OpenOffice. If you want to do that in Java, I will have to write a book :) No time yet! Regards, Guillaume 2011/1/31 annug

Re: [jopendocument] Re: Unable to install addon in open office

2011-03-01 Thread Guillaume Maillard
Hi, It's an issue related to interactions between you OpenOffice and Java... I bet it comes from the fact your are running a 64bits system, but I have no clue of how you could fix your OpenOffice Regards, Guillaume 2011/3/1 Arun yourarunb...@gmail.com bump!! On Feb 22, 5:04 pm, Arun

Re: [jopendocument] setValueAt(Object val,int x,int y) crash ?

2011-03-03 Thread Guillaume Maillard
Hi, Just be sure that the cell exists Cells in OpenOffice are 'virtual', they are created when needed. Regards, Guillaume 2011/3/3 b.mard...@g2c.fr b.mard...@g2c.fr Hello everybody ! I'm using the setValueAt(Object val,int x,int y) form org.jopendocument.dom.spreadsheet.Table class for

Re: [jopendocument] applet warning

2011-03-08 Thread Guillaume Maillard
Hi, Look at http://java.sun.com/developer/technicalArticles/Security/applets/ http://java.sun.com/developer/technicalArticles/Security/applets/Regards, Guillaume 2011/3/8 mgazi murat.gazio...@gmail.com Hi, i use jOpenDocument-1.2.jar in my web application. When i call url, it works but

Re: [jopendocument] Jopendocument + Servlet

2011-09-27 Thread Guillaume Maillard
Hi, Could you provide your stacktrace? Regards, Guillaume 2011/9/27 Paballo coveytrad...@gmail.com I am Tswana so please forgive me for my poor English. I am trying to generate an ODT document from a servlet with no luck. I dont thing it is an IO error but rather a TemplateException, a

Re: [jopendocument] Re: Jopendocument + Servlet

2011-09-27 Thread Guillaume Maillard
Your odtstream is null... Regards, Guillaume 2011/9/27 Paballo coveytrad...@gmail.com java.lang.NullPointerException: in is null at java.util.zip.ZipInputStream.init(ZipInputStream.java:64) at java.util.jar.JarInputStream.init(JarInputStream.java:57) at

Re: [jopendocument] How to overcome OutOfMemory with jopendoc.

2012-03-21 Thread Guillaume Maillard
Hi, jOpenDocument 1.3 solve this kind of issues. Release date: tomorrow :) Regards, 2012/3/20 Latha M manjulathame...@gmail.com Hi there, why jopendoc is memory hungry. It's occupying lots of memory when processing with the maximum limit of records. Tested with 65536 which causes out of

Re: [jopendocument] How to overcome OutOfMemory with jopendoc.

2012-03-26 Thread Guillaume Maillard
Hi, Could you provide us the document that create such issues? Regards, 2012/3/26 Latha M manjulathame...@gmail.com Hi, Tested same with jOpenDocument 1.3 and I dint find any difference. Still facing the same issue. However, with the new release found new method to get exact row and

Re: [jopendocument] Does JOpenDocument support Pivot Table generation?

2012-04-11 Thread Guillaume Maillard
Hi, jOpenDocument supports only the OpenDocument format not the Microsoft XML Document format. Regards, 2012/4/11 DarkIT dar...@gmail.com Hi, Does JOpenDocument support Pivot Table generation? I need to create/modify pivot tables from Excel 2010 Thanks

Re: [jopendocument] jOpenDocument on Maven Central

2012-04-27 Thread Guillaume Maillard
Hi Peter, Thanks for your work on maven integration. It's something we never had time to investigate. Regards, Guillaume 2012/4/27 Peter Reutemann fracp...@waikato.ac.nz Hi guys Just to let you know that jOpenDocument is now available from Maven Central:

Re: [jopendocument] PDF creation simply doesn't work

2013-06-09 Thread Guillaume Maillard
Hi, jOpenDocument is used by OpenConcerto ERP to convert to PDF thousands of spreadsheet documents by day, so all you need to do is using the 1.3 final version and to look at exceptions if any. Regards, Guillaume 2013/6/8 Renato Silva br.renatosi...@gmail.com Hi. The PDF creation example

Re: [jopendocument] How to get the cell by value?

2013-08-19 Thread Guillaume Maillard
Hi, All you need is to iterate on cells (using used ranges). Regards, Guillaume 2013/8/19 Ravi Joshi ravi2008jo...@gmail.com Hi all, Is there any way to get the cell by its value? My spreadsheet contains unique labels. I want to get all those cells by this label. How? Sample code is

Re: [jopendocument] Exception java.lang.IllegalArgumentException while opening ods file modified by Microsoft Excel

2013-08-20 Thread Guillaume Maillard
Hi, We provide commercial support for this kind of request. Regards, Guillaume Le 20 août 2013 à 19:06, Ravi Joshi ravi2008jo...@gmail.com a écrit : Hi Guillaume, Thanks for the suggestions. Can you provide me the updated jar with required changes or point me to that please? On

Re: [jopendocument] Re: jOpenDocument is a uberjar? Why? Why not use Maven to build jars?

2013-10-23 Thread Guillaume Maillard
Hi, upgrade your JDK. Regards, Guillaume 2013/10/23 Антон Мацюк denixx.bay...@gmail.com denixx@denixxwork:~/NetBeansProjects/jOpenDocument-src-1.3 /home/denixx/soft/netbeans-7.3.1/java/ant/bin/ant Buildfile: /home/denixx/NetBeansProjects/jOpenDocument-src-1.3/build.xml init:

Re: [jopendocument] Re: jOpenDocument is a uberjar? Why? Why not use Maven to build jars?

2014-03-01 Thread Guillaume Maillard
Hi, thank you for your contribution. Maven fans will appreciate :) Best regards, Guillaume 2014-03-01 19:36 GMT+01:00 Антон Мацюк denixx.bay...@gmail.com: And sorry for this period of inactivity - I was doing my job ;) -- --- You received this message because you are subscribed to the

Re: [jopendocument] Filter.java isn't present in the org.jdom Package.

2015-12-25 Thread Guillaume Maillard
Hi, Sure, you have to use the jdom 1 library. Regarrds, 2015-12-23 17:02 GMT+01:00 Rouiched : > Hello, > > I want to use your software but I found some problems in the Java src. > > The org.jdom package is incomplete (Filter.java, Element.java, ... ) > > Thanks, > >

Re: [jopendocument] No Not Implemented exception in org.jopendocument.renderer.text.TextRenderer and others classes in 1.4 rc 2 release

2016-07-04 Thread Guillaume Maillard
Hi, Sorry, we will look at that. Regards, Guillaume 2016-07-04 18:07 GMT+02:00 Alessio Di Maria : > For first sorry for my bad english, > > Please, write to not implemented in not implemented classes! > I lost 2 hours today to know that there is not enought code in

Re: [jopendocument] Unable to save odt format to pdf

2017-02-24 Thread Guillaume Maillard
Hi, Isn't this sentence clear enough ? This class is *only *for ODS files Regards, Guillaume 2017-02-23 16:08 GMT+01:00 Ranjan : > Think it works only for "*.ods" files. > > OpenDocument doc = new OpenDocument(new File("invoice_template.odt")); > > throws an

Re: [jopendocument] classe ODDocument de jopenDocument

2016-11-02 Thread Guillaume Maillard
Bonjour, C'est à dire? Cordialement, 2016-11-02 10:02 GMT+01:00 xavier dibusi : > Bonjour > > en héritant de la classe ODocument je n'arrive pas à instancier la classe > ODocument > > -- > > --- > You received this message because you are subscribed to the Google

Re: [jopendocument] getRange and getTableModel returning null

2017-04-11 Thread Guillaume Maillard
Hi, "int" is not a range... A1:C6 is. Regards, Guillaume 2017-04-11 8:33 GMT+02:00 : > Hi, I have defined a named range in my libreoffice ods, but neither > getRange nor getTableModel seem to get it, they both return null, do you > know what could cause that behavior? >

Re: [jopendocument] Changing default font in ods to pdf convertion

2019-02-27 Thread Guillaume Maillard
Hi, You can use your own font, but you will have to dig a bit in jOpenDocument source code, because your font must be loaded by the JVM and iText must inline it in your PDF. I have no idea why in your case, it's not happening. (we provide commercial support if you want us to investigate on it).

Re: [jopendocument] Problem exporting a Ods to PDF

2019-02-14 Thread Guillaume Maillard
Hi, Can you share the code you are using to "print" it? Regards, Le jeu. 14 févr. 2019 à 20:15, a écrit : > > this is the layout that i'm trying to use > > On Thursday, February 14, 2019 at 4:13:21 PM UTC-3, grazi...@gmail.com > wrote: >> >> hi, i defined the print range in openoffice, its

Re: [jopendocument] Update Table of Contents (index) in a ODT file

2019-04-26 Thread Guillaume Maillard
Hi, It's not an easy task, for now the "quick fix" is to add a script in the document which triggers the update by the word processor when the document is opened. Regards, Guillaume Le ven. 19 avr. 2019 à 20:18, Enrique Guzmán a écrit : > Hello. I'm trying to programmatically update the table

Re: [jopendocument] JOpenDocument current supported?

2019-04-26 Thread Guillaume Maillard
Hi, jOpenDocument is still alive. We provide commercial support and continue the development. You see low activity on the website because the library is stable. We plan a maintenance release this year. Regards, Guillaume Le ven. 26 avr. 2019 à 18:27, a écrit : > JOpenDocument current

Re: [jopendocument] Reading Font Size and Style

2019-08-15 Thread Guillaume Maillard
Hi, Sure, there is a hierachy of styles too, but you will not be too annoyed with it when working on OSD files. Regar,ds Le jeu. 15 août 2019 à 06:52, Karl-Hendrik Indrikson < karlhendrikindrik...@gmail.com> a écrit : > Already got it :) Didn't know the default font size is 10pt and doesn't >

Re: [jopendocument] where to find the msv package for build jOpendocument?

2019-09-16 Thread Guillaume Maillard
Hi, See https://github.com/fridlutz/UNIVIE/tree/master/INTERROP/Session%202/4%20Schema%20Mapping/msv-20090415 Regards, Guillaume Le lun. 16 sept. 2019 à 16:56, 金飞 a écrit : > Hi, > Based on the readme file, we need to download and install the msv > package to build jOpendocument by

Re: [jopendocument] Using jOpenDocument in modular project

2019-10-09 Thread Guillaume Maillard
Hi, As I mentioned in stackoverflow, it's a problem related to JDOM, we will see what we can do in the next version of jOpenDocument. Regards, Guillaume Le mer. 9 oct. 2019 à 15:33, Fuffa Fuffact a écrit : > Hi, I am a happy user of jOpenDocument for years. Now with the migration > to java 12

Re: [jopendocument] Enormus memory usage.

2020-01-19 Thread Guillaume Maillard
Hi, getCellAt is a very high level function, it resolves all the information about the cells. For bulk processing, use low level APIs to manipulate the DOM. Regards, Guillaume Le dim. 19 janv. 2020 à 12:49, igNights77 a écrit : > > Hello. > > > I have been using jOpenDocument for some time

Re: [jopendocument] Struts 2 + jOpenDocument maven dependency = Error

2020-04-06 Thread Guillaume Maillard
Look at your generated jars and classpath instead of relying on a magical "pom". The JVM is never wrong about such problems : java.lang.NoSuchMethodError: ognl.SimpleNode.isEvalChain(Lognl/OgnlContext;)Z at com.opensymphony.xwork2.ognl.OgnlUtil.isEvalExpression(OgnlUtil.java:356) means

Re: [jopendocument] Struts 2 + jOpenDocument maven dependency = Error

2020-04-02 Thread Guillaume Maillard
Hi, It seems to be clear, the jOpenDocument jar is not in your classpath. Regards, Guillaume Le jeu. 2 avr. 2020 à 15:37, Juan Manuel Fandiño Boullón < juanfandinoboul...@gmail.com> a écrit : > Hello > > I work with a aplication that use: Java 6, Struts 2, Tomcat > > I have to read ods files

Re: [jopendocument] jOpenDocument can't read text cells created by libreoffice 7.0.1

2020-08-31 Thread Guillaume Maillard
Hi, Could you provide us the smallest document having this issue in order to investigate and to make it works on the next jOpenDocument version? Thanks. Guillaume Le lun. 31 août 2020 à 11:55, bdw...@gmail.com a écrit : > I've encountered a surprising problem using jOpenDocument to read ods

Re: [jopendocument] Project Compilation fails when switched to Java 11

2020-08-06 Thread Guillaume Maillard
Hi, We are working on a new website for jOpenDocument and will will provide packages for the case you mentioned. For now, we provide such custom packages for companies having commercial licence & active support. Regards, Guillaume Le jeu. 6 août 2020 à 11:18, R. S. Patil a écrit : > Hello, >

Re: [jopendocument] NullPointerException using org.jopendocument.dom.template.JavaScriptTemplate constructor

2021-07-02 Thread Guillaume Maillard
Hi Markus, Oracle removed the Javascript engine in latest Java releases. Just add : https://github.com/openjdk/nashorn to get it back. Regards, Guillaume Le sam. 3 juil. 2021 à 00:09, 'Markus Voge' via jOpenDocument < jopendocument@googlegroups.com> a écrit : > > Running this code gives me a

Re: [jopendocument] Can JOpenDocument convert a odt to PDF?

2021-02-25 Thread Guillaume Maillard
Hi, To render an odt is like re-coding LibreOffice... so it's not doable, but we are progressing on odt rendering, it will be available on next release. Regards, Guillaume Le jeu. 25 févr. 2021 à 17:43, Alfredo Rodriguez Cardoso < alfredo.rodriguez.c...@gmail.com> a écrit : > Hi folks! > > I'm

Re: [jopendocument] Re: v 1.5: dependency to both JDOM 1.1 and 2.0

2022-10-17 Thread Guillaume Maillard
Hi, We are migrating from jdom 1 to jdom 2. It's not yet complete, so for now, we need both. Robert : all the dependencies are included in our jar files. Regards, Guillaume Le lun. 17 oct. 2022 à 16:01, 'Robert' via jOpenDocument < jopendocument@googlegroups.com> a écrit : > Hello, > looking

Re: [jopendocument] Bundled dependency org.w3c.dom causing trouble with modular project

2022-10-29 Thread Guillaume Maillard
Hi Carlo, Is it so complicated to include jOpenDocument from source code, or split the jOpenDocument jar as needed? Regards, Guillaume Le mar. 18 oct. 2022 à 13:33, fuf...@gmail.com a écrit : > Hi All, > I am a happy user of jOpenDocument for years. I am now modularizing an > existing project

Re: [jopendocument] Bundled dependency org.w3c.dom causing trouble with modular project

2022-12-14 Thread Guillaume Maillard
Hi, For special needs like that, you can ask our "pro support" team provided in our Premium Distribution License. Regards, Guillaume Le mer. 14 déc. 2022 à 08:30, fuf...@gmail.com a écrit : > Hi Guillaume > sorry for the late reply. I was taking that route: starting from the > source code and