Re: POI 3.0 RC4

2007-05-30 Thread Andrew C. Oliver
That is really dumb if we added commons-lang as a dependency to have a nested exception. -andy I have added a comment here: http://jira.codehaus.org/browse/MEV-479 Hope they gonna fix this soon. I will do my best to push this toppic... BTW did you notice this one: http://jira.codehaus.org/b

Re: POI 3.0 RC4

2007-05-30 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Nick, Congratulations on the 3.0-FINAL release. After such a long time its really good to have it out and it seems to work well. Anyhow, I am very sorry to report that the POM still has a little problem. Even though it did not occure when I checke

Re: Doc changes, Was: Re: please help me out

2007-05-30 Thread Nick Burch
On Thu, 12 Apr 2007, patrick roussel wrote: What I made is modify org/apache/poi/hwpf/usermodel/Range.java in order to make possible detection in tables that are contained in others tables (method "getTable()"), therefore I added two public methods : Thanks for this contribution. Is there any

Re: Using POI with Excel 2007

2007-05-30 Thread bastian
Nick I wish I had time and I am not bullxxx, the problem is that the free time I have is committed to my kids public school where I spent 10+ hours a week helping in everything I can: fixing computers, organizing trips, ... We are on the same game: volunteers, just in different teams. Regard

Re: Using POI with Excel 2007

2007-05-30 Thread Nick Burch
On Wed, 30 May 2007, bastian wrote: I had been looking into openxml4j which is a great idea, the problem is that I can not wait that long to support Excel 2007, according to their road map: They are looking for new developers... Why not join in and see if you can help speed it up? Nick ---

Re: Using POI with Excel 2007

2007-05-30 Thread bastian
Hi Nick: I had been looking into openxml4j which is a great idea, the problem is that I can not wait that long to support Excel 2007, according to their road map: http://www.openxml4j.org/Documentation/Overview.html the excel support won't be there until 2008. Thanks for your help. Regards

Re: Unable to read an excel file

2007-05-30 Thread Nick Burch
On Wed, 30 May 2007, Sascha Schäfer wrote: I have a problem to read a special file with Jakarta POI. I can open this file in MS Excel. And Excel tells me, that this file is saved in the format of Excel 2003. But if I try to read this file with POI, it results to the error-message: “Invalid he

Re: Using POI with Excel 2007

2007-05-30 Thread Nick Burch
On Wed, 30 May 2007, bastian wrote: I have been using POI to import Excel files for long, I have my own library built on top of POI and now I need to import Excel 2007 Files. I couldn't find a better place than this one to ask this question and since the original post is good I didn't want to

Unable to read an excel file

2007-05-30 Thread Sascha Schäfer
Hi, I have a problem to read a special file with Jakarta POI. I can open this file in MS Excel. And Excel tells me, that this file is saved in the format of Excel 2003. But if I try to read this file with POI, it results to the error-message: “Invalid header signature; read 4503599627765769

Re: Using POI with Excel 2007

2007-05-30 Thread bastian
Hi: Is there any plan to support Excel 2007 in POI? I have been using POI to import Excel files for long, I have my own library built on top of POI and now I need to import Excel 2007 Files. I couldn't find a better place than this one to ask this question and since the original post is goo

Re: unnable to copy text with format

2007-05-30 Thread Rainer Schwarze
Satya Dev Lankepally wrote: > i am doing search and replace kind of work by using POI > HWPF. I am getting > text properly, but I am not getting format [bold, italic and underline]. How > can I get format for the text? > > Please help me ... Hi, to retrieve the formatting you can use the Range c