POI Change Log


2005-07-04 11:38 nick
Add information about HSLF support that's now present in 3.0 alpha 1
2005-07-04 10:32 glens
Validation issues
2005-07-04 09:59 glens
Changed for upcoming build
2005-06-26 19:06 nick
Update to match changes in usermodel
2005-06-26 19:06 nick
Test to ensure that the updating of a slide's notes sheet works correctly
2005-06-26 19:05 nick
Use the new "most recent important records" record list when creating notes and slides. Makes the code much cleaner, and means that handling older versions of slides is taken care of in a much better manner
2005-06-26 19:03 nick
The usermodel code is now responsible for filtering out duplicate SlideAtomSets, so update to no longer check for them
Add the ability to get at the Slide record that this is based on
2005-06-26 19:01 nick
Allow setting of the ID of the notes associated with the slide (have always been able to fetch it). Used when adding a new notes sheet, or when swapping notes between slides
2005-06-26 18:09 nick
Make use of the PersistPtr records to come up with a list of the most
recent versions of all the "key" records (Document, Slide, Notes, Master etc)

Doesn't yet make use of this internally though, that's still to do
2005-06-26 18:09 nick
Test to ensure that the code for working out the "most recent" versions
of the key records (from PersistPtr records) is working correctly
2005-06-22 20:50 amol
changed the mapping of functions that wil never be implemented to point to NotImplementedFunction instead of individual classes each extending NotImplementedFunction
2005-06-22 20:49 amol
updated test cases to consider the case that rate=0
2005-06-22 20:48 amol
changed due to renaming of super class (DefaultFunctionImpl was renamed to NotImplementedFunction)
2005-06-22 20:46 amol
implemented the NOT boolean function
2005-06-22 20:45 amol
changed "extends DefaultFunctionImpl" to "implements Function"
2005-06-22 20:43 amol
Implemented this finance function evaluation
2005-06-22 20:42 amol
Changed implementations to handle the case where rate=0. Updated javadocs.
2005-06-22 20:42 amol
Changed implementations to handle the case where rate=0. Updated javadocs.
2005-06-22 20:41 amol
Renamed DefaultFunctionImpl
2005-06-22 20:40 amol
Removed java files corresponding to excel functions that will never be implemented by the FormulaEvaluator API (eg. MovieCommand)
2005-06-19 15:37 nick
Testing for ColorSchemeAtom record
2005-06-19 15:36 nick
Record support for ColorSchemeAtom (no model support as yet)
2005-06-14 17:41 avik
Amol's formula eval additions. Missed these files, sorry
2005-06-12 17:08 nick
Testcase for the DocumentAtom support just committed
2005-06-12 16:53 nick
Support for DocumentAtom
2005-06-09 18:34 avik
New formula eval stuff - added functions and refactored, by Amol
2005-06-09 18:34 avik
New formula eval stuff - added functions and refactored, by Amol
2005-06-09 18:34 avik
New formula eval stuff - added functions and refactored, by Amol
2005-06-09 18:20 avik
compilation problem
2005-06-09 15:18 nick
Add tests for more classes
2005-06-09 15:13 nick
Improved handling of byte level position sensitive records
2005-06-09 15:09 nick
QuickButCruddyTextExtractor - gets all the text (including stuff you might not want), but does it fast
2005-06-09 15:09 nick
Improved handling of byte position sensitive records
2005-06-09 15:08 nick
Improved handling of byte position sensitive records
2005-06-09 15:07 nick
Improved handling of byte level position sensitive records
QuickButGreedyTextExtractor - gets all the text in a file, fast
2005-06-09 13:12 nick
A few small updates to the HSLF useage docs, and adding some initial documentation on the PowerPoint file format