Bug 45577 - [PATCH] small addons (functions, formularewriting)
Summary: [PATCH] small addons (functions, formularewriting)
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: unspecified
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-06 03:29 UTC by Frank Taffelt
Modified: 2015-05-01 21:11 UTC (History)
0 users



Attachments
patch (125.99 KB, patch)
2008-08-06 03:29 UTC, Frank Taffelt
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.