DO NOT REPLY [Bug 45430] New: XSSFName.getSheetName() returns the wrong value

2008-07-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45430 Summary: XSSFName.getSheetName() returns the wrong value Product: POI Version: unspecified Platform: PC OS/Version: Windows XP Status: NEW Severity: normal

DO NOT REPLY [Bug 45431] New: XSSFWorkbook cannot save a macro-enabled Excel (.xlsm)

2008-07-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45431 Summary: XSSFWorkbook cannot save a macro-enabled Excel (.xlsm) Product: POI Version: unspecified Platform: PC OS/Version: Windows XP Status: NEW Severity: normal

DO NOT REPLY [Bug 45431] XSSFWorkbook cannot save a macro-enabled Excel (. xlsm)

2008-07-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45431 --- Comment #1 from Matthew [EMAIL PROTECTED] 2008-07-18 02:44:02 PST --- Created an attachment (id=22280) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=22280) Input Excel File -- Configure bugmail:

Re: Generating ppt through java

2008-07-18 Thread dinshetty
Hi Yegor, I tried to run the follwing code, But I am getting some null pointer exception as below _records in TextRun.java is null. Why is this _records is used for? What can be done to resolve this ? Exception: Exception in thread main java.lang.NullPointerException at

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

[ANNOUNCE] Apache POI 3.5.1 Beta 1 Released

2008-07-18 Thread Nick Burch
The POI team is pleased to announce the availability of Apache POI 3.5.1 beta 1, our first release including OOXML (Office Open XML) support. Apache POI is well-known in the Java field as a library for reading and writing OLE2 office file formats, such as Excel, PowerPoint, Visio and Word. With

Re: [ANNOUNCE] Apache POI 3.5.1 Beta 1 Released

2008-07-18 Thread Nick Burch
On Fri, 18 Jul 2008, Nick Burch wrote: The POI team is pleased to announce the availability of Apache POI 3.5.1 beta 1, our first release including OOXML (Office Open XML) support. Just to let everyone here know that I'm aiming to do beta releases around once a month, until we're ready for

copy .doc text

2008-07-18 Thread Fabio Alves de Araujo Ebner - Dna
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?

DO NOT REPLY [Bug 45394] Remove unused examples properties from build.xml

2008-07-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45394 Nick Burch [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 45398] [PATCH] Fix HSSFDateUtil to recognize formats with AM/PM

2008-07-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45398 Nick Burch [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 45430] XSSFName.getSheetName() returns the wrong value

2008-07-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45430 Nick Burch [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 45431] XSSFWorkbook cannot save a macro-enabled Excel (. xlsm)

2008-07-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45431 Nick Burch [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |NEEDINFO ---

help with tables

2008-07-18 Thread Fabio Alves de Araujo Ebner - Dna
hi. i try do insert a new Row or Cell into a word file table.. but i can't do.. i can got the tabele, row, cel. replace de text inside. but can't insert a new Cell(column) or Row.. help please

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

2008-07-18 Thread Rainer Schwarze
HSSFCell.setCellStyle(CellStyle). I'm guessing this is on the 3.5 / ooxml branch? I'm using an adjusted POI library, but the issue exists also with poi-3.5-beta1-20080718.jar . HSSFCellStyle extends CellStyle, so you shouldn't see any difference - we've made the method call more accepting, not less. I get