Code for extraction of data from Ole10Native

2008-11-11 Thread Rainer Schwarze
Hi, some time ago I wrote some code for retrieving data from an Ole10Native structure. I would like to polish it slightly and submit it. Is there a recommended location in POI class hierarchy / packages for it? Or should I just add the file to bugzilla? Best wishes, Rainer --

Re: Fw: Print File

2008-08-28 Thread Rainer Schwarze
Fabio Alves de Araujo Ebner - Dna wrote: Hi. can i send one file to print without open ??? i want to got the .doc file, replace some text, and send to printer.. but i dont want to open that doc when i finish to replace text.. it is possible?? Hi, its not possible, since printers don't

Re: changed API when introducing ss to hssf, add old as @deprecated?

2008-07-20 Thread Rainer Schwarze
Nick Burch wrote: On Fri, 18 Jul 2008, Rainer Schwarze wrote: [...] Since JasperReports is built against POI-3.0.1 and no rebuild of JasperReports should be necessary, binary compatibility is needed. I'm not sure if we have a decision on if 3.0 to 3.5 should be binary compatible

Re: help new doc file

2008-07-19 Thread Rainer Schwarze
Fabio Alves de Araujo Ebner - Dna wrote: my rows and columns is vary .. i need to create one label's print.. my user will select how many rows and column he wants to print.. and i need to create one(or more) label in each line from my table to print Inserting columns into Word tables is a

Re: copy .doc text

2008-07-19 Thread Rainer Schwarze
Fabio Alves de Araujo Ebner - Dna wrote: hi.. can i copy the all text from one .doc to another? with all formats??? i have one text in A.doc and i need to copy that text replace something and past inte B.doc is possible? Its not supported by POI-HWPF. Depending on how complex the

changed API when introducing ss to hssf, add old as @deprecated?

2008-07-18 Thread Rainer Schwarze
Hi, I'm trying to work with JasperReports 3.0.0 which is built against POI-3.0.1-FINAL. When I use a newer POI library, it complains, because interfaces changed such as HSSFCell.setCellStyle(HSSFCellStyle) being now HSSFCell.setCellStyle(CellStyle). Would it be interesting/possible to

Re: changed API when introducing ss to hssf, add old as @deprecated?

2008-07-18 Thread Rainer Schwarze
Nick Burch wrote: On Fri, 18 Jul 2008, Rainer Schwarze wrote: I'm trying to work with JasperReports 3.0.0 which is built against POI-3.0.1-FINAL. When I use a newer POI library, it complains, because interfaces changed such as HSSFCell.setCellStyle(HSSFCellStyle) being now

Re: help new doc file

2008-07-14 Thread Rainer Schwarze
Fabio Alves de Araujo Ebner - Dna wrote: Help.. how i create a single HWPF file?? i need to create one doc with a table inside.. but i dont find anything to help me.. can some one? please Hi, you can't create a document from scratch in POI. You need to use an existing Word document and use

Re: ooxml branch and docx

2008-04-10 Thread Rainer Schwarze
Nick Burch wrote: On Wed, 9 Apr 2008, Jason Harrop wrote: I was looking today at my generated classes for CT_RPr and CT_ParaRPr - the content model for an rPr element inside a pPr is essentially the same as for an rPr in a run element, except that it is top and tailed with some change tracking

Re: AW: Unable to read an excel file

2007-06-11 Thread Rainer Schwarze
Hello Nick, I looked into the file of Sascha and noticed the following issues: 1) The file format doesn't seem to be a perfect excel format (see below) 2) Supporting such files in HSSF requires small changes to several (maybe a lot) of the *Record classes fillFields method and identifying a few