Skip to content

Commit

Permalink
update NPOI 1.2.5 release notes
Browse files Browse the repository at this point in the history
git-svn-id: http://npoi.googlecode.com/svn/trunk@430 3d0cb27c-5942-9f1f-b0c8-b51bd5f61ba7
  • Loading branch information
tonyqus committed May 2, 2012
1 parent 6506361 commit 762bb86
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Release Notes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.2.5 (Mar,2012)
1.2.5 (April,2012)
In this release, we fixed most of the bugs found in POI 3.8 beta 4.

POI Bug Fixes
@@ -57,15 +57,20 @@ fixed HSSFWorkbook.createCellStyle to throw exception if the maximum number of c
50118 - OLE2 does allow a directory with an empty name, so support this in POIFS(poi-developers)
Support for appending images to existing drawings in HSSF(poi-developers)

NPOI Bug fixes
a. CloneSheet with images throws exception
b. Comments are still visible even set Visible property to false
c. AutoSizeColumn doesn't work as expected
d. Reading sheet protected workbook throws exception

New Features
a. Added NPOIFS constructors to most POIDocument classes and their extractors, and more widely deprecated the Document(DirectoryNode, POIFSFileSystem) constructor in favour of the more general Document(DirectoryNode) one
b. Added implementation for CLEAN(), CHAR(), ADDRESS(),MROUND(), VAR(), VARP(), IRR()
c. Added Support for HOUR, MINUTE and SECOND date formulas
d. Support for continued NameRecords, continued ExtSSTRecords
e. Support using RecalcIdRecord to trigger a full formula recalculation on load (poi-developers)
f. ExternalNameRecord support for DDE Link entries without an operation(poi-developers)


g. POIFS Browser: add ability to parse EscherContainer and sub nodes

1.2.4 (Nov,2011)
In this release, we fixed most of the bugs found in POI 3.6 and POI 3.7.

0 comments on commit 762bb86

Please sign in to comment.