Hi Nick, This is a really great work from Yegor!
I would like to add a method getDxfNum() in StylesTable class. It is needed in case one wants to iterate through present dxfs and see if he really needs to add another one (I had to do that). Please note that there is already a method _getDXfsSize() which is public but the comment says that it is there for unit tests. Let me know if I should send patch for the same (it is very small change though). Thanks! Regards Niraj -----Original Message----- From: Nawanit, Niraj Sent: Tuesday, September 13, 2011 6:38 PM To: POI Developers List Subject: RE: when is 3.8 stable version planned to be released Hi, I had plan to contribute. But due to tight deadline I first implemented for my application directly without modifying apache-poi codebase and had planned to port the change to codebase later. But meanwhile it was implemented there too :). I will go through the new implementation, as I am also interested how it is implemented there. I will let you know if I see something missing there! Thanks! Regards Niraj -----Original Message----- From: Nick Burch [mailto:[email protected]] Sent: Tuesday, September 13, 2011 4:48 PM To: [email protected] Subject: Re: when is 3.8 stable version planned to be released On Tue, 13 Sep 2011, Nawanit, Niraj wrote: > We in amazon are using apache POI for our application and we needed > Conditional formatting for XLSX format. At that time it was not > supported by apache POI and so I had to implement it 2 months ago > myself for our application. It's a shame you weren't able to contribute this back at the time :( You'll probably want to grab POI 3.8 beta 4, and check that all the bits you need for conditional formatting are in XSSF. If there are any bits which your code handles that XSSF misses, please send in a patch for that! Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
