Bug 45577

Summary: [PATCH] small addons (functions, formularewriting)
Product: POI Reporter: Frank Taffelt <frank.taffelt>
Component: HSSFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Attachments: patch

Description Frank Taffelt 2008-08-06 03:29:38 UTC
Created attachment 22395 [details]
patch

for a project i needed some missing functionality that i added:

* Implemented 2 Functions Today and Now
* Added some logic for rewriting formulas with AreaPtgs when shifting Rows
* Added 2 functions in HSSFConditionalFormatingRule to make 2 properties visible to the world

the patch is made against current svn-trunk ...
Comment 1 Josh Micich 2008-08-08 01:08:24 UTC
Applied changes to Now, Today and HSSFConditionalFormatingRule in svn r683901


Could you please re-do the patch for HSSFSheet (it has changed since r683166)? Can you also add a junit for this new functionality?
Comment 2 willpower1024 2010-08-16 18:37:27 UTC
Is this under progress or fixed?  I ask because it's listed as being included in VERSION 3.2-FINAL.

However, an issue I see with this feature is that it does not get the correct date.  The date returned is the date when the spreadsheet was last saved.
Comment 3 Dominik Stadler 2015-05-01 21:11:21 UTC
I think some parts of the patch are applied, the rest is very hard to apply as it contains lots of whitespace changes and does not apply cleanly any more. 

Therefore I am closing this FIXED for now, if the rest of the changes is still relevant then please re-patch it for the latest version of POI and report it in a new bug-entry so we can apply it cleanly.