Release Notes.txt 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316
  1. 2.0 Beta 1 [v2.0.1] (Feb, 2013)
  2. New features
  3. a. Copy rows, columns inside a sheet
  4. b. Copy sheet between workbooks (contributed by Paul Kratt)
  5. c. insert rows and column inside a sheet
  6. d. OpenXml4Net is stable and ready for use
  7. e. Support new Excel functions such as RATE, RANK, ISERR
  8. f. Support converting from Excel to Html
  9. g. POIFS Browser supports Chart records
  10. Example changes
  11. a. Use MemoryStream.WriteTo instead in ExportXlsToDownload in order to avoid out of memory exception
  12. b. add new examples like CalendarDemo, BusinessPlan, CopySheet
  13. NPOI Bug Fixes
  14. Issue with 2.0 Beta: Get an non-Closing Element error
  15. http://npoi.codeplex.com/workitem/11085
  16. Npoi 2 error in NumericCellValue (XSSFCell)
  17. http://npoi.codeplex.com/workitem/11083
  18. [HSSF]Comment is not saved correctly while using a xls template with comment
  19. http://npoi.codeplex.com/workitem/11169
  20. Access issue creating worksheet
  21. http://npoi.codeplex.com/workitem/11383
  22. Error when running NPOI with Mono C# compiler version 2.0.1.0
  23. http://npoi.codeplex.com/workitem/4547
  24. POI Bug Fixes
  25. 53282 - Avoid exception when parsing OPC relationships with non-breaking spaces(poi-developers)
  26. 54016 - Avoid exception when parsing workbooks with DConRefRecord in row aggregate(poi-developers)
  27. 53404 - Fixed compatibility bug with modifying xls files created by POI-3.6 and earlier(poi-developers)
  28. 53763 - avoid style mess when using HSSFOptimiser (poi-developers)
  29. 53974 - Avoid NPE when constructing HSSFWorbook on Google App Engine(poi-developers)
  30. 53950 - fixed setForceFormulaRecalculation to reset workbook-level "manual" flag(poi-developers)
  31. 52211 - avoid unnessary re-coverting content types to US-ASCII, it can cause exceptions on ibm mainframes(poi-developers)
  32. HSSFOptimiser will now also tidy away un-used cell styles, in addition to duplicate styles(poi-developers)
  33. 53434 - Subtotal is not return correct value. (poi-developers)
  34. 53144 - First comment not cloned after cloneSheet() (poi-developers)
  35. 53028 - Broken auto fit row height in the cells with word wrap (poi-developers)
  36. 53010 - GSoC2012? Improve drawing support in HSSF (poi-developers)
  37. 52764 - Unmodified cell comments disappear after HSSFWorkbook.write (poi-developers)
  38. 51676 - Using drawingPatriarch.createCellComment(anchor) leads to File error: data may have been lost (poi-developers)
  39. 51455 - It would be really nice to be able to set the background picture of a comment (poi-developers)
  40. 48989 - If we have a comment but the row is not created we will not be able to get it. (poi-developers)
  41. 48873 - Comments not saving in XLS files with collapsible columns (poi-developers)
  42. 46143 - setLineStyleColor for comments donot work (poi-developers)
  43. 53699 - Patch to correct BorderStyle? enum positions (poi-developers)
  44. 53644 - XLS formula bugfix (CalFieldFunc?) + WeekDay? addon (poi-developers)
  45. 53446 - Fixed some problems extracting PNGs (poi-developers)
  46. 53204 - Improved performanceof PageSettingsBlock? in HSSF (poi-developers)
  47. 53500 - Getter for repeating rows and columns(poi-developers)
  48. 53476 - Support Complex Name in formulas (poi-developers)
  49. 53414 - properly update sheet dimensions when adding column (poi-developers)
  50. Add File based constructor to OPCPackage, alongside existing String one (which constructed a File from the string internally)(poi-developers)
  51. 53389 - Handle formatting General and @ formats even if a locale is prefixed to them(poi-developers)
  52. 53058 - Utility for representing drawings contained in a binary Excel file as a XML tree(poi-developers)
  53. 48528 - support negative arguments to the DATE() function(poi-developers)
  54. 53101 - fixed evaluation of SUM over cell range > 255(poi-developers)~
  55. 52928 - DateFormatConverter?: an utility to convert instances of java.text.DateFormat? to Excel format patterns(poi-developers)
  56. 52895 - show SSTIndex instead of XFIndex in LabelSSTRecord.toString()(poi-developers)
  57. 52818 - Added implementation for RANK()(poi-developers)
  58. 51564 - support for enforcing fields update in XWPF(poi-developers) 51673 - support grouping rows in SXSSF(poi-developers)
  59. 51780 - support replacement of content types in OPC packages (poi-developers)
  60. 52057 - updated formula test framework to be aware of recently added Functions (poi-developers)
  61. 52574 - support setting header / footer page margins in HSSF(poi-developers)
  62. 52583 - fixed WorkbookUtil#createSafeSheetName? to escape colon (poi-developers)
  63. 52708 - misc improvements in CellFormat? (poi-developers)
  64. 52690 - added a getter for length of encrypted data in Ecma and Agile decryptors(poi-developers)
  65. allow runtime registration of functions in FormulaEvaluator?(poi-developers)
  66. 52665 - When reading from a ZipFileZipEntrySource? that has already been closed, give IllegalArgumentException? rather than NPE(poi-developers)
  67. 52385 - avoid trancated array and vector data when reading OLE properties(poi-developers)
  68. 51498 - fixed evaluation of blank cells in COUNTIF(poi-developers)
  69. 52576 - support changing external file references in HSSFWorkbook(poi-developers)
  70. 49896 - support external references in FormulaRenderer?(poi-developers)
  71. 52527 - avoid exception when matching shared formula records in HSSF(poi-developers)
  72. 52568 - Added methods to set/get an XWPFRun's text color(poi-developers)
  73. 52566 - Added methods to set/get vertical alignment and color in XWPFTableCell(poi-developers)
  74. 52562 - Added methods to get/set a table row's Can't Split and Repeat Header attributes in XWPF(poi-developers)
  75. 52561 - Added methods to set table inside borders and cell margins in XWPF(poi-developers)
  76. 52569 - Support DConRefRecord in HSSF(poi-developers)
  77. 52575 - added an option to ignore missing workbook references in formula evaluator(poi-developers)
  78. 52540 - Relax the M4.1 constraint on reading OOXML files, as some Office produced ones do have 2 Core Properties, despite the specification explicitly forbidding this(poi-developers)
  79. 52462 - Added implementation for SUMIFS()(poi-developers)
  80. 52449 - Support writing XWPF documents with glossaries (Glossaries are not yet supported, but can now be written out again without changes)(poi-developers)
  81. 52438 - Update CellDateFormatter? to handle times without seconds(poi-developers)
  82. 52389 - Support ?/? as well as #/# fractions, and tighten DataFormatter? rules for fraction matching(poi-developers)
  83. 52378 - Support for WORKDAY and NETWORKDAYS functions(poi-developers)
  84. 52349 - Merge the logic between the TEXT function and DataFormatter?(poi-developers)
  85. 52349 - Correctly support excel style date format strings in the TEXT function(poi-developers)
  86. 52369 - XSSFExcelExtractor should format numeric cells based on the format strings applied to them(poi-developers)
  87. 52369 - Event based XSSF parsing should handle formatting of formula values in XSSFSheetXMLHandler(poi-developers)
  88. 52348 - Avoid exception when creating cell style in a workbook that has an empty xf table(poi-developers)
  89. 52314 - enhanced SheetUtil?.getColumnWidth(poi-developers)
  90. 51875 - More XSSF new-line in formula support(poi-developers)
  91. POIFS EntryUtils?.copyNodes(POFS,POIFS) now uses FilteringDirectoryNode?, so can exclude from copying nodes not just directly under the root(poi-developers)
  92. POIFS Helper FilteringDirectoryNode?, which wraps a DirectoryEntry? and allows certain parts to be ignored(poi-developers)
  93. 52190 - null check on XWPF setFontFamily(poi-developers)
  94. 52050 - Support for the Excel RATE function(poi-developers)
  95. 51949 - Avoid NPE on double close of ZipFileZipEntrySource?(poi-developers)
  96. 51950 - XWPF fix for footnotes not always being present in a document(poi-developers)
  97. 51963 - Correct AreaReference? handling of references containing a sheet name which includes a comma(poi-developers)
  98. 51834 - Opening and Writing .doc file results in corrupt document(poi-developers)
  99. Allow the passing of a File object to WorkbookFactory?.create, which permits lower memory processing than the InputStream? version(poi-developers)
  100. 51850 - support creating comments in XSSF on an earlier slide when later ones already have them(poi-developers)
  101. New PackagePart? method getRelatedPart(PackageRelationship?) to simplify navigation of relations between OPC Parts(poi-developers)
  102. 51832 - handle XLS files where the WRITEPROTECT record preceeds the FILEPASS one, rather than following as normal(poi-developers)
  103. 51809 - correct GTE handling in COUNTIF(poi-developers)
  104. 51670 - avoid LeftoverDataException? when reading .xls files with invalid LabelRecords?(poi-developers)
  105. 51196 - prevent NPE in XWPFPicture.getPictureData() (poi-developers)
  106. 51196 - more progress with Chart APi in XSSF(poi-developers)
  107. 51785 - Allow XSSF setForceFormulaRecalculation to work with the minimal ooxml-schemas jar(poi-developers)
  108. 2.0 Alpha [v2.0.0] (August, 2012)
  109. New features
  110. a. Implement OpenXml4Net (same as System.Packaging from Microsoft). It supports both .NET 2.0 and .NET 4.0
  111. b. Excel 2007 read/write library (NPOI.XSSF)
  112. c. Word 2007 read/write library(NPOI.XWPF)
  113. d. NPOI.SS namespace becomes the interface shared between XSSF and HSSF
  114. e. Load xlsx template and save as new xlsx file (partially supported)
  115. f. Diagonal line in cell both in xls and xlsx
  116. g. Support isRightToLeft and setRightToLeft on the common spreadsheet Sheet interface, as per existing HSSF support(poi-developers)
  117. h. New examples for NPOI.OpenXml4Net(2 examples), NPOI.XSSF (15 examples) and NPOI.XWPF (5 examples)
  118. 1.2.5 (April,2012)
  119. In this release, we fixed most of the bugs found in POI 3.8 beta 4.
  120. POI Bug Fixes
  121. 51535 - correct signed vs unsigned short reading in NDocumentInputStream(poi-developers)
  122. 50209 - Fixed evaluation of Subtotals to ignore nested subtotals(poi-developers)
  123. 50401 - fixed EscherProperty to return property name instead of 'unknown' for complex properties (poi-developers)
  124. 51481 - Fixed autofilters in HSSF to avoid warnings in Excel 2007(poi-developers)
  125. 51533 - Avoid exception when changing name of a sheet containing shared formulas(poi-developers)
  126. 46250 - Fixed cloning worksheets with images(poi-developers)
  127. 51514 - allow HSSFObjectData to work with both POIFS and NPOIFS(poi-developers)
  128. 51514 - avoid NPE when copying nodes from one HSSF workbook to a new one, when opened from NPOIFS(poi-developers)
  129. 51504 - avoid NPE when DefaultRowHeight or DefaultColumnWidth records are missing(poi-developers)
  130. 48294 - Fixed HSSFWorkbook.setSheetOrder() to respect inter-sheet references (poi-developers)
  131. 51448 - Avoid exception when evaluating workbooks with more than 256 sheets (poi-developers)
  132. 51458 - Correct BitField wrapping when setting large values(poi-developers)
  133. 51460 - Improve HSSF performance when loading very long rows, by switching the CellValue array to an iterator(poi-developers)
  134. 51415 - Fixed Workbook.createSheet(sheetName) to truncate names longer than 31 characters(poi-developers)
  135. 51332 - Fixed internal IDs of shapes generated by HSSFPatriarch when there are more than 1023 drawing objects (poi-developers)
  136. 48408 - Improved documentation for Sheet.setColumnWidth (poi-developers)
  137. 50681 - Avoid exceptions in HSSFDataFormat.getDataFormatString() (poi-developers)
  138. 50681 - Fixed autosizing columns beyond 255 character limit (poi-developers)
  139. 51339 - Fixed arithmetic rounding in formula evaluation (poi-developers)
  140. 51098 - Correctly calculate image width/height, if image fits into one cell(poi-developers)
  141. 51273 - Formula Value Cache fix for repeated evaluations(poi-developers)
  142. 51171 - Improved performance of SharedValueManager (poi-developers)
  143. 51171 - Improved performance of opening large .xls files(poi-developers)
  144. 51153 - Correct sizing of LbsDataSubRecord with unused padding fields(poi-developers)
  145. 51143 - NameCommentRecord correction for writing non ASCII strings(poi-developers)
  146. 51115 - Handle DataFormatter escaping of "." in the same way as "-" and "/"(poi-developers)
  147. 51100 - Fix IOUtils issue for NPOIFS reading from an InputStream where every block is full(poi-developers)
  148. 50841 - Improved SpreadSheet DataFormatter to handle scientific notation, invalid dates and format spacers(poi-developers)
  149. 50939 - ChartEndObjectRecord is supposed to have 6 bytes at the end, but handle it not(poi-developers)
  150. 50912 - fixed setting named styles to HSSFCells(poi-developers)
  151. 50779 - fixed RecordFormatException when reading unicode strings with photenic data(poi-developers)
  152. 50718 - More helpful error message when you try to create a CellReference with #REF!(poi-developers)
  153. 50786 - Speed up calls to HSSFColor.getIndexHash() by returning a cached, unmodifiable Map. HSSFColor.getModifiableIndexHash() provides access to the old (slow but modifiable) functionality(poi-developers)
  154. 32903 - Correct XBAT chaining explanation in /poifs/fileformat.html(poi-developers)
  155. 46664 - When creating HSSF Print Areas, ensure the named range is reference based not value based(poi-developers)
  156. 50756 - When formatting numbers based on their Cell Style, treat GENERAL the same as the more typical General(poi-developers)
  157. fixed HSSFWorkbook.createCellStyle to throw exception if the maximum number of cell styles was exceeded(poi-developers)
  158. 49928 - allow overridden built-in formats in HSSFCellStyle(poi-developers)
  159. 50587 - Improved documentation on user-defined functions(poi-developers)
  160. 50416 - Correct shifting of the first or last row in a sheet by multiple rows(POI-DEVELOPERS)
  161. 50246 - Properly position GutsRecord when reading HSSF workbooks(POI-DEVELOPERS)
  162. 50437 - Support passing ranges to NPV()(POI-DEVELOPERS)
  163. 47405 - Improved performance of RowRecordsAggregate.getStartRowNumberForBlock / getEndRowNumberForBlock(poi-developers)
  164. 50113 - Remove cell from Calculation Chain after setting cell type to blank (poi-developers)
  165. 50096 - Fixed evaluation of cell references with column index greater than 255 (poi-developers)
  166. 49761 - Tolerate Double.NaN when reading .xls files(poi-developers)
  167. 50211 - Use cached formula result when auto-sizing formula cells(poi-developers)
  168. 50118 - OLE2 does allow a directory with an empty name, so support this in POIFS(poi-developers)
  169. NPOI Bug fixes
  170. a. CloneSheet with images throws exception
  171. b. Comments are still visible even set Visible property to false
  172. c. AutoSizeColumn doesn't work as expected
  173. d. Reading sheet protected workbook throws exception
  174. New Features
  175. 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
  176. b. Added implementation for CLEAN(), CHAR(), ADDRESS(),MROUND(), VAR(), VARP(), IRR()
  177. c. Added Support for HOUR, MINUTE and SECOND date formulas
  178. d. Support for continued NameRecords, continued ExtSSTRecords
  179. e. Support using RecalcIdRecord to trigger a full formula recalculation on load (poi-developers)
  180. f. ExternalNameRecord support for DDE Link entries without an operation(poi-developers)
  181. g. POIFS Browser: add ability to parse EscherContainer and sub nodes
  182. 1.2.4 (Nov,2011)
  183. In this release, we fixed most of the bugs found in POI 3.6 and POI 3.7.
  184. NPOI Bug Fixes
  185. 5157 - HSSFSheet.FitToPage property is added. It doesn't work previously.
  186. 7271 - Cell formula that has been "dragged" down cannot be read. Patch is applied
  187. xxx - Bad padding calculation
  188. 3804 - NPOI doesn't work with a Excel template with macro
  189. POI Bug Fixes
  190. 46547 - ClassCastException in HSSFSheet.shiftRows(...)
  191. 47363 - Fixed HSSFSheet to allow addition of data validations after sheet protection
  192. 45066 - sheet encoding size mismatch problems
  193. 49026 - added implementation for text() (poi-developers)
  194. 46654 - HSSFRow/RowRecord to properly update cell boundary indexes(POI-DEVELOPERS)
  195. 46385 - (also patch 46362) fix serialization of StyleRecord with unicode name(POI-DEVELOPERS)
  196. 47069 - Fixed HSSFSheet#getFirstRowNum and HSSFSheet#getLastRowNum to return correct values after removal of all rows(POI-DEVELOPERS)
  197. 48325 - bad text 'Page &P of &N' and similar errors when reading in spreadsheets
  198. 48485 - add extra paper size constans to printsetup, such as a3, b4 and b5(poi-developers)
  199. 48425 - improved performance of dateutil.iscelldateformatted() (poi-developers)
  200. 49524 - add vertical text orientation method
  201. 47001 - Fixed WriteAccessRecord and LinkTable to handle unusual format written by Google Docs(POI-DEVELOPERS)
  202. 46368 - Fix HSSFRichTextRun and strings longer than 32768 characters(POI-DEVELOPERS)
  203. 48292 - Support of array formulas
  204. 49820 - ParagraphProperties.getLvl() returns 0 for both Level 1 and Body text
  205. - fixed HSSFWorkbook.createCellStyle to throw exception if the maximum number of cell styles was exceeded(poi-developers)
  206. 47405 - Improved performance of RowRecordsAggregate.getStartRowNumberForBlock / getEndRowNumberForBlock(poi-developers)
  207. 46250 - Workbook cloneSheet() - clone images
  208. 48026 - duplicate footer and header
  209. 46664 - Print Area does not save in HSSF worksheets
  210. 49761 - Double.NaN can be written but not read with POI
  211. 47309 - Number of Cell Comments in a sheet limited to 65536 with HSSF
  212. 46776 - POI does not work when run the method "cloneSheet()"
  213. 47250 - Fixed FontRecord to expect unicode flags even when name length is zero(POI-DEVELOPERS)
  214. 47198 - Fixed formula evaluator comparison of -0.0 and 0.0(POI-DEVELOPERS)
  215. 46287 - Control of header and footer extraction in ExcelExtractor / XSSFExcelExtractor(POI-DEVELOPERS)
  216. 47154 - Handle the cell format @ as the same as General(POI-DEVELOPERS)
  217. 40520 - Fixed HSSFFont.applyFont() to properly apply font to overlapping regions(POI-DEVELOPERS)
  218. 45720 - cloneSheet breaks autofilters
  219. 46643 - Formula parser should encode explicit range operator with tMemFunc
  220. 51481 - Office 2007 warning if using autofilter
  221. 50681 - autoSizeColumn sets column width beyond 255 character limit for XSSF sheets and HSSF Sheets
  222. 50912 - Applying an HSSFCellStyle on an HSSFCell has no effect
  223. 51143 - NameCommentRecord correction for writing non ASCII strings(poi-developers)
  224. New Features
  225. a. Add NameCommentRecord, HeaderFooterRecord
  226. b. AutoFilter Phrase II - it's able to create autofilter with any cell range
  227. c. Add the method to determine if the cell is merged or not
  228. d. Support compilation with MonoDeveloper
  229. e. Change all interface name starting with 'I'
  230. 1.2.3 (Nov. 2010)
  231. NPOI Bug fixes
  232. 5010 - Unable to read xls file with pivot table
  233. 5139 - SheetExtRecord DataSize is 40
  234. 6177 - LeftoverDataException: Intermitend Bug
  235. 6341 - System.NullReferenceException on Workbook.Dispose (+Bugfix)
  236. Change NPOI.HSSF.Model.Sheet to NPOI.HSSF.Model.InternalSheet
  237. Change NPOI.HSSF.Model.Workbook to NPOI.HSSF.Model.InternalWorkbook
  238. 6984 - Cannot manually edit/add dates in the xls created by NPOI
  239. Sync POI bug fixes
  240. 46776 - Added clone() method to MulBlankRecord to fix crash in Sheet.cloneSheet()(POI-DEVELOPERS)
  241. 46547 - Allow addition of conditional formatting after data validation(POI-DEVELOPERS)
  242. 45290 - Support odd files where the POIFS header block comes after the data blocks, and is on the data blocks list(POI-DEVELOPERS)
  243. 46904 - Fix POIFS issue with duplicate block 0 references on very old BIFF5/BIFF7 files(POI-DEVELOPERS)
  244. 45376
  245. 47970 - added a method to set arabic mode in HSSFSheet(POI-DEVELOPERS)
  246. 47048 - Fixed evaluation of defined names with the 'complex' flag set(POI-DEVELOPERS)
  247. 44916 - Allow access to the HSSFPatriarch from HSSFSheet once created(POI-DEVELOPERS)
  248. 45672 - improve handling by MissingRecordAwareHSSFListener of records that cover multiple cells (MulBlankRecord and MulRKRecord)(POI-DEVELOPERS)
  249. 45698 - Fix LinkTable to tolerate multiple EXTERNSHEET records(POI-DEVELOPERS)
  250. 45784 - More fixes to SeriesTextRecord(POI-DEVELOPERS)
  251. 46065 - added implementation for VALUE function(POI-DEVELOPERS)
  252. 45966 - added implementation for FIND function(POI-DEVELOPERS)
  253. 45784 - More fixes to SeriesTextRecord(POI-DEVELOPERS)
  254. 46065 - added implementation for VALUE function(POI-DEVELOPERS)
  255. 45966 - added implementation for FIND function(POI-DEVELOPERS)
  256. 47721 - Added implementation for INDIRECT()
  257. Added implementation for ISNA()(
  258. 48332 - fixed ColumnInfoRecord to tolerate missing reserved field
  259. 45778 - fixed ObjRecord to read ftLbsData properly(POI-DEVELOPERS)
  260. 46206 - Fixed Sheet to tolerate missing DIMENSION records(POI-DEVELOPERS)
  261. 47384 - Fixed ExternalNameRecord to handle unicode names(POI-DEVELOPERS)
  262. 47479 - Fix BoolErrRecord to tolerate incorrect format written by OOO
  263. 46199 - More tweaks to EmbeddedObjectRefSubRecord(POI-DEVELOPERS)
  264. 47751 - Do not allow HSSF's cell text longer than 32,767 characters
  265. 46213 - Fixed FormulaRecordAggregate to gracefully ignore extra StringRecords(POI-DEVELOPERS)
  266. 46301 - added pivot table records: SXDI, SXVDEX, SXPI, SXIDSTM, SXVIEW, SXVD, SXVS, et al(POI-DEVELOPERS)
  267. 48180 - be more forgiving of short chart records, which skip some unused fields(POI-DEVELOPERS)
  268. 46280 - Fixed RowRecordsAggregate etc to properly skip PivotTable records(POI-DEVELOPERS)
  269. 46174 - Fixed HSSFName to handle general formulas (not just area references)(POI-DEVELOPERS)
  270. 47768 - Implementation of Excel "Npv" functions
  271. 47771 - Added method setFunction(boolean) for defined names
  272. 47770 - built-in positive formats don't need starting '
  273. 47737 - adjust sheet indices of named ranges when deleting sheets
  274. 47448 - Allow HSSFEventFactory to handle non-zero padding at the end of the workbook stream
  275. 47143 - Fixed OOM in HSSFWorkbook#getAllPictures when reading .xls files containing metafiles
  276. 47415 - Fixed PageSettingsBlock to allow multiple PLS records
  277. 46269 - Improved error message when attempting to read BIFF2 file(POI-DEVELOPERS)
  278. 46189 - added chart records: CHARTFRTINFO, STARTBLOCK, ENDBLOCK, STARTOBJECT, ENDOBJECT, and CATLAB(POI-DEVELOPERS)
  279. 45290 - Support odd files where the POIFS header block comes after the data blocks, and is on the data blocks list(POI-DEVELOPERS)
  280. 46137 - Handle odd files with a ContinueRecord after EOFRecord(POI-DEVELOPERS)
  281. NPOI 1.2.2 (2009-12-5)
  282. a. ability to identify more Chart record
  283. b. ColumnAutoSize bug is fixed (bug 3754 )
  284. c. DefaultRowHeight bug is fixed (bug 3880)
  285. e. Sheet Tab Formatting (bug 3772)
  286. f. ShrinkToFit property is exposed to user (bug 4103)
  287. g. Active selection area (bug 4527)
  288. h. HSSFSheet.RemoveRow will remove CellRecord as well as RowRecord (bug 3493)
  289. i. Auto filter feature (alpha)
  290. j. read xls template with macro (bug 3804)
  291. NPOI 1.2.1 (2009-6-1)
  292. a. Conditional Formating doesn't work as expected
  293. b. HSSFDataFormat.GetFormat return different index for the same format string
  294. c. Incorrect namespace spelling of NPOI.SS.Formula
  295. d. HSSFCell.ToString() method supports DataFormat now
  296. e. add strong name for all the assembiles
  297. f. HSSFColor.index static variable isn't accessible in VB.NET due to the HSSFColor Index property
  298. NPOI 1.2 (2009-5)
  299. implement features in POI 3.2 final