Search Apache POI

History of Changes

RSS

Version 3.8-beta5 (2011-??-??)

  • fix52204 - Deprecated XSSFWorkbook(String path) constructor because it does not close underlying .zip file(poi-developers)
  • fix46288 - fixed refcount of Fill pictures in HSLF (poi-developers)
  • add51961 - support compression of temp files in SXSSF (poi-developers)
  • add52268 - support cloning sheets with drawings in XSSF (poi-developers)
  • add52285 - Support XWPF smart tags text in Paragraphs(poi-developers)
  • fix51875 - More XSSF new-line in formula support(poi-developers)
  • addPOIFS EntryUtils.copyNodes(POFS,POIFS) now uses FilteringDirectoryNode, so can exclude from copying nodes not just directly under the root(poi-developers)
  • addPOIFS Helper FilteringDirectoryNode, which wraps a DirectoryEntry and allows certain parts to be ignored(poi-developers)
  • fix52209 - fixed inserting multiple pictures in XSLF (poi-developers)
  • fix51803 - fixed HSLF TextExtractor to extract content from master slide (poi-developers)
  • fix52190 - null check on XWPF setFontFamily(poi-developers)
  • fix52062 - ensure that temporary files in SXSSF are deleted(poi-developers)
  • fix50936 - Exception parsing MS Word 8.0 file (as duplicate of 47958)(poi-developers)
  • fix47958 - ArrayIndexOutOfBoundsException from PicturesTable.getAllPictures() during Escher tree walk(poi-developers)
  • fix51944 - PAPFormattedDiskPage.getPAPX - IndexOutOfBounds(poi-developers)
  • fix52032 - HWPF - ArrayIndexOutofBoundsException with no stack trace (broken after revision 1178063)(poi-developers)
  • addsupport for converting pptx files into images with a PPTX2PNG tool(poi-developers)
  • add52050 - Support for the Excel RATE function(poi-developers)
  • fix51566 - HSLF fix for finishing parsing the picture stream on the first non-valid type(poi-developers)
  • fix51974 - Avoid HWPF issue when identifying the picture type(poi-developers)
  • fix52035 - Fix signed issue with very large word 6 files(poi-developers)
  • fix51949 - Avoid NPE on double close of ZipFileZipEntrySource(poi-developers)
  • fix51950 - XWPF fix for footnotes not always being present in a document(poi-developers)
  • fix51963 - Correct AreaReference handling of references containing a sheet name which includes a comma(poi-developers)
  • fix51955 - XSSFReader supplied StylesTables need to have the theme data available(poi-developers)
  • fix51716 - Removed incorrect assert in SXSSFSheet#getSXSSFSheet(poi-developers)
  • fix51834 - Opening and Writing .doc file results in corrupt document(poi-developers)
  • fix51902 - Picture.fillRawImageContent - ArrayIndexOutOfBoundsException (duplicate)(poi-developers)
  • fix51890 - ArrayIndexOutOfBounds ExceptionPicture.fillRawImageContent(poi-developers)
  • addAllow the passing of a File object to WorkbookFactory.create, which permits lower memory processing than the InputStream version(poi-developers)
  • fix51873 - update HSMF to ignore Outlook 2002 Olk10SideProp entries, which don't behave like normal chunks(poi-developers)
  • fix51850 - support creating comments in XSSF on an earlier slide when later ones already have them(poi-developers)
  • add51804 - optionally include Master Slide text in XSLF text extraction, as HSLF already offers(poi-developers)
  • addNew PackagePart method getRelatedPart(PackageRelationship) to simplify navigation of relations between OPC Parts(poi-developers)
  • fix51832 - handle XLS files where the WRITEPROTECT record preceeds the FILEPASS one, rather than following as normal(poi-developers)
  • fix51809 - correct GTE handling in COUNTIF(poi-developers)
  • addAdd HWPF API to update range text and delete bookmarks(poi-developers)
  • addHWPF Bookmarks tables are correctly updated on text updates(poi-developers)
  • add51670 - avoid LeftoverDataException when reading .xls files with invalid LabelRecords(poi-developers)
  • add51196 - prevent NPE in XWPFPicture.getPictureData() (poi-developers)
  • add51771 - prevent NPE when getting object data from OLEShape in HSLF(poi-developers)
  • add51196 - more progress with Chart APi in XSSF(poi-developers)
  • fix51785 - Allow XSSF setForceFormulaRecalculation to work with the minimal ooxml-schemas jar(poi-developers)
  • fix51772 - IllegalArgumentException Parsing MS Word 97 - 2003(poi-developers)
  • addXSLFPowerPointExtractor support for including comment authors with comment text(poi-developers)
  • fixConverted XSLFPowerPointExtractor to use UserModel for all text extraction(poi-developers)
  • addXSLF initial UserModel support for Notes and Comments for Slides(poi-developers)
  • addHSLF: support for uncompressed OLE embeddings(poi-developers)

Version 3.8-beta4 (2011-08-26)

  • fix51678 - Extracting text from Bug51524.zip is slow(poi-developers)
  • fix51671 - HWPFDocument.write based on NPOIFSFileSystem throws a NullPointerException(poi-developers)
  • addsupport for tables and hyperlinks in XSLF(poi-developers)
  • fix51535 - correct signed vs unsigned short reading in NDocumentInputStream(poi-developers)
  • add51634 - support SXSSF streaming from templates(poi-developers)
  • addinitial support for XSLF usermodel API(poi-developers)
  • fix51187 - fixed OPCPackage to correctly handle self references(poi-developers)
  • fix51635 - Improved performance of XSSFSheet#write(poi-developers)
  • fix47731 - Word Extractor considers text copied from some website as an embedded object(poi-developers)
  • addAdd Word-to-Text converter and use it as replacement for WordExtractor(poi-developers)
  • fix51604 - replace text fails for doc ( poi 3.8 beta release from download site )(poi-developers)
  • fixFixed incorrect encoding of non-breaking space (0xA0) in SXSSF(poi-developers)
  • addSupport for conditional formatting in XSSF(poi-developers)
  • addSupport isRightToLeft and setRightToLeft on the common spreadsheet Sheet interface, as per existing HSSF support(poi-developers)
  • fix50209 - Fixed evaluation of Subtotals to ignore nested subtotals(poi-developers)
  • fix44431 - HWPFDocument.write destroys fields(poi-developers)
  • fix50401 - fixed EscherProperty to return property name instead of 'unknown' for complex properties (poi-developers)
  • addInitial support for endnotes and footnotes in HWPF(poi-developers)
  • fix51470 - avoid exception when cloning XSSF sheets with background images(poi-developers)
  • fix51481 - Fixed autofilters in HSSF to avoid warnings in Excel 2007(poi-developers)
  • fix51533 - Avoid exception when changing name of a sheet containing shared formulas(poi-developers)
  • addSupport for appending images to existing drawings in HSSF(poi-developers)
  • addInitial support for bookmarks in HWPF(poi-developers)
  • fix46250 - Fixed cloning worksheets with images(poi-developers)
  • fix51524 - PapBinTable constructor is slow (regression)(poi-developers)
  • fix51514 - allow HSSFObjectData to work with both POIFS and NPOIFS(poi-developers)
  • fix51514 - avoid NPE when copying nodes from one HSSF workbook to a new one, when opened from NPOIFS(poi-developers)
  • fix51504 - avoid NPE when DefaultRowHeight or DefaultColumnWidth records are missing(poi-developers)
  • fix51502 - Correct Subtotal function javadoc entry(poi-developers)
  • addSupport for hyperlinks in SXSSF(poi-developers)
  • fix49933 - Word 6/95 documents with sections cause ArrayIndexOutOfBoundsException(poi-developers)
  • add51469 - XSSF support for row styles, to match existing HSSF functionality(poi-developers)
  • fix51476 - Correct XSSF cell formatting in HTML export(poi-developers)
  • add51486 - XWPF support for adding new footnotes(poi-developers)
  • fix48065 - Problems with save output of HWPF (losing formatting)(poi-developers)
  • fix47563 - Exception when working with table(poi-developers)
  • fix47287 - StringIndexOutOfBoundsException in CharacterRun.replaceText()(poi-developers)
  • fix46817 - Regression: Text from some table cells missing(poi-developers)
  • addAdd getOverallRange() method to HWPFDocumentCore(poi-developers)
  • fixPAPX referenced outside of TextPiecesTable are ignored now and not loaded(poi-developers)
  • fixFix main part range (and section) detection for files with additional parts (like footers/headers).(poi-developers)
  • fixFix wrong TextPiece parsing in very rare cases like Bug33519.doc(poi-developers)
  • fixInner tables are correctly supported(poi-developers)
  • addAllow user to retrieve Table nesting level (based on file information)(poi-developers)
  • addFunctionality of internal tool HWPFLister is greatly improved, including output of document PAPX and paragraphs(poi-developers)
  • addExpand Word structures definitions (TAP, PAP, TLP, etc) based on official documentation(poi-developers)
  • addAdd Excel-to-HTML converter (2007 versions)(poi-developers)
  • addAdd Word-to-HTML converter (95-2007 versions)(poi-developers)
  • fixSkip wrong-type SPRMs when characters SPRM is expected(poi-developers)
  • addAdd toStrings() methods to internal HWPF structures: BorderCode, PAPX, Paragraph, PieceDescriptor, Section, SEPX, SprmOperation, TextPiece etc.(poi-developers)
  • fix51474 - SXSSF handling for null strings(poi-developers)
  • fix48294 - Fixed HSSFWorkbook.setSheetOrder() to respect inter-sheet references (poi-developers)
  • fix51448 - Avoid exception when evaluating workbooks with more than 256 sheets (poi-developers)
  • fix51458 - Correct BitField wrapping when setting large values(poi-developers)
  • add51460 - Improve HSSF performance when loading very long rows, by switching the CellValue array to an iterator(poi-developers)
  • fix51444 - Prevent corrupted output when saving files created by LibreOffice 3.3 (poi-developers)
  • add51422 - Support using RecalcIdRecord to trigger a full formula recalculation on load (poi-developers)
  • add50474 - Example demonstrating how to update Excel workbook embedded in a WordprocessingML document (poi-developers)
  • fix51431 - Avoid IndexOutOfBoundException when removing freeze panes in XSSF (poi-developers)
  • fix48877 - Fixed XSSFRichTextString to respect leading and trailing line breaks (poi-developers)
  • fix49564 - Fixed default behaviour of XSSFCellStyle.getLocked() (poi-developers)
  • fix48314 - Fixed setting column and row breaks in XSSF(poi-developers)
  • add51424 - Ignore exceptions in ParagraphSprmUncompressor(poi-developers)
  • fix51415 - Fixed Workbook.createSheet(sheetName) to truncate names longer than 31 characters(poi-developers)
  • fix51332 - Fixed internal IDs of shapes generated by HSSFPatriarch when there are more than 1023 drawing objects (poi-developers)
  • fix48408 - Improved documentation for Sheet.setColumnWidth (poi-developers)
  • add51390 - Added handling of additional properties to HWPF ParagraphSprmCompressor(poi-developers)
  • add51389 - Support for sprmPJc paragraph SPRM in HWPF(poi-developers)
  • fix48469 - New Case Study for POI web site (poi-developers)
  • fix50681 - Avoid exceptions in HSSFDataFormat.getDataFormatString() (poi-developers)
  • fix50681 - Fixed autosizing columns beyond 255 character limit (poi-developers)
  • fix51374 - Fixed incorrect setting of lastPrinted OOXML core property (poi-developers)
  • add51351 - Word to XSL-FO converter(poi-developers)
  • fix50458 - Fixed missing shapeId in XSSF drawings (poi-developers)
  • fix51339 - Fixed arithmetic rounding in formula evaluation (poi-developers)
  • add51356 - Support autoSizeColumn in SXSSF(poi-developers)
  • add51335 - Parse picture goal and crop sizes in HWPF(poi-developers)
  • add51305 - Add sprmTCellPaddingDefault support in HWPF(poi-developers)
  • add51265 - Enhanced Handling of Picture Parts in XWPF(poi-developers)
  • add51292 - Additional HWPF Table Cell Descriptor values(poi-developers)

Version 3.8-beta3 (2011-06-06)

  • fix51098 - Correctly calculate image width/height, if image fits into one cell(poi-developers)
  • fix47147 - Correct extra paragraphs from XWPF Table Cells(poi-developers)
  • add51188 - Support for getting and setting XPWF zoom settings(poi-developers)
  • add51134 - Support for adding Numbering and Styles to a XWPF document that doesn't already have them(poi-developers)
  • fix51273 - Formula Value Cache fix for repeated evaluations(poi-developers)
  • add51171 - Improved performance of SharedValueManager (poi-developers)
  • fix51236 - XSSF set colour support for black/white to match getter(poi-developers)
  • add51196 - Initial support for Spreadsheet Chart API(poi-developers)
  • addAdd support for OOXML Agile Encryption(poi-developers)
  • add51160 - Initial version of SXSSF, a low memory foortprint API to produce xlsx files(poi-developers)
  • fix51171 - Improved performance of opening large .xls files(poi-developers)
  • add51172 - Add XWPF support for GIF pictures(poi-developers)
  • addNPOIFS Mini Streams now support extending the underlying big block stream to fit more data(poi-developers)
  • fix51148 - XWPFDocument now properly tracks paragraphs and tables when adding/removing them(poi-developers)
  • fix51153 - Correct sizing of LbsDataSubRecord with unused padding fields(poi-developers)
  • fix51143 - NameCommentRecord correction for writing non ASCII strings(poi-developers)
  • fix51112 - Correct XWPFTable tracking of new rows(poi-developers)
  • fix51113 - Correct XWPFParagraph tracking of inserted runs(poi-developers)
  • fix51111 - Correct XWPFParagraph tracking of new runs(poi-developers)
  • fix51115 - Handle DataFormatter escaping of "." in the same way as "-" and "/"(poi-developers)
  • fix51100 - Fix IOUtils issue for NPOIFS reading from an InputStream where every block is full(poi-developers)
  • fix50956 - Correct XSSF cell style cloning between workbooks(poi-developers)
  • addAdd get/setForceFormulaRecalculation for XSSF, and promote the methods to the common usermodel Sheet(poi-developers)
  • fixTweak the logic for sizing the HSSFCells array on a HSSFRow to reduce memory over allocation in many use cases(poi-developers)
  • add49765 - Support for adding a picture to a XSSFRun(poi-developers)
  • fixRename/Move xssf.model.Table to xssf.usermodel.XSSFTable as it now has usermodel-like features(poi-developers)
  • fix51061 - Correct target URI for new XSSF Tables(poi-developers)
  • addInitial support for XSSF Charts. Provides easy access to the underlying CTChart object via the Sheet Drawing, but no high level interface onto the chart contents as yet.(poi-developers)
  • fix50884 - XSSF and HSSF freeze panes now behave the same(poi-developers)
  • addSupport for adding a table to a XSSFSheet(poi-developers)
  • addImprove HSMF MAPIMessage access to the HTML and RTF versions of the message body (where available)(poi-developers)
  • addAdd new method to HSMF of MAPIMessage.has7BitEncodingStrings() to make it easier to decide when encoding guessing is needed(poi-developers)
  • fixOutlookTextExtractor now requests 7 bit encoding guessing(poi-developers)
  • addImprove HSMF encoding guessing for 7 bit fields in MAPIMessage(poi-developers)
  • addAllow HSMF access to the HTML body contents in MAPIMessage(poi-developers)

Version 3.8-beta2 (2011-04-08)

  • addImplement the load method on MemoryPackagePart(poi-developers)
  • add50967 - Support for continued ExtSSTRecords(poi-developers)
  • add48968 - Support for HOUR, MINUTE and SECOND date formulas(poi-developers)
  • addAdded 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(poi-developers)
  • fixFixed NPOIFS handling of new and empty Document Nodes(poi-developers)
  • fixFixed NPOIFS access to Document Nodes not in the top level directory(poi-developers)
  • fix50841 - Improved SpreadSheet DataFormatter to handle scientific notation, invalid dates and format spacers(poi-developers)
  • fix49381 - Correct createFreezePane in XSSF, so that the left row/column matches the documentation + HSSF(poi-developers)
  • fix49253 - When setting repeating rows and columns for XSSF, don't break the print settings if they were already there(poi-developers)
  • fix49219 - ExternalNameRecord support for DDE Link entries without an operation(poi-developers)
  • fix50846 - More XSSFColor theme improvements, this time for Cell Borders(poi-developers)
  • fix50939 - ChartEndObjectRecord is supposed to have 6 bytes at the end, but handle it not(poi-developers)
  • addHMEF - New component which supports TNEF (Transport Neutral Encoding Format), aka winmail.dat(poi-developers)
  • fix50313 - support for getting HWPFDocument fields(poi-developers)
  • fix50912 - fixed setting named styles to HSSFCells(poi-developers)
  • fix50779 - fixed RecordFormatException when reading unicode strings with photenic data(poi-developers)
  • fix50718 - More helpful error message when you try to create a CellReference with #REF!(poi-developers)
  • fix50784 - XSSFColors return by XSSFFont now have theme information applied to them(poi-developers)
  • fix50846 - Improve how XSSFColor inherits from Themes(poi-developers)
  • fix50847 - XSSFFont now accepts the full range of Charsets from FontChartset(poi-developers)
  • fix50786 - 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)
  • fix47100 - Change related formulas and named ranges when XSSFWorkbook.setSheetName is called(poi-developers)

Version 3.8-beta1 (2011-03-07)

  • add50610 - Ant tasks for running POI against a workbook(poi-developers)
  • add32903 - Correct XBAT chaining explanation in /poifs/fileformat.html(poi-developers)
  • add50829 - Support for getting the tables associated with a XSSFSheet(poi-developers)
  • fix50299 - More XSSFColor updates for ARGB vs RGB(poi-developers)
  • fix50581 - Use stax:stax-api instead of org.apache.geronimo.specs:geronimo-stax-api_1.0_spec(poi-developers)
  • fix50786 - Fix XSSFColor to fetch the RGB values of old-style indexed colours(poi-developers)
  • fix50299 - Fix XSSFColor fetching of white and black background themes(poi-developers)
  • fix50795 - Avoid NPE from xmlbeans when moving XSSF Comments from one cell to another(poi-developers)
  • fix46664 - When creating HSSF Print Areas, ensure the named range is reference based not value based(poi-developers)
  • fix50756 - When formatting numbers based on their Cell Style, treat GENERAL the same as the more typical General(poi-developers)
  • fixfixed HSSFWorkbook.createCellStyle to throw exception if the maximum number of cell styles was exceeded(poi-developers)
  • fix50539 - Better fix for html-style br tags (invalid XML) inside XSSF documents(poi-developers)
  • add49928 - allow overridden built-in formats in HSSFCellStyle(poi-developers)
  • add50607 - Added implementation for CLEAN(), CHAR() and ADDRESS()(POI-DEVELOPERS)
  • add50587 - Improved documentation on user-defined functions(poi-developers)
  • addInside ExtractorFactory, support finding embedded OOXML documents and providing extractors for them(poi-developers)
  • addPartial HDGF LZW compression support(poi-developers)
  • add50244 - Support for continued NameRecords(poi-developers)
  • fix50416 - Correct shifting of the first or last row in a sheet by multiple rows(POI-DEVELOPERS)
  • fix50440 - Support evaluating formulas with newlines in them, which XSSF may have (but HSSF may not)(POI-DEVELOPERS)
  • addAdded inline string support to XSSF EventModel(POI-DEVELOPERS)
  • fix50246 - Properly position GutsRecord when reading HSSF workbooks(POI-DEVELOPERS)
  • add48539 - Added implementation for MROUND(), VAR() and VARP()(POI-DEVELOPERS)
  • add50446 - Code cleanup and optimizations to keep some IDE quiet(POI-DEVELOPERS)
  • add50437 - Support passing ranges to NPV()(POI-DEVELOPERS)
  • add50409 - Added implementation for IRR()(POI-DEVELOPERS)
  • add47405 - Improved performance of RowRecordsAggregate.getStartRowNumberForBlock / getEndRowNumberForBlock(poi-developers)
  • fix50315 - Avoid crashing Excel when sorting XSSFSheet autofilter(poi-developers)
  • add50076 - Allow access from XSSFReader to sheet comments and headers/footers(poi-developers)
  • add50076 - Refactor XSSFEventBasedExcelExtractor to make it easier for you to have control over outputting the cell contents(poi-developers)
  • fix50258 - avoid corruption of XSSFWorkbook after applying XSSFRichTextRun#applyFont(poi-developers)
  • fix50154 - Allow white spaces and unicode in OPC relationship targets (poi-developers)
  • fix50113 - Remove cell from Calculation Chain after setting cell type to blank (poi-developers)
  • fix49966 - Ensure that XSSFRow#removeCell cleares calculation chain entries (poi-developers)
  • fix50096 - Fixed evaluation of cell references with column index greater than 255 (poi-developers)
  • fix49761 - Tolerate Double.NaN when reading .xls files(poi-developers)
  • fix50211 - Use cached formula result when auto-sizing formula cells(poi-developers)
  • fix50118 - OLE2 does allow a directory with an empty name, so support this in POIFS(poi-developers)
  • fix50119 - avoid NPE when XSSFReader comes across chart sheets(poi-developers)

Version 3.7 (2010-10-29)

  • fix50075 - avoid NPE in ListLevel.getNumberText() when numberText is null (poi-developers)
  • fix50067 - marked commons-logging and log4j as optional dependencies in POI poms(poi-developers)
  • add49928 - allow overridden built-in formats in XSSFCellStyle(poi-developers)
  • fix49919 - support for BorderCode in HWPF(poi-developers)
  • fix49908 - support for processing of symbols in HWPF(poi-developers)
  • fix50022 - support for retrieving pictures from HSSF workbooks(poi-developers)
  • fix50020 - Avoid IllegalStateException when creating Data validation in sheet with macro(poi-developers)
  • fix50033 - Improved rounding in MOD(poi-developers)
  • addGenerate SHA1 hashes of distribution files, alongside existing MD5 ones(poi-developers)

Version 3.7-beta3 (2010-09-24)

  • fix48325 - If a HSSF header or footer lacks left/right/centre information, assume it is a centre one(poi-developers)
  • fix49966 - Correctly remove calcChain entries for XSSF cells that stop holding formulas(poi-developers)
  • add47582 - XSSFCellStyle support for creating a style in one workbook based on a style from a different one(poi-developers)
  • fix49931 - Avoid concurrency problems when re-ordering multiple HSSF header records for a PageSettingsBlock(poi-developers)
  • fix49765 - Fix XWPFDocument.addPicture so that it correctly sets up relationships(poi-developers)
  • fix48018 - Improve HWPF handling of lists in documents read and then saved, by preserving order better(poi-developers)
  • fix49820 - Fix HWPF paragraph levels, so that outline levels can be properly fetched(poi-developers)
  • fix47271 - Avoid infinite loops on broken HWPF documents with a corrupt CHP style with a parent of itself(poi-developers)
  • fix49936 - Handle HWPF documents with problematic HeaderStories better(poi-developers)
  • fix49933 - Support sections in Word 6 and Word 95 files (HWPFOldDocument)(poi-developers)
  • fix49941 - Correctly handle space preservation of XSSFRichTextRuns when applying fonts to parts of the string(poi-developers)
  • fixCorrect XWPFRun detection of bold/italic in a paragraph with multiple runs of different styles(poi-developers)
  • addLink XWPFPicture to XWPFRun, so that embedded pictures can be access from where they live in the text stream(poi-developers)
  • fixImprove handling of Hyperlinks inside XWPFParagraph objects through XWPFHyperlinkRun(poi-developers)
  • fixMake XWPFParagraph make more use of XWPFRun, and less on internal StringBuffers(poi-developers)
  • addAdd a getBodyElements() method to XWPF IBody, to make access to embedded paragraphs and tables easier(poi-developers)
  • addMore XSLFRelation entries for common .pptx file parts(poi-developers)
  • fix49872 - avoid exception in XSSFFormulaEvaluator.evaluateInCell when evaluating shared formulas(poi-developers)
  • fix49895 - avoid corruption of XSSFWorkbook after removing all merged cells from sheet(poi-developers)
  • fix49907 - fixed inconsistent behaviour between HSSF and XSSF when creating consecutive names(poi-developers)
  • addAdd getMimeType() method to HWPF Picture, alongside existing file extension(poi-developers)
  • addAdd code for reading Ole10Native data(poi-developers)
  • addAdd getMimeType() method to HSSF/XSSF PictureData, alongside existing file extension(poi-developers)
  • fix49887 - allow sheet names longer than 31 chars in XSSF, enforce name uniqueness on the first 31 chars(poi-developers)
  • fix49878 - improved API for hiding sheets(poi-developers)
  • fix49875 - fixed XSSFWorkbook.createSheet to throw exception if sheet name begins or ends with a single quote (')(poi-developers)
  • fix49873 - fixed XSSFFormulaEvaluator to support blank cells(poi-developers)
  • fix49850 - added a getter for _iStartAt in ListFormatOverrideLevel(poi-developers)
  • fix49761 - change cell type to error when setting Double.NaN or Infinities(poi-developers)
  • fix49833 - ensure that CTNumPr is included in poi-ooxml-schemas.jar(poi-developers)
  • fix49841 - fixed LEFT and RIGHT to return #VALUE! when called with a negative operand (POI-DEVELOPERS)
  • fix49783 - fixed evaluation of XSSF workbooks containing formulas with reference errors (#REF!)(POI-DEVELOPERS)
  • fix49751 - fixed fetching names of user defined styles in HSSFCellStyle.getUserStyleName()(POI-DEVELOPERS)
  • add48900 - support for protecting a XSSF workbook(POI-DEVELOPERS)
  • fix49725 - fixed FormulaParser to correctly process defined names with underscore(POI-DEVELOPERS)
  • add48526 - added implementation for RANDBETWEEN()(POI-DEVELOPERS)
  • fix49725 - avoid exception in OperandResolver.parseDouble when input is minus ("-")(POI-DEVELOPERS)
  • fix49723 - fixed OperandResolver to correctly handle inputs with leading decimal place(POI-DEVELOPERS)
  • addinitial support for Excel autofilter(POI-DEVELOPERS)

Version 3.7-beta2 (2010-08-09)

  • add47990 - Support for .msg attachments within a MAPIMessage .msg(POI-DEVELOPERS)
  • fixImprove handling and warnings when closing OPCPackage objects(POI-DEVELOPERS)
  • fix49702 - Correct XSSFWorkbook.getNumCellStyles to check the right styles list(POI-DEVELOPERS)
  • add49690 - Add WorkbookUtil, which provies a way of generating valid sheet names(POI-DEVELOPERS)
  • fix49694 - Use DataFormatter when autosizing columns, to better match the real display width of formatted cells(POI-DEVELOPERS)
  • add49441 - Allow overriding and guessing of HSMF non-unicode string encodings(POI-DEVELOPERS)
  • fix49689 - Allow the setting of user style names on newly created HSSF cell styles(POI-DEVELOPERS)
  • addMake it easier to tell which content types each POIXMLTextExtractor handles(POI-DEVELOPERS)
  • fix49649 - Added clone support for UserSView* and Feat* families of records(POI-DEVELOPERS)
  • fix49653 - Support for escaped unicode characters in Shared String Table(POI-DEVELOPERS)
  • fix49579 - prevent ArrayIndexOutOfBoundException in UnknowEscherRecord(POI-DEVELOPERS)
  • fix49593 - preserve leading and trailing white spaces in XWPFRun(POI-DEVELOPERS)
  • add49455 - Insert the content of fldSimple fields into the XWPFWordTextExtractor output(POI-DEVELOPERS)
  • fix49640 - Fixed parsing formulas containing defined names beginning with an underscore(POI-DEVELOPERS)
  • add49538 - Added implementation for POISSON()(POI-DEVELOPERS)
  • add49524 - Support for setting cell text to be vertically rotated, via style.setRotation(0xff)(POI-DEVELOPERS)
  • fix49609 - Case insensitive matching of OOXML part names(POI-DEVELOPERS)
  • add49581 - Ability to add, modify and remove series from HSSF Charts(POI-DEVELOPERS)
  • add49185 - Support for HSSFNames where the comment is stored in a NameCommentRecord(POI-DEVELOPERS)
  • fix49599 - correct writing of noterecord author text when switching between ascii and unicode(poi-developers)
  • fixhwpf: improve reading of auto-saved ("complex") documents(poi-developers)
  • addparagraph level as well as whole-file text extraction for word 6/95 files through hwpf(poi-developers)
  • addtext extraction support for older word 6 and word 95 files via hwpf(poi-developers)
  • add49508 - allow the addition of paragraphs to xwpf table cells(poi-developers)
  • fix49446 - don't consider 17.16.23 field codes as properly part of the paragraph's text(poi-developers)
  • fixxslfslideshow shouldn't break on .thmx (theme) files. support for them is still very limited though(poi-developers)

Version 3.7-beta1 (2010-06-20)

  • fix49432 - lazy caching of xssfcomment ctcomment objects by reference, to make repeated comment searching faster(poi-developers)
  • fixbetter handling of outlook messages in hsmf when there's no recipient email address(poi-developers)
  • fixwhen formatting numbers with dataformatter, handle brackets following colours(poi-developers)
  • add48574 - further xwpf support for tables, paragraphs, including enhanced support for adding new ones(poi-developers)
  • add48245 - tweak hwpf table cell detection to work across more files(poi-developers)
  • add48996 - initial support for external name references in hssf formula evaluation(poi-developers)
  • fix46664 - fix up tab ids when adding new sheets, so that print areas don't end up invalid(poi-developers)
  • fix45269 - improve replacetext on hwpf ranges(poi-developers)
  • fix47815 - correct documentation on what happens when you request a string from a non-string formula cell(poi-developers)
  • fix49386 - avoid npe when extracting ooxml file properties which are dates(poi-developers)
  • fix49377 - only call decimalformat.setroundingmode on java 1.6 - it's needed to match excel's rendering of numbers(poi-developers)
  • fix49378 - correct 1.6ism(poi-developers)
  • addparse the hsmf headers chunk if present, and use it to find dates in text extraction if needed(poi-developers)
  • fix48494 - detect and support time formats like hh:mm;hh:mm(poi-developers)
  • fix48494 - have excelextractor make use of hssfdataformatter, so that numbers and dates come out closer to how excel would render them(poi-developers)
  • fix48494 - have eventbasedexcelextractor make use of hssfdataformatter, so that numbers and dates come out closer to how excel would render them(poi-developers)
  • fix49096 - add clone support to chart begin and end records, to allow cloning of more chart containing sheets(poi-developers)
  • addlist attachment names in the output of outlooktextextractor (to get attachment contents, use extractorfactory as normal)(poi-developers)
  • fix48872 - allow dateformatter.formatrawcellcontents to handle 1904 as well as 1900 dates(poi-developers)
  • fix48872 - handle mmmmm and elapsed time formatting rules in dataformatter(poi-developers)
  • fix48872 - handle zero formatting rules, and better color detection in dataformatter(poi-developers)
  • fix48872 - support for more kinds of formatting in dataformatter(poi-developers)
  • fix43161 - fixed construction of the dib picture header(poi-developers)
  • add49311 - initial support for reading aes-encrypted/write-protected ooxml files(poi-developers)
  • fix48718 - make the creation of multiple, un-modified fonts in a row in xssf match the old hssf behaviour(poi-developers)
  • fix44916 - allow access to the hssfpatriarch from hssfsheet once created(poi-developers)
  • add48779 - allow you to get straight from a cellstyle to a color, irrespective of if the color is indexed or inline-defined(poi-developers)
  • add48924 - allow access of the hwpf dateandtime underlying date values(poi-developers)
  • add48926 - initial support for the hwpf revision marks authors list(poi-developers)
  • fix49160 - ensure that ctdigsigblob is included in poi-ooxml jar(poi-developers)
  • fix49189 - detect w:tab and w:cr entries in xwpf paragraphs, even when the xsd is silly and maps them to ctempty(poi-developers)
  • fix49273 - correct handling for font character sets with indicies greater than 127(poi-developers)
  • add49334 - track the valuerangerecords of charts in hssfchart, to allow the basic axis operations(poi-developers)
  • add49242 - track the linkdatarecords of charts in hssfchart(poi-developers)
  • addimproved performance of xssfworkbook.write (poi-developers)
  • fix48846 - avoid npe when finding cell comments(poi-developers)
  • fix49325 - ensure that ctphoneticpr is included in poi-ooxml jar(poi-developers)
  • fix49191 - fixed tests failing in non-english locales(poi-developers)
  • add48432 - support for xssf themes(poi-developers)
  • add49244 - support for data validation for ooxml format(poi-developers)
  • add49066 - worksheet/cell formatting, with view and html converter(poi-developers)
  • fix49020 - workaround excel outputting invalid xml in button definitions by not closing br tags(poi-developers)
  • fix49050 - improve performance of abstractescherholderrecord when there are lots of continue records(poi-developers)
  • fix49194 - correct text size limit for ooxml .xlsx files(poi-developers)
  • fix49254 - fix cellutils.setfont to use the correct type internally(poi-developers)
  • fix49139 - properly support 4k big block size in poifs(poi-developers)
  • fix48936 - avoid writing malformed cdata blocks in sharedstrings.xml(poi-developers)
  • add49026 - added implementation for text() (poi-developers)
  • add49025 - added implementation for trunc() (poi-developers)
  • fix49147 - properly close internal inputstream in extractorfactory#createextractor(file)(poi-developers)
  • fix49138 - fixed locale-sensitive formatters in packagepropertiespart(poi-developers)
  • fix49153 - ensure that ctvectorvariant is included in poi-ooxml-schemas.jar(poi-developers)
  • add49146 - added accessors to coreproperties.keywords (poi-developers)
  • fix48916 - propagate parent to parent-aware records decoded from escher(poi-developers)
  • fix48485 - add extra paper size constans to printsetup, such as a3, b4 and b5(poi-developers)
  • fixmake poifs.filesystem.directorynode preserve the original ordering of its files, which hsmf needs to be able to correctly match up chunks(poi-developers)
  • addsupport evaluation of indirect defined names in indirect(poi-developers)
  • fix43670 - improve hdgf chunkv11 separator detection, and short string detection, to solve the "negative length of chunkheader" problem(poi-developers)
  • add48617 - optionally allow the overriding of the locale used by dataformatter to control how the default number and date formats should look(poi-developers)
  • addnew event based xssf text extractor (xssfeventbasedexcelextractor)(poi-developers)
  • addextractorfactory can now be told to prefer event based extractors (current excel only) on a per-thread or overall basis(poi-developers)
  • fix48544 - avoid failures in xlsx2csv when shared string table is missing(poi-developers)
  • fix48571 - properly close all io streams created in opcpackage(poi-developers)
  • fix48572 - always copy all declared inner classes and interfaces when generating poi-ooxml-schemas(poi-developers)
  • addlow level record support for the extrst (phonetic text) part of unicode strings. no usermodel access to it as yet though.(poi-developers)
  • fixrecord.unicodestring has moved to record.common.unicodestring, to live with the other record-part classes, as it isn't a full record.(poi-developers)
  • addavoid creating temporary files when opening opc packages from input stream(poi-developers)
  • addimproved how hsmf handles multiple recipients(poi-developers)
  • addadd publishertextextractor support to extractorfactory(poi-developers)
  • addadd xslf support for text extraction from tables(poi-developers)
  • addsupport attachments as embeded documents within the new outlooktextextractor(poi-developers)
  • addadd a text extractor (outlooktextextractor) to hsmf for simpler extraction of text from .msg files(poi-developers)
  • fixsome improvements to hsmf parsing of .msg files(poi-developers)
  • fixinitialise the link type of hssfhyperlink, so that gettype() on it works(poi-developers)
  • fix48425 - improved performance of dateutil.iscelldateformatted() (poi-developers)
  • fix47215 - fixed interfaceendrecord to tolerate unexpected record contents (poi-developers)
  • fix48415 - improved javadoc on hsspicture.resize() (poi-developers)
  • addadded ant target to install artifacts in local repository (poi-developers)
  • fix48026 - fixed pagesettingsblock to allow multiple headerfooterrecord records (poi-developers)
  • fix48202 - fixed cellrangeutil.mergecellranges to work for adjacent cell regions (poi-developers)
  • fix48339 - fixed externalnamerecord to properly distinguish dde data from ole data items (poi-developers)
  • fix47920 - allow editing workbooks embedded into powerpoint files(poi-developers)
  • add48343 - added implementation of subtotal function(poi-developers)
  • fixswitch to compiling the ooxml schemas for java 1.5(poi-developers)

Version 3.6 (2009-12-14)

  • fix48332 - fixed xssfsheet autosizecolumn() to tolerate empty richtextstring(poi-developers)
  • fix48332 - fixed columninforecord to tolerate missing reserved field(poi-developers)
  • fix47701 - fixed recordformatexception when reading list subrecords (lbsdatasubrecord)(poi-developers)
  • add memory usage optimization in xssf - avoid creating parentless xml beans(poi-developers)
  • fix47188 - avoid corruption of workbook when adding cell comments (poi-developers)
  • fix48106 - improved work with cell comments in xssf(poi-developers)
  • addadd support for creating summaryinformation and documentsummaryinformation properties on poidocuments that don't have them, via poidocument.createinformationproperties()(poi-developers)
  • fix48180 - be more forgiving of short chart records, which skip some unused fields(poi-developers)
  • fix48274 - fix erronious wrapping of byte colours in hssfpalette.findsimilarcolor(poi-developers)
  • fix48269 - fix fetching of error codes from xssf formula cells(poi-developers)
  • fix48229 - fixed javadoc for hssfsheet.setcolumnwidth and xssfsheet setcolumnwidth (poi-developers)
  • fix47757 - fixed xlsx2csv to avoid exception when processing cells with multiple "t" elements(poi-developers)
  • add48195 - short-circuit evaluation of if() and choose()(poi-developers)
  • add48161 - support for text extraction from ppt master slides(poi-developers)
  • add47970 - added a method to set arabic mode in hssfsheet(poi-developers)
  • fix48134 - release system resources when using picture.resize()(poi-developers)
  • fix48087 - avoid npe in xssfchartsheet when calling methods of the superclass(poi-developers)
  • fix48038 - handle reading hwpf stylesheets from non zero offsets(poi-developers)
  • addwhen running the "compile-ooxml-xsds" ant task, also generate the source jar for the ooxml schemas(poi-developers)
  • fix45672 - improve handling by missingrecordawarehssflistener of records that cover multiple cells (mulblankrecord and mulrkrecord)(poi-developers)
  • fix48096 - relaxed validation check in recalcidrecord(poi-developers)
  • fix48085 - improved error checking in blockallocationtablereader to trap unreasonable field values(poi-developers)
  • fix47924 - fixed logic for matching cells and comments in hssfcell.getcellcomment()(poi-developers)
  • add47942 - added implementation of protection features to xlsx and docx files(poi-developers)
  • fix48070 - preserve leading and trailing white spaces in xssfrichtextstring(poi-developers)
  • add48044 - added implementation for countblank function(poi-developers)
  • fix48036 - added intersectioneval to allow evaluation of the intersection formula operator(poi-developers)
  • fix47999 - avoid un-needed call to the jvm garbage collector when working on ooxml opc packages(poi-developers)
  • add47922 - added example hsmf application that converts a .msg file to text and extracts attachments(poi-developers)
  • add47903 - added ant target to compile scratchpad examples(poi-developers)
  • add47839 - improved api for ooxml custom properties(poi-developers)
  • fix47862 - fixed xssfsheet.setcolumnwidth to handle columns included in a column span(poi-developers)
  • fix47804 - fixed xssfsheet.setcolumnhidden to handle columns included in a column span(poi-developers)
  • fix47889 - fixed xssfcell.getstringcellvalue() to properly handle cached formula results(poi-developers)

Version 3.5-final (2009-09-28)

  • fix47747 - fixed logic for locating shared formula records(poi-developers)
  • add47809 - improved work with user-defined functions(poi-developers)
  • fix47581 - fixed xssfsheet.setcolumnwidth to produce xml compatible with mac excel 2008(poi-developers)
  • fix47734 - removed unnecessary svn:executable flag from files in svn trunk(poi-developers)
  • fix47543 - added javadoc how to avoid excel crash when creating too many hssfrichtextstring cells(poi-developers)
  • fix47813 - fixed problems with xssfworkbook.removesheetat when workbook contains chart(poi-developers)
  • fix47737 - adjust sheet indices of named ranges when deleting sheets(poi-developers)
  • fix47770 - built-in positive formats don't need starting '('(poi-developers)
  • add47771 - added method setfunction(boolean) for defined names(poi-developers)
  • add47768 - implementation of excel "days360" and "npv" functions(poi-developers)
  • fix47751 - do not allow hssf's cell text longer than 32,767 characters(poi-developers)
  • add47757 - added an example demonstrating how to convert an xlsx workbook to csv(poi-developers)
  • fix44770 - fixed ppt parser to tolerate comment2000 containers with missing comment text(poi-developers)
  • fix47773 - fix for extraction paragraphs and sections from headers/footers with xwpfwordextractor(poi-developers)
  • fix47727 - support for extraction of header / footer images in hwpf(poi-developers)
  • fixmoved all test data to a top-level directory(poi-developers)
  • add47721 - Added implementation for INDIRECT()(POI-DEVELOPERS)
  • add45583 - Avoid exception when reading ClipboardData packet in OLE property sets(POI-DEVELOPERS)
  • add47652 - Added support for reading encrypted workbooks(POI-DEVELOPERS)
  • add47604 - Implementation of an XML to XLSX Importer using Custom XML Mapping(POI-DEVELOPERS)
  • fix47620 - Avoid FormulaParseException in XSSFWorkbook.setRepeatingRowsAndColumns when removing repeated rows and columns(POI-DEVELOPERS)
  • fix47606 - Fixed XSSFCell to correctly parse column indexes greater than 702 (ZZ)(POI-DEVELOPERS)
  • fix47598 - Improved formula evaluator number comparison(POI-DEVELOPERS)
  • fix47571 - Fixed XWPFWordExtractor to extract inserted/deleted text(POI-DEVELOPERS)
  • fix47548 - Fixed RecordFactoryInputStream to properly read continued DrawingRecords(POI-DEVELOPERS)
  • fix46419 - Fixed compatibility issue with OpenOffice 3.0(POI-DEVELOPERS)
  • fix47559 - Fixed compatibility issue with Excel 2008 Mac sp2. Please see the HSSF+XSSF project page for more information. (POI-DEVELOPERS)
  • fix47540 - Fix for saving custom and extended OOXML properties(POI-DEVELOPERS)
  • fix47535 - Fixed WordExtractor to tolerate files with empty footnote block(POI-DEVELOPERS)
  • fix47517 - Fixed ExtractorFactory to support .xltx and .dotx files(POI-DEVELOPERS)
  • add45556 - Support for extraction of footnotes from docx files(POI-DEVELOPERS)
  • add45555 - Support for extraction of endnotes from docx files(POI-DEVELOPERS)
  • add47520 - Initial support for custom XML mappings in XSSF(POI-DEVELOPERS)
  • fix47460 - Fixed NPE when retrieving core properties from a newly created workbook(POI-DEVELOPERS)
  • fix47498 - Fixed HyperlinkRecord to properly handle URL monikers(POI-DEVELOPERS)
  • fix47504 - Fixed XSSFWorkbook to read files with hyperlinks to document locations(POI-DEVELOPERS)
  • fix47479 - Fix BoolErrRecord to tolerate incorrect format written by OOO(POI-DEVELOPERS)
  • fix47448 - Allow HSSFEventFactory to handle non-zero padding at the end of the workbook stream(POI-DEVELOPERS)
  • add47456 - Support for getting OLE object data in PowerPointExtractor(POI-DEVELOPERS)
  • fix47411 - Explicitly set the 1900 date system when creating XSSF workbooks(POI-DEVELOPERS)
  • add47400 - Support for text extraction of footnotes, endnotes and comments in HWPF(POI-DEVELOPERS)
  • fix47415 - Fixed PageSettingsBlock to allow multiple PLS records(POI-DEVELOPERS)
  • fix47412 - Fixed concurrency issue with EscherProperties.initProps()(POI-DEVELOPERS)
  • fix47143 - Fixed OOM in HSSFWorkbook#getAllPictures when reading .xls files containing metafiles(POI-DEVELOPERS)
  • addAdded implementation for ISNA()(POI-DEVELOPERS)
  • add46793 - fixed SimpleShape#getLineWidth to handle default line width (POI-DEVELOPERS)
  • add47356 - removed unused private fields in HWPF BorderCode(POI-DEVELOPERS)
  • add47355 - Improved HWPF TableCell to expose TableCellDescriptor(POI-DEVELOPERS)
  • fix46610 - Improved HWPF to better handle unicode(POI-DEVELOPERS)
  • fix47261 - Fixed SlideShow#removeSlide to remove references to Notes(POI-DEVELOPERS)
  • fix47375 - Fixed HSSFHyperlink to correctly set inter-sheet and file links(POI-DEVELOPERS)
  • fix47384 - Fixed ExternalNameRecord to handle unicode names(POI-DEVELOPERS)
  • fix47372 - Fixed locale-sensitive unit tests to pass when running on non-US locale(POI-DEVELOPERS)

Version 3.5-beta6 (2009-06-22)

  • fix47363 - Fixed HSSFSheet to allow addition of data validations after sheet protection(POI-DEVELOPERS)
  • fix47294 - Fixed XSSFWorkbook#setRepeatingRowsAndColumns to tolerate sheet names with quotes(POI-DEVELOPERS)
  • fix47309 - Fixed logic in HSSFCell.getCellComment to handle sheets with more than 65536 comments(POI-DEVELOPERS)
  • fix46776 - Added clone() method to MulBlankRecord to fix crash in Sheet.cloneSheet()(POI-DEVELOPERS)
  • fix47244 - Fixed HSSFSheet to handle missing header / footer records(POI-DEVELOPERS)
  • fix47312 - Fixed formula parser to properly reject cell references with a '0' row component(POI-DEVELOPERS)
  • fix47199 - Fixed PageSettingsBlock/Sheet to tolerate margin records after other non-PSB records(POI-DEVELOPERS)
  • fix47069 - Fixed HSSFSheet#getFirstRowNum and HSSFSheet#getLastRowNum to return correct values after removal of all rows(POI-DEVELOPERS)
  • fix47278 - Fixed XSSFCell to avoid generating xsi:nil entries in shared string table(POI-DEVELOPERS)
  • fix47206 - Fixed XSSFCell to properly read inline strings(POI-DEVELOPERS)
  • add47250 - Fixed FontRecord to expect unicode flags even when name length is zero(POI-DEVELOPERS)
  • add47198 - Fixed formula evaluator comparison of -0.0 and 0.0(POI-DEVELOPERS)
  • add47229 - Fixed ExternalNameRecord to handle DDE links(POI-DEVELOPERS)
  • add46287 - Control of header and footer extraction in ExcelExtractor / XSSFExcelExtractor(POI-DEVELOPERS)
  • add46554 - New ant target "jar-examples"(POI-DEVELOPERS)
  • add46161 - Support in XSSF for setGroupColumnCollapsed and setGroupRowCollapsed(POI-DEVELOPERS)
  • add46806 - Allow columns greater than 255 and rows greater than 0x100000 in XSSF formulas(POI-DEVELOPERS)
  • add41711 - Base class for "old version" exceptions, and new HSLF detection + use of old versions exception(POI-DEVELOPERS)
  • fix47179 - Fix string encoding issues with HSMF chunks on non-windows platforms(POI-DEVELOPERS)
  • add47183 - Attachment support for HSMF(POI-DEVELOPERS)
  • fix47154 - Handle the cell format @ as the same as General(POI-DEVELOPERS)
  • fix47048 - Fixed evaluation of defined names with the 'complex' flag set(POI-DEVELOPERS)
  • fix46953 - More tweaks to PageSettingsBlock parsing logic in Sheet constructor(POI-DEVELOPERS)
  • fix47089 - Fixed XSSFWorkbook.createSheet to properly increment sheetId(POI-DEVELOPERS)
  • fix46568 - Fixed XSLFPowerPointExtractor to properly process line breaks(POI-DEVELOPERS)
  • fix39056 - Fixed POIFSFileSystem to set CLSID of root when constructing instances from InputStream(POI-DEVELOPERS)
  • fix47054 - Fixed cloneStyleFrom to avoid exception when cloning styles of the same family(POI-DEVELOPERS)
  • fix46186 - Fixed Sheet to read GutsRecord in the Sheet(RecordStream rs)(POI-DEVELOPERS)
  • fix46714 - Automatically call sheet.setAlternativeExpression when sheet.setRowSumsBelow is called (POI-DEVELOPERS)
  • fix46279 - Allow 255 arguments for excel functions in XSSF (POI-DEVELOPERS)
  • fix47028 - Fixed XSSFCell to preserve cell style when cell value is set to blank(POI-DEVELOPERS)
  • fix47026 - Avoid NPE in XSSFCell.setCellType() when workbook does not have SST(POI-DEVELOPERS)
  • fix46987 - Allow RecordFactory to handle non-zero padding at the end of the workbook stream(POI-DEVELOPERS)
  • fix47034 - Fix reading the name of a NameRecord when the name is very long(POI-DEVELOPERS)
  • fix47001 - Fixed WriteAccessRecord and LinkTable to handle unusual format written by Google Docs(POI-DEVELOPERS)
  • fix46973 - Fixed defined names to behave better when refersToFormula is unset(POI-DEVELOPERS)
  • fix46832 - Allow merged regions with columns greater than 255 or rows bigger than 65536 in XSSF(POI-DEVELOPERS)
  • fix46951 - Fixed formula parser to better handle range operators and whole row/column refs.(POI-DEVELOPERS)
  • fix46948 - Fixed evaluation of range operator to allow for area-ref operands(POI-DEVELOPERS)
  • fix46918 - Fixed ExtendedPivotTableViewFieldsRecord(SXVDEX) to allow shorter format(POI-DEVELOPERS)
  • fix46898 - Fixed formula evaluator to not cache intermediate circular-reference error results(POI-DEVELOPERS)
  • fix46917 - Fixed PageItemRecord(SXPI) to allow multiple field infos(POI-DEVELOPERS)
  • fix46904 - Fix POIFS issue with duplicate block 0 references on very old BIFF5/BIFF7 files(POI-DEVELOPERS)
  • fix46840 - PageSettingsBlock should include HEADERFOOTER record(POI-DEVELOPERS)
  • fix46885 - update cell type when setting cached formula result in XSSFCell(POI-DEVELOPERS)
  • addadded modifiers for anchor type to XSSFClientAnchor(POI-DEVELOPERS)
  • add46772 - support built-in data formats in XSSFDataFormat(POI-DEVELOPERS)
  • fix46719 - fixed XSSFSheet.shiftRows to correctly preserve row heights(POI-DEVELOPERS)
  • fix46715 - preserve custom column widths across re-serialization of XSSFWorkbook(POI-DEVELOPERS)
  • add46703 - added setDisplayZeros / isDisplayZeros to common interface org.apache.poi.ss.usermodel.Sheet(POI-DEVELOPERS)
  • add46708 - added getMergedRegion(int) to common interface org.apache.poi.ss.usermodel.Sheet(POI-DEVELOPERS)
  • fixfixed Sheet.autoSizeColumn() to use cached formula values when processing formula cells (POI-DEVELOPERS)
  • fixFixed formula parser to handle names with backslashes(POI-DEVELOPERS)
  • add46660 - added Workbook getHidden() and setHidden(boolean)(POI-DEVELOPERS)
  • fix46693 - Fixed bugs serialization bugs in records: CHARTFORMAT, SHTPROPS, SXVD and SXVDEX(POI-DEVELOPERS)
  • fix46627 - Fixed offset of added images if Pictures stream contains pictures with zero length(POI-DEVELOPERS)

Version 3.5-beta5 (2009-02-19)

  • fix46536 - When shifting rows, update formulas on that sheet to point to the new location of those rows(POI-DEVELOPERS)
  • fix46663 - Fixed XSSFSheet.shiftRows to properly update references of the shifted cells(POI-DEVELOPERS)
  • fix46535 - Remove reference from calculation chain when a formula is deleted(POI-DEVELOPERS)
  • fix46654 - HSSFRow/RowRecord to properly update cell boundary indexes(POI-DEVELOPERS)
  • fix46643 - Fixed formula parser to encode range operator with tMemFunc(POI-DEVELOPERS)
  • fix46647 - Fixed COUNTIF NE operator and other special cases involving type conversion(POI-DEVELOPERS)
  • add46635 - Added a method to remove slides(POI-DEVELOPERS)
  • fix40520 - Fixed HSSFFont.applyFont() to properly apply font to overlapping regions(POI-DEVELOPERS)
  • fix46545 - Fixed ObjRecord to ignore excessive padding written by previous POI versions(POI-DEVELOPERS)
  • fix46613 - Fixed evaluator to perform case insensitive string comparisons(POI-DEVELOPERS)
  • add46544 - command line interface for hssf ExcelExtractor(POI-DEVELOPERS)
  • fix46547 - Allow addition of conditional formatting after data validation(POI-DEVELOPERS)
  • fix46548 - Page Settings Block fixes - continued PLS records and PSB in sheet sub-streams(POI-DEVELOPERS)
  • add46523 - added implementation for SUMIF function(POI-DEVELOPERS)
  • addSupport for reading HSSF column styles(POI-DEVELOPERS)
  • fixHook up POIXMLTextExtractor.getMetadataTextExtractor() to the already written POIXMLPropertiesTextExtractor(POI-DEVELOPERS)
  • fix46472 - Avoid NPE in HPSFPropertiesExtractor when no properties exist(POI-DEVELOPERS)
  • fix46479 - fixed bugs related to cached formula values and HSSFFormulaEvaluator.evaluateInCell()(POI-DEVELOPERS)
  • add45031 - added implementation for CHOOSE() function(POI-DEVELOPERS)
  • fix46361 - resolve licensing issues around the HDGF resource file, chunks_parse_cmds.tbl(POI-DEVELOPERS)
  • add46410 - added implementation for TIME() function(POI-DEVELOPERS)
  • add46320 - added HSSFPictureData.getFormat()(POI-DEVELOPERS)
  • fix46445 - fixed HSSFSheet.shiftRow to move hyperlinks(POI-DEVELOPERS)
  • fixfixed formula parser to correctly resolve sheet-level names(POI-DEVELOPERS)
  • fix46433 - support for shared formulas in XSSF(POI-DEVELOPERS)
  • add46299 - support for carriage return and line break in XWPFRun(POI-DEVELOPERS)
  • add46300 - support for line spacing in XWPFParagraph(POI-DEVELOPERS)
  • add46308 - initial support for creation of XWPFTable(POI-DEVELOPERS)
  • addAdded getters to parent objects: HSSFSheet.getWorkbook(), HSSFRow.getSheet() and HSSFCell.getRow()(POI-DEVELOPERS)
  • fix46385 - (also patch 46362) fix serialization of StyleRecord with unicode name(POI-DEVELOPERS)
  • fix46368 - Fix HSSFRichTextRun and strings longer than 32768 characters(POI-DEVELOPERS)
  • addSupport sheet-level names(POI-DEVELOPERS)
  • fixFixed XSSFCell to properly handle cell references with column numbers up to XFD(POI-DEVELOPERS)
  • fix44914 - Fixed warning message "WARN. Unread n bytes of record 0xNN"(POI-DEVELOPERS)
  • add46156 - Improved number to text conversion to be closer to that of Excel(POI-DEVELOPERS)
  • fix46312 - Fixed ValueRecordsAggregate to handle removal of new empty row(POI-DEVELOPERS)
  • add46269 - Improved error message when attempting to read BIFF2 file(POI-DEVELOPERS)
  • fix46206 - Fixed Sheet to tolerate missing DIMENSION records(POI-DEVELOPERS)
  • add46301 - added pivot table records: SXDI, SXVDEX, SXPI, SXIDSTM, SXVIEW, SXVD, SXVS, et al(POI-DEVELOPERS)
  • fix46280 - Fixed RowRecordsAggregate etc to properly skip PivotTable records(POI-DEVELOPERS)

Version 3.5-beta4 (2008-11-29)

  • fix46213 - Fixed FormulaRecordAggregate to gracefully ignore extra StringRecords(POI-DEVELOPERS)
  • fix46174 - Fixed HSSFName to handle general formulas (not just area references)(POI-DEVELOPERS)
  • add46189 - added chart records: CHARTFRTINFO, STARTBLOCK, ENDBLOCK, STARTOBJECT, ENDOBJECT, and CATLAB(POI-DEVELOPERS)
  • fix46199 - More tweaks to EmbeddedObjectRefSubRecord(POI-DEVELOPERS)
  • addChanges to formula evaluation allowing for reduced memory usage(POI-DEVELOPERS)
  • fix45290 - Support odd files where the POIFS header block comes after the data blocks, and is on the data blocks list(POI-DEVELOPERS)
  • fix46184 - More odd escaped date formats(POI-DEVELOPERS)
  • addInclude the sheet number in the output of XLS2CSVmra(POI-DEVELOPERS)
  • fix46043 - correctly write out HPSF properties with HWPF(POI-DEVELOPERS)
  • add45973 - added CreationHelper.createFormulaEvaluator(), implemeted both for HSSF and XSSF(POI-DEVELOPERS)
  • fix46182 - fixed Slideshow.readPictures() to skip pictures with invalid headers(POI-DEVELOPERS)
  • fix46137 - Handle odd files with a ContinueRecord after EOFRecord(POI-DEVELOPERS)
  • fixFixed problem with linking shared formulas when ranges overlap(POI-DEVELOPERS)
  • fix45784 - More fixes to SeriesTextRecord(POI-DEVELOPERS)
  • fix46033 - fixed TableCell to correctly set text type(POI-DEVELOPERS)
  • fix46122 - fixed Picture.draw to skip rendering if picture data was not found(POI-DEVELOPERS)
  • fix15716 - memory usage optimisation - converted Ptg arrays into Formula objects(POI-DEVELOPERS)
  • add46065 - added implementation for VALUE function(POI-DEVELOPERS)
  • add45966 - added implementation for FIND function(POI-DEVELOPERS)
  • fix45778 - fixed ObjRecord to read ftLbsData properly(POI-DEVELOPERS)
  • fix46053 - fixed evaluation cache dependency analysis when changing blank cells(POI-DEVELOPERS)

Version 3.5-beta3 (2008-09-26)

  • fix45518 - Fix up ColumnHelper to output valid col tags, by making 1 based and 0 based bits clearer, and using the right ones(POI-DEVELOPERS)
  • fix45676 - Handle very long cells in the XSSF EventUserModel example(POI-DEVELOPERS)
  • addInitial ExtractorFactory support for building TextExtractors for embeded documents(POI-DEVELOPERS)

Version 3.5-beta2 (2008-08-20)

  • addSupport stripping XSSF header and footer fields (eg page number) out of header and footer text if required(POI-DEVELOPERS)
  • addAdd POIXMLPropertiesTextExtractor, which provides to the OOXML file formats a similar function to HPSF's HPSFPropertiesExtractor(POI-DEVELOPERS)
  • add45539 - Improve XWPFWordExtractor to extract headers and footers(POI-DEVELOPERS)
  • fixImprove how XWPF handles paragraph text(POI-DEVELOPERS)
  • addSupport in XWPF handles headers and footers(POI-DEVELOPERS)
  • add45592 - Improve XWPF text extraction to include tables always, and picture text where possible(POI-DEVELOPERS)
  • add45545 - Improve XSLF usermodel support, and include XSLF comments in extracted text(POI-DEVELOPERS)
  • add45540 - Fix XSSF header and footer support, and include headers and footers in the output of XSSFExcelExtractor(POI-DEVELOPERS)
  • add45431 - Support for .xlsm files, sufficient for simple files to be loaded by excel without warning(POI-DEVELOPERS)
  • addNew class org.apache.poi.hssf.record.RecordFormatException, which DDF uses instead of the HSSF version, and the HSSF version inherits from(POI-DEVELOPERS)
  • add45431 - Partial support for .xlm files. Not quite enough for excel to load them though(POI-DEVELOPERS)
  • fix45430 - Correct named range sheet reporting when no local sheet id is given in the xml(POI-DEVELOPERS)

Version 3.5-beta1 (2008-07-18)

  • add45018 - Support for fetching embeded documents from within an OOXML file(POI-DEVELOPERS)
  • addPort support for setting a policy on missing / blank cells when fetching, to XSSF too(POI-DEVELOPERS)
  • addCommon text extraction factory, which returns the correct POITextExtractor for the supplied data(POI-DEVELOPERS)
  • addText Extraction support for the new OOXML files (.xlsx, .docx and .pptx)(POI-DEVELOPERS)
  • addInitial support for processing OOXML Excel files (.xlsx), both directly through XSSF, and also through the new common UserModel(POI-DEVELOPERS)
  • addCreated a common interface for handling PowerPoint files, irrespective of if they are .ppt or .pptx(POI-DEVELOPERS)
  • addCreated a common interface for handling Excel files, irrespective of if they are .xls or .xlsx(POI-DEVELOPERS)

Version 3.2-FINAL (2008-10-19)

  • fix45866 - allowed for change of unicode compression across Continue records(POI-DEVELOPERS)
  • fix45964 - support for link formulas in Text Objects(POI-DEVELOPERS)
  • fix43354 - support for evalating formulas with missing args(POI-DEVELOPERS)
  • fix45912 - fixed ArrayIndexOutOfBoundsException in EmbeddedObjectRefSubRecord(POI-DEVELOPERS)
  • fix45889 - fixed ArrayIndexOutOfBoundsException when constructing HSLF Table with a single row (POI-DEVELOPERS)
  • addInitial support for creating hyperlinks in HSLF(POI-DEVELOPERS)
  • fix45876 - fixed BoundSheetRecord to allow sheet names longer than 31 chars(POI-DEVELOPERS)
  • add45890 - fixed HSSFSheet.shiftRows to also update conditional formats(POI-DEVELOPERS)
  • add45865 modified Formula Parser/Evaluator to handle cross-worksheet formulas(POI-DEVELOPERS)
  • addOptimised the FormulaEvaluator to take cell dependencies into account(POI-DEVELOPERS)
  • add16936 - Initial support for whole-row cell styling(POI-DEVELOPERS)
  • addUpdate hssf.extractor.ExcelExtractor to optionally output blank cells too(POI-DEVELOPERS)
  • addInclude the sheet name in the output of examples.XLS2CSVmra(POI-DEVELOPERS)
  • fix45784 - Support long chart titles in SeriesTextRecords(POI-DEVELOPERS)
  • fix45777 - Throw an exception if HSSF Footer or Header is attemped to be set too long, rather than having it break during writing out(POI-DEVELOPERS)
  • add45844 - Addtional diagnostics for HSLF SlideShowRecordDumper(POI-DEVELOPERS)
  • fix45829 - HSSFPicture.getImageDimension() failed when DPI of image is zero(POI-DEVELOPERS)
  • fix45815 - Bit mask values in StyleTextPropAtom were not preserved across read-write(POI-DEVELOPERS)
  • add45814 - Specify RecordType for slide show Handout (4041)(POI-DEVELOPERS)
  • fix45805 - Fixed 16-bit signed/unsigned bug in HSSFSheet.getColWidth etc(POI-DEVELOPERS)
  • fix45780 - Fixed HSSFSheet.shiftRows to also update Area refs(POI-DEVELOPERS)
  • fix45804 - Update HSMF to handle Outlook 3.0 msg files, which have a different string chunk type(POI-DEVELOPERS)
  • addExpose the name of Named Cell Styles via HSSFCellStyle (normally held on the parent style though)(POI-DEVELOPERS)
  • fix45978 - Fixed IOOBE in Ref3DPtg.toFormulaString() due eager initialisation of SheetReferences(POI-DEVELOPERS)
  • addMade HSSFFormulaEvaluator no longer require initialisation with sheet or row(POI-DEVELOPERS)
  • addExtended support for cached results of formula cells(POI-DEVELOPERS)
  • fix45639 - Fixed AIOOBE due to bad index logic in ColumnInfoRecordsAggregate(POI-DEVELOPERS)
  • fixFixed special cases of INDEX function (single column/single row, errors)(POI-DEVELOPERS)
  • add45761 - Support for Very Hidden excel sheets in HSSF(POI-DEVELOPERS)
  • add45738 - Initial HWPF support for Office Art Shapes(POI-DEVELOPERS)
  • fix45720 - Fixed HSSFWorkbook.cloneSheet to correctly clone sheets with drawings(POI-DEVELOPERS)
  • fix45728 - Fix for SlideShow.reorderSlide in HSLF(POI-DEVELOPERS)
  • addInitial support for embedded movies and controls in HSLF(POI-DEVELOPERS)
  • fix45358 - signed/unsigned error when parsing 3-d area refs, performance problem evaluating area refs, and ClassCastExcecption in IF()(POI-DEVELOPERS)
  • addSupport for HPBF Publisher hyperlinks, including during text extraction(POI-DEVELOPERS)
  • fix26321 and 44958 - preserve position of ArrayRecords and TableRecords among cell value records(POI-DEVELOPERS)
  • fixImpove empty header or footer handling in HWPF HeaderStories(POI-DEVELOPERS)
  • fixAvoid NPE in hssf.usermodel.HeaderFooter when stripping fields out(POI-DEVELOPERS)
  • fixAvoid NPE in EscherBSERecord on older escher records(POI-DEVELOPERS)
  • addBasic text extractraction support in HPBF(POI-DEVELOPERS)
  • addInitial, low level support for Publisher files, in the form of HPBF(POI-DEVELOPERS)
  • fix45699 - Fix RowRecordsAggregate to tolerate intervening MERGEDCELLS records(POI-DEVELOPERS)
  • fix45698 - Fix LinkTable to tolerate multiple EXTERNSHEET records(POI-DEVELOPERS)
  • fix45682 - Fix for cloning of CFRecordsAggregate(POI-DEVELOPERS)
  • addInitial support for evaluating external add-in functions like YEARFRAC(POI-DEVELOPERS)
  • fix45672 - Fix for MissingRecordAwareHSSFListener to prevent multiple LastCellOfRowDummyRecords when shared formulas are present(POI-DEVELOPERS)
  • fix45645 - Fix for HSSFSheet.autoSizeColumn() for widths exceeding Short.MAX_VALUE(POI-DEVELOPERS)
  • add45623 - Support for additional HSSF header and footer fields, including bold and full file path(POI-DEVELOPERS)
  • add45623 - Support stripping HSSF header and footer fields (eg page number) out of header and footer text if required(POI-DEVELOPERS)
  • add45622 - Support stripping HWPF fields (eg macros) out of text, via Range.stripFields(text)(POI-DEVELOPERS)
  • addNew HPSF based TextExtractor for document metadata, org.apache.poi.hpsf.extractor.HPSFPropertiesExtractor(POI-DEVELOPERS)
  • fixProperly update the array of Slide's text runs in HSLF when new text shapes are added(POI-DEVELOPERS)
  • fix45590 - Fix for Header/footer extraction for .ppt files saved in Office 2007(POI-DEVELOPERS)
  • fixBig improvement in how HWPF handles unicode text, and more sanity checking of text ranges within HWPF(POI-DEVELOPERS)
  • addInclude headers and footers int he extracted text from HWPF's WordExtractor(POI-DEVELOPERS)
  • addAdded support to HWPF for headers and footers(POI-DEVELOPERS)
  • fixImprove how HWPF deals with unicode internally. Should avoid some odd behaviour when manipulating unicode text(POI-DEVELOPERS)
  • add45577 - Added implementations for Excel functions NOW and TODAY(POI-DEVELOPERS)
  • fix45582 - Fix for workbook streams with extra bytes trailing the EOFRecord(POI-DEVELOPERS)
  • add45537 - Include headers and footers (of slides and notes) in the extracted text from HSLF(POI-DEVELOPERS)
  • fix45472 - Fixed incorrect default row height in OpenOffice 2.3(POI-DEVELOPERS)
  • fix44692 - HSSFPicture.resize() stretched image when there was a text next to it(POI-DEVELOPERS)
  • add45543 - Optionally extract comment text with PowerPointExtractor, and initial hslf model support for comments(POI-DEVELOPERS)
  • fix45538 - Include excel headers and footers in the output of ExcelExtractor(POI-DEVELOPERS)
  • fix44894 - refactor duplicate logic from EventRecordFactory to RecordFactory(POI-DEVELOPERS)
  • addSupport for Headers / Footers in HSLF(POI-DEVELOPERS)
  • fix44953 - Extensive fixes for data validation(POI-DEVELOPERS)
  • fix45519 - Fixed to keep datavalidation records together(POI-DEVELOPERS)
  • addSupport for creating new HSLF CurrentUserAtoms(POI-DEVELOPERS)
  • add45466 - Partial support for removing excel comments (won't work for all excel versions yet)(POI-DEVELOPERS)
  • fix45437 - Detect encrypted word documents, and throw an EncryptedDocumentException instead of a OOM(POI-DEVELOPERS)
  • add45404 - New class, hssf.usermodel.HSSFDataFormatter, for formatting numbers and dates in the same way that Excel does(POI-DEVELOPERS)
  • fix45414 - Don't add too many UncalcedRecords to sheets with charts in them(POI-DEVELOPERS)
  • fix45398 - Support detecting date formats containing "am/pm" as date times(POI-DEVELOPERS)
  • fix45410 - Removed dependency from contrib on commons beanutils,collections and lang(POI-DEVELOPERS)
  • addNew helper, HSSFOptimiser, which handles removing duplicated font and style records, to avoid going over the limits in Excel(POI-DEVELOPERS)
  • fix45322 - Fixed NPE in HSSFSheet.autoSizeColumn() when cell number format was not found(POI-DEVELOPERS)
  • add45380 - Missing return keyword in ArrayPtg.toFormulaString()(POI-DEVELOPERS)
  • add44958 - Record level support for Data Tables. (No formula parser support though)(POI-DEVELOPERS)
  • add35583 - Include a version class, org.apache.poi.Version, to allow easy introspection of the POI version(POI-DEVELOPERS)
  • addAllow the cloning of one HSSFCellStyle onto another, including cloning styles from one HSSFWorkbook onto another(POI-DEVELOPERS)
  • fix45289 - finished support for special comparison operators in COUNTIF(POI-DEVELOPERS)
  • fix45126 - Avoid generating multiple NamedRanges with the same name, which Excel dislikes(POI-DEVELOPERS)
  • fixFix cell.getRichStringCellValue() for formula cells with string results(POI-DEVELOPERS)
  • fix45365 - Handle more excel number formatting rules in FormatTrackingHSSFListener / XLS2CSVmra(POI-DEVELOPERS)
  • fix45373 - Improve the performance of HSSFSheet.shiftRows(POI-DEVELOPERS)
  • fix45367 - Fixed bug when last row removed from sheet is row zero(POI-DEVELOPERS)
  • fix45348 - Tweaks to RVA formula logic(POI-DEVELOPERS)
  • fix45354 - Fixed recognition of named ranges within formulas(POI-DEVELOPERS)
  • fix45338 - Fix HSSFWorkbook to give you the same HSSFFont every time, and then fix it to find newly added fonts(POI-DEVELOPERS)
  • fix45336 - Fix HSSFColor.getTripletHash()(POI-DEVELOPERS)
  • fix45334 - Fixed formula parser to handle dots in identifiers(POI-DEVELOPERS)
  • fix45252 - Improvement for HWPF Range.replaceText()(POI-DEVELOPERS)
  • fix45001 - Further fix for HWPF Range.delete() and unicode characters(POI-DEVELOPERS)
  • add45175 - Support for variable length operands in org.apache.poi.hwpf.sprm.SprmOperation(POI-DEVELOPERS)
  • fixAvoid spurious missing lines with the MissingRecordAware event code, and odd files that contain RowRecords in the middle of the cell Records.(POI-DEVELOPERS)
  • addSupport for parsing formulas during EventUserModel processing, via the new EventWorkbookBuilder(POI-DEVELOPERS)

Version 3.1-final (2008-06-29)

  • fix30978 - Fixed re-serialization of tRefErr3d and tAreaErr3d(POI-DEVELOPERS)
  • fix45234 - Removed incorrect shared formula conversion in CFRuleRecord(POI-DEVELOPERS)
  • fix45001 - Improved HWPF Range.replaceText()(POI-DEVELOPERS)
  • fix44692 - Fixed HSSFPicture.resize() to properly resize pictures if the underlying columns/rows have modified size(POI-DEVELOPERS)
  • addSupport custom image renderers in HSLF(POI-DEVELOPERS)
  • fixCorrectly increment the reference count of a blip when a picture is inserted(POI-DEVELOPERS)
  • fix45110 - Fixed TextShape.resizeToFitText() to properly resize TextShape(POI-DEVELOPERS)
  • fix45091 - Fixed serialization of RefN~ tokens. Simplified Ptg class hierarchy(POI-DEVELOPERS)
  • fix45133 - Fixed OBJ Record (5Dh) to pad the sub-record data to a 4-byte boundary(POI-DEVELOPERS)
  • fix45145 - Fixed Sheet to always enforce RowRecordsAggregate before ValueRecordsAggregate(POI-DEVELOPERS)
  • fix45123 - Fixed SharedFormulaRecord.convertSharedFormulas() to propagate token operand classes(POI-DEVELOPERS)
  • fix45087 - Correctly detect date formats like [Black]YYYY as being date based(POI-DEVELOPERS)
  • add45060 - Improved token class transformation during formula parsing(POI-DEVELOPERS)
  • add44840 - Improved handling of HSSFObjectData, especially for entries with data held not in POIFS(POI-DEVELOPERS)
  • add45043 - Support for getting excel cell comments when extracting text(POI-DEVELOPERS)
  • addExtend the support for specifying a policy to HSSF on missing / blank cells when fetching, to be able to specify the policy at the HSSFWorkbook level(POI-DEVELOPERS)
  • fix45025 - improved FormulaParser parse error messages(POI-DEVELOPERS)
  • fix45046 - allowed EXTERNALBOOK(0x01AE) to be optional in the LinkTable(POI-DEVELOPERS)
  • fix45066 - fixed sheet encoding size mismatch problems(POI-DEVELOPERS)
  • add45003 - Support embeded HDGF visio documents(POI-DEVELOPERS)
  • fix45001 - Partial fix for HWPF Range.insertBefore() and Range.delete() with unicode characters(POI-DEVELOPERS)
  • fix44977 - Support for AM/PM in excel date formats(POI-DEVELOPERS)
  • addSupport for specifying a policy to HSSF on missing / blank cells when fetching(POI-DEVELOPERS)
  • add44937 - Partial support for extracting Escher images from HWPF files(POI-DEVELOPERS)
  • fix44824 - Avoid an infinite loop when reading some HWPF pictures(POI-DEVELOPERS)
  • fix44898 - Correctly handle short last blocks in POIFS(POI-DEVELOPERS)

Version 3.1-beta2 (2008-05-26)

  • fix44306 - fixed reading/writing of AttrPtg(type=choose) and method toFormulaString() for CHOOSE formulas(POI-DEVELOPERS)
  • fix24207 - added HSSFName.isDeleted() to check if the name points to cell that no longer exists(POI-DEVELOPERS)
  • fix40414 - fixed selected/active sheet after removing sheet from workbook(POI-DEVELOPERS)
  • fix44523 - fixed workbook sheet selection and focus(POI-DEVELOPERS)
  • fix45000 - Fixed NPE in ListLevel when numberText is null(POI-DEVELOPERS)
  • fix44985 - Properly update TextSpecInfoAtom when the parent text is changed(POI-DEVELOPERS)
  • fix41187 - fixed HSSFSheet to properly read xls files without ROW records(POI-DEVELOPERS)
  • fix44950 - fixed HSSFFormulaEvaluator.evaluateInCell() and Area3DEval.getValue() also added validation for number of elements in AreaEvals(POI-DEVELOPERS)
  • fix42570 - fixed LabelRecord to use empty string instead of null when the length is zero.(POI-DEVELOPERS)
  • fix42564 - fixed ArrayPtg to use ConstantValueParser. Fixed a few other ArrayPtg encoding issues.(POI-DEVELOPERS)
  • fixFollow-on from 28754 - StringPtg.toFormulaString() should escape double quotes(POI-DEVELOPERS)
  • fix44929 - Improved error handling in HSSFWorkbook when attempting to read a BIFF5 file(POI-DEVELOPERS)
  • fix44675 - Parameter operand classes (function metadata) required to encode SUM() etc properly. Added parse validation for number of parameters(POI-DEVELOPERS)
  • fix44921 - allow Ptg.writeBytes() to be called on relative ref Ptgs (RefN* and AreaN*)(POI-DEVELOPERS)
  • fix44914 - Fix/suppress warning message "WARN. Unread n bytes of record 0xNN"(POI-DEVELOPERS)
  • fix44892 - made HSSFWorkbook.getSheet(String) case insensitive(POI-DEVELOPERS)
  • fix44886] - Correctly process PICT metafile in EscherMetafileBlip(POI-DEVELOPERS)
  • fix44893 - Take into account indentation in HSSFSheet.autoSizeColumn(POI-DEVELOPERS)

Version 3.1-beta1 (2008-04-28)

  • fix44857 - Avoid OOM on unknown escher records when EscherMetafileBlip is incorrect(POI-DEVELOPERS)
  • addHSLF: Support for getting embedded sounds from slide show (POI-DEVELOPERS)
  • addHSLF: Initial support for rendering slides into images(POI-DEVELOPERS)
  • addHSLF: Support for getting OLE object data from slide show (POI-DEVELOPERS)
  • addHSLF: Implemented more methods in PPGraphics2D(POI-DEVELOPERS)
  • addHSLF: Added Freeform shape which can contain both lines and Bezier curves(POI-DEVELOPERS)
  • fix41071 - Improved text extraction in HSLF(POI-DEVELOPERS)
  • add30311 - Conditional Formatting - improved API, added HSSFSheetConditionalFormatting(POI-DEVELOPERS)
  • fixUpdate the formula parser code to use a HSSFWorkbook, rather than the low level model.Workbook, to make things cleaner and make supporting XSSF formulas in future much easier(POI-DEVELOPERS)
  • fixFix the logger used by POIFSFileSystem, so that commons-logging isn't required when not used(POI-DEVELOPERS)
  • addUpdate HSLFSlideShow and HSSFWorkbook to take advantage of POIFS updates, and allow reading embeded documents(POI-DEVELOPERS)
  • addImprove how POIFS works with directory entries, and update HWPFDocument to support reading an embeded word document(POI-DEVELOPERS)
  • addInitial support for getting and changing chart and series titles(POI-DEVELOPERS)
  • addImplement a proxy HSSFListener which tracks the format records, and lets you lookup the format string for a given cell. Convert the xls to csv example to use it(POI-DEVELOPERS)
  • fix44792 - fixed encode/decode problems in ExternalNameRecord and CRNRecord.(POI-DEVELOPERS)
  • fix43670, 44501 - Fix how HDGF deals with trailing data in the list of chunk headers(POI-DEVELOPERS)
  • add30311 - More work on Conditional Formatting(POI-DEVELOPERS)
  • fixrefactored all junits' usage of HSSF.testdata.path to one place(POI-DEVELOPERS)
  • fix44739 - Small fixes for conditional formatting (regions with max row/col index)(POI-DEVELOPERS)
  • add44694 - HPSF: Support for property sets without sections(RK)
  • addImplement Sheet.removeShape(Shape shape) in HSLF(POI-DEVELOPERS)
  • addVarious fixes: Recognising var-arg built-in functions #44675, ExternalNameRecord serialisation bug #44695, PMT() bug #44691(POI-DEVELOPERS)
  • add30311 - More work on Conditional Formatting(POI-DEVELOPERS)
  • addMove the Formula Evaluator code out of scratchpad(POI-DEVELOPERS)
  • addMove the missing record aware eventusermodel code out of scratchpad(POI-DEVELOPERS)
  • add44652 / 44603 - Improved handling of Pictures in Word Documents(POI-DEVELOPERS)
  • fix44636 - Fix formula parsing of RefVPtg, which was causing #VALUE to be shown on subsequent edits(POI-DEVELOPERS)
  • fix44627 - Improve the thread safety of POILogFactory(POI-DEVELOPERS)
  • add30311 - Initial support for Conditional Formatting(POI-DEVELOPERS)
  • fix44609 - Handle leading spaces in formulas, such as '= 4'(POI-DEVELOPERS)
  • add44608 - Support for PercentPtg in the formula evaluator(POI-DEVELOPERS)
  • fix44606 - Support calculated string values for evaluated formulas(POI-DEVELOPERS)
  • addAdd accessors to horizontal and vertical alignment in HSSFTextbox(POI-DEVELOPERS)
  • add44593 - Improved handling of short DVRecords(POI-DEVELOPERS)
  • add28627 / 44580 - Fix Range.delete() in HWPF(POI-DEVELOPERS)
  • add44539 - Support for area references in formulas of rows >= 32768(POI-DEVELOPERS)
  • add44536 - Improved support for detecting read-only recommended files(POI-DEVELOPERS)
  • fix43901 - Correctly update the internal last cell number when adding and removing cells (previously sometimes off-by-one)(POI-DEVELOPERS)
  • fix44504 - Added initial support for recognising external functions like YEARFRAC and ISEVEN (using NameXPtg), via LinkTable support(POI-DEVELOPERS)
  • fix44504 - Improvements to FormulaParser - operators, precedence, error literals, quotes in string literals, range checking on IntPtg, formulas with extra un-parsed stuff at the end, improved parse error handling(POI-DEVELOPERS)
  • fix44504 - Fixed number conversion inconsistencies in many functions, and improved RefEval(POI-DEVELOPERS)
  • fix44504 - Added initial support for recognising external functions like YEARFRAC and ISEVEN (using NameXPtg), via LinkTable support(POI-DEVELOPERS)
  • fix44504 - Improvements to FormulaParser - operators, precedence, error literals, quotes in string literals, range checking on IntPtg, formulas with extra un-parsed stuff at the end, improved parse error handling(POI-DEVELOPERS)
  • fix44504 - Fixed number conversion inconsistencies in many functions, and improved RefEval(POI-DEVELOPERS)
  • fix44508 - Fix formula evaluation with evaluateInCell on boolean formulas(POI-DEVELOPERS)
  • fix44510 - Fix how DVALRecord works with dropdowns(POI-DEVELOPERS)
  • fix44495 - Handle named cell ranges in formulas that have lower case parts(POI-DEVELOPERS)
  • fix44491 - Don't have the new-style "HPSF properties are always available" affect the old-style use of HPSF alongside HSSF(POI-DEVELOPERS)
  • fix44471 - Crystal Reports generates files with short StyleRecords, which isn't allowed in the spec. Work around this(POI-DEVELOPERS)
  • fix44495 - Handle named cell ranges in formulas that have lower case parts(POI-DEVELOPERS)
  • fix44491 - Don't have the new-style "HPSF properties are always available" affect the old-style use of HPSF alongside HSSF(POI-DEVELOPERS)
  • fix44471 - Crystal Reports generates files with short StyleRecords, which isn't allowed in the spec. Work around this(POI-DEVELOPERS)
  • add44450 - Support for Lookup, HLookup and VLookup functions(POI-DEVELOPERS)
  • fix44449 - Avoid getting confused when two sheets have shared formulas for the same areas, and when the shared formula is set incorrectly(POI-DEVELOPERS)
  • fix44366 - InputStreams passed to POIFSFileSystem are now automatically closed. A warning is generated for people who might've relied on them not being closed before, and a wrapper to restore the old behaviour is supplied(POI-DEVELOPERS)
  • add44371 - Support for the Offset function(POI-DEVELOPERS)
  • fix38921 - Have HSSFPalette.findSimilar() work properly(POI-DEVELOPERS)
  • fix44456 - Fix the contrib SViewer / SViewerPanel to not fail on sheets with missing rows(POI-DEVELOPERS)
  • fix44403 - Further support for unusual, but valid, arguments to the Mid function(POI-DEVELOPERS)
  • fix44410 - Support for whole-column ranges, such as C:C, in formula strings and the formula evaluator(POI-DEVELOPERS)
  • fix44421 - Update Match function to properly support Area references(POI-DEVELOPERS)
  • fix44417 - Improved handling of references for the need to quote the sheet name for some formulas, but not when fetching a sheet by name(POI-DEVELOPERS)
  • fix44413 - Fix for circular references in INDEX, OFFSET, VLOOKUP formulas, where a cell is actually allowed to reference itself(POI-DEVELOPERS)
  • fix44403 - Fix for Mid function handling its arguments wrong(POI-DEVELOPERS)
  • add44364 - Support for Match, NA and SumProduct functions, as well as initial function error support(POI-DEVELOPERS)
  • fix44375 - Cope with a broken dictionary in Document Summary Information stream. RuntimeExceptions that occured when trying to read bogus data are now caught. Dictionary entries up to but not including the bogus one are preserved, the rest is ignored.(POI-DEVELOPERS)
  • fix38641 - Handle timezones better with cell.setCellValue(Calendar), so now 20:00-03:00, 20:00+00:00 and 20:00+03:00 will all be recorded as 20:00, and not 17:00 / 20:00 / 23:00 (pass a Date not a Calendar for old behaviour)(POI-DEVELOPERS)
  • fix44373 - Have HSSFDateUtil.isADateFormat recognize more formats as being dates(POI-DEVELOPERS)
  • add37923 - Support for Excel hyperlinks(POI-DEVELOPERS)
  • addImplement hashCode() and equals(obj) on HSSFFont and HSSFCellStyle(POI-DEVELOPERS)
  • fix44345 - Implement CountA, CountIf, Index, Rows and Columns functions(POI-DEVELOPERS)
  • fix44336 - Properly escape sheet names as required when figuring out the text of formulas(POI-DEVELOPERS)
  • add44326 - Improvements to how SystemOutLogger and CommonsLogger log messages with exceptions, and avoid an infinite loop with certain log messages with exceptions(POI-DEVELOPERS)
  • addSupport for a completed Record based "pull" stream, via org.apache.poi.hssf.eventusermodel.HSSFRecordStream, to complement the existing "push" Event User Model listener stuff(POI-DEVELOPERS)

Version 3.0.2-FINAL (2008-02-04)

  • fix44297 - IntPtg must operate with unsigned short. Reading signed short results in incorrect formula calculation(POI-DEVELOPERS)
  • fix44296 - Fix for reading slide background images(POI-DEVELOPERS)
  • fix44293 - Avoid swapping AreaPtgs from relative to absolute(POI-DEVELOPERS)
  • fix44292 - Correctly process the last paragraph in a word file(POI-DEVELOPERS)
  • fix44254 - Avoid some unread byte warnings, and properly understand DVALRecord(POI-DEVELOPERS)
  • addAdd another formula evaluation method, evaluateFormulaCell(cell), which will re-calculate the value for a formula, without affecting the formula itself.(POI-DEVELOPERS)
  • fix41726 - Fix how we handle signed cell offsets in relative areas and references(POI-DEVELOPERS)
  • add44233 - Support for getting and setting a flag on the sheet, which tells excel to re-calculate all formulas on it at next reload(POI-DEVELOPERS)
  • fix44201 - Enable cloning of sheets with data validation rules(POI-DEVELOPERS)
  • fix44200 - Enable cloning of sheets with notes(POI-DEVELOPERS)
  • add43008 - Add a moveCell method to HSSFRow, and deprecate setCellNum(), which didn't update things properly(POI-DEVELOPERS)
  • fix43058 - Support setting row grouping on files from CR IX, which lack GutsRecords(POI-DEVELOPERS)
  • fix31795 - Support cloning of sheets with certain drawing objects on them(POI-DEVELOPERS)
  • fix43902 - Don't consider merged regions when auto-sizing columns(POI-DEVELOPERS)
  • fix42464 - Avoid "Expected ExpPtg to be converted from Shared to Non-Shared Formula" on large, formula heavy worksheets(POI-DEVELOPERS)
  • add42033 - Add support for named ranges with unicode names(POI-DEVELOPERS)
  • add34023 - When shifting rows, update formulas on that sheet to point to the new location of those rows(POI-DEVELOPERS)
  • addSupport getting all the cells referenced by an AreaReference, not just the corner ones(POI-DEVELOPERS)
  • add43510 - Add support for named ranges in formulas, including non-contiguous named ranges(POI-DEVELOPERS)
  • add43937 - Add support for hiding and un-hiding sheets, and checking their current hidden status(POI-DEVELOPERS)
  • fix44167 - Fix for non-contiguous named ranges(POI-DEVELOPERS)
  • fix44070 - Fix for shifting comments when shifting rows(POI-DEVELOPERS)

Version 3.0.2-BETA2 (2008-01-12)

  • addSupport for tables in HSLF(POI-DEVELOPERS)
  • fix43781 - Fix for extracting text from TextBoxes HSLF in(POI-DEVELOPERS)
  • fixImprove JavaDocs relating to hssf font and fill colourings(POI-DEVELOPERS)
  • add44095, 44097, 44099 - [PATCH] Support for Mid, Replace and Substitute excel functions(POI-DEVELOPERS)
  • add44055 - [PATCH] Support for getting the from field from HSMF messages(POI-DEVELOPERS)
  • add43551 - [PATCH] Support for 1904 date windowing in HSSF (previously only supported 1900 date windowing)(POI-DEVELOPERS)
  • add41064 - [PATCH] Support for String continue records(POI-DEVELOPERS)
  • add27511 - [PATCH] Support for data validation, via DVRecord and DVALRecord(POI-DEVELOPERS)

Version 3.0.2-BETA1 (2007-12-04)

  • fix43877 - Fix for handling mixed OBJ and CONTINUE records(POI-DEVELOPERS)
  • fix39512 - Fix for handling mixed OBJ and CONTINUE records(POI-DEVELOPERS)
  • fix43837 - [PATCH] Support for unicode NameRecords(POI-DEVELOPERS)
  • fix43807 - Throw an IllegalArgumentException if asked to create a merged region with invalid columns or rows, rather than writing out a corrupt file(POI-DEVELOPERS)
  • fix43837 - [PATCH] Support for unicode NameRecords(POI-DEVELOPERS)
  • add43721 - [PATCH] Support for Chart Title Format records(POI-DEVELOPERS)
  • fix42794 - [PATCH] Fix for BOF records from things like Access(POI-DEVELOPERS)
  • fix43648 - Fix for IntPtg and short vs int(POI-DEVELOPERS)
  • fix43751 - [PATCH] - Fix for handling rotated text in HSSFSheet.autoSizeColumn(POI-DEVELOPERS)
  • addInclude an Excel text extractor, and put all existing text extractors under a common superclass(POI-DEVELOPERS)
  • addImprovements to the LZW compression engine used by HDGF(POI-DEVELOPERS)
  • addHSSFPicture.resize() - a handy method to reset a picture to its original width and height(POI-DEVELOPERS)
  • addAdd a getSheetIndex(HSSFSheet) method to HSSFWorkbook, and allow a HSSFSheet to get at its parent HSSFWorkbook(POI-DEVELOPERS)
  • addMove POIDocument out of Scratchpad, and update HSSFWorkbook to use it(POI-DEVELOPERS)
  • fix43399 - [PATCH] - Fix for Cell References for rows > 32678(POI-DEVELOPERS)
  • fix43410 - [PATCH] - Improved Formula Parser support for numbers and ranges(POI-DEVELOPERS)
  • addWhen writing HSLF files out, optionally preserve all OLE2 nodes (default is just the HSLF related nodes)(POI-DEVELOPERS)
  • add43323 - [PATCH] - Support for adding Pictures to ShapeGroups in HSLF.(POI-DEVELOPERS)
  • add43222 - [PATCH] - Support for getting OLE object data from HSSFWorkbook.(POI-DEVELOPERS)
  • add43247 - [PATCH] - Support for getting OLE object data from slideshows.(POI-DEVELOPERS)
  • add43125 - [PATCH] - Support for reading EMF, WMF and PICT images via HSSFWorkbook.getAllPictures()(POI-DEVELOPERS)
  • fix43088 - [PATCH] - Fix for reading files with long cell comments and text boxes(POI-DEVELOPERS)
  • fix42844 - [PATCH] - Fix for the EventUserModel and records that aren't immediately followed by their ContinueRecords(POI-DEVELOPERS)
  • fix43055 - [PATCH] - Fix for saving Crystal Reports xls files when preserving nodes(POI-DEVELOPERS)
  • fix43116 - [PATCH] - Fix for Escher layer handling of embeded OLE2 documents(POI-DEVELOPERS)
  • fix43108 - [PATCH] - Where permissions deny fetching System Properties, use sensible defaults(POI-DEVELOPERS)
  • fix43093 - [PATCH] - Fix formula evaluator support for Area3D references to other sheets(POI-DEVELOPERS)
  • fixImprovements to HSSFDateUtils.isADateFormat, and have HSSFDateUtil.isCellDateFormatted use this(POI-DEVELOPERS)
  • fix42999 - [PATCH] - Fix for HSSFPatriarch positioning problems(POI-DEVELOPERS)
  • addSupport for write-protecting a HSSF workbook(POI-DEVELOPERS)
  • addSupport for querying, setting and un-setting protection on sheets in a HSSF workbook(POI-DEVELOPERS)
  • addInitial HSMF (outlook) support(POI-DEVELOPERS)
  • fixTidy up the javadocs(POI-DEVELOPERS)

Version 3.0.1-FINAL (2007-07-05)

  • fixAdministrative updates to the Maven POMs, and the release artificat build process(POI-DEVELOPERS)
  • fix23951 - [PATCH] Fix for HSSF setSheetOrder and tab names(POI-DEVELOPERS)
  • fix42524 - [PATCH] Better HSLF support for problem shape groups(POI-DEVELOPERS)
  • fix42520 - [PATCH] Better HSLF support for corrupt picture records(POI-DEVELOPERS)
  • addInitial support for a "missing record aware" HSSF event model(POI-DEVELOPERS)
  • addAdditional HSLF support for Title and Slide Master Sheets(POI-DEVELOPERS)
  • fix42474 - [PATCH] Improved HSLF note to slide matching, and a NPE(POI-DEVELOPERS)
  • fix42481 - [PATCH] Tweak some HSLF exceptions, to make it clearer what you're catching(POI-DEVELOPERS)
  • fix42667 - [PATCH] Fix for HSLF writing of files with tables(POI-DEVELOPERS)
  • addImproved way of detecting HSSF cells that contain dates, isADateFormat(POI-DEVELOPERS)
  • addInitial, read-only support for Visio documents, as HDGF(POI-DEVELOPERS)

Version 3.0-FINAL (2007-05-18)

  • fix39977 - [PATCH] Fix POM for Maven users(POI-DEVELOPERS)
  • fix38976 - [PATCH] Add createPicture to HSSFShapeGroup(POI-DEVELOPERS)
  • addDetect Office 2007 XML documents, and throw a meaningful exception(POI-DEVELOPERS)
  • addAdditional HSLF support for PowerPoint(POI-DEVELOPERS)
  • addInitial support for HWPF image extraction(POI-DEVELOPERS)

Version 3.0-alpha3 (2006-12-12)

  • addAdditional HSLF support for PowerPoint(POI-DEVELOPERS)

Version 3.0-alpha2 (2006-06-16)

  • addHSSF Formula support(POI-DEVELOPERS)
  • addAdditional HSLF support for PowerPoint(POI-DEVELOPERS)
  • fix39389 - [PATCH] Extended Ascii support for WingDings(POI-DEVELOPERS)

Version 3.0-alpha1 (2005-06-04)

  • fixBugzilla Bug 29976 [PATCH] HSSF hyperlink formula size problem(POI-DEVELOPERS)
  • addImage writing support(POI-DEVELOPERS)
  • addHSLF - Initial PowerPoint Support. Includes: Support for text extraction across the whole file; Support for getting individual slides, and their notes, and extracting text from those; Initial support for changing (but not adding) text(NB)

Version 2.5.1-FINAL (2004-02-29)

  • addOutlining support(POI-DEVELOPERS)
  • fix27574 - [PATCH] HSSFDateUtil.getExcelDate() is one hour off when DST changes(POI-DEVELOPERS)
  • fix26465 - [PATCH] wrong lastrow entry(POI-DEVELOPERS)
  • fix28203 - [PATCH] Unable to open read-write excel file including forms(POI-DEVELOPERS)

Version 2.5-FINAL (2004-02-29)

  • addAdd support for the Escher file format(POI-DEVELOPERS)
  • fix27005 java.lang.IndexOutOfBoundsException during Workbook.cloneSheet()(POI-DEVELOPERS)

Version 2.0-FINAL (2004-01-26)

  • updateNo changes(POI-DEVELOPERS)

Version 2.0-RC2 (2004-01-11)

  • fixBug 25695 - HSSFCell.getStringCellValue() on cell which has string formula will return swap bye unicode characters.(POI-DEVELOPERS)
  • fixUpdated website for upcoming release(POI-DEVELOPERS)
  • fixFormula Parser fixes with tests, by Peter M Murray Bug 25457(POI-DEVELOPERS)
  • fixFixed cloning merge regions(POI-DEVELOPERS)
  • fixThe cloned reference for merged cells did not create a new collection, so deletes cascaded to the original.(POI-DEVELOPERS)
  • fixFix to 24519 call to getCustomPalette() from a newly created workbook now works(POI-DEVELOPERS)
  • fixFix supplied for bug 24397 where some compilation got ambiguous classes. Explicitly imports the classes. Patch supplied by Jean-Pierre Paris.(POI-DEVELOPERS)

Version 2.0-RC1 (2003-11-02)

  • fix12561 (Min) HSSFWorkbook throws Exceptions(POI-DEVELOPERS)
  • fix12730 (Nor) values dont get copied to another sheet.(POI-DEVELOPERS)
  • fix13224 (Maj) Exception thrown when cell has =Names call(POI-DEVELOPERS)
  • fix13796 (Nor) Error Reading Formula Record (optimized if, external link)(POI-DEVELOPERS)
  • fix13921 (Nor) Sheet name cannot exceed 31 characters and cannot contain :(POI-DEVELOPERS)
  • fix14330 (Nor) Error reading FormulaRecord(POI-DEVELOPERS)
  • fix14460 (Nor) Name in Formula - ArrayOutOfBoundsException(POI-DEVELOPERS)
  • fix15228 (Cri) [Urgent] ArrayIndexoutofbounds Exception. POI - Version 1.8(POI-DEVELOPERS)
  • fix16488 (Maj) Unable to open written spreadsheet in Excel, but can in Open(POI-DEVELOPERS)
  • fix16559 (Nor) testCustomPalette.xls crashes Excel 97(POI-DEVELOPERS)
  • fix16560 (Nor) testBoolErr.xls crashes Excel '97(POI-DEVELOPERS)
  • fix17374 (Min) HSSFFont - BOLDWEIGHT_NORMAL(POI-DEVELOPERS)
  • fix18800 (Maj) The sheet made by HSSFWorkbook#cloneSheet() doesn't work cor(POI-DEVELOPERS)
  • fix18846 (Min) [PATCH][RFE]Refactor the transformation between byte array a(POI-DEVELOPERS)
  • fix19599 (Min) java.lang.IllegalArgumentException(POI-DEVELOPERS)
  • fix19961 (Nor) [PATCH] Sheet.getColumnWidth() returns wrong value(POI-DEVELOPERS)
  • fix21066 (Blo) Can not modify a blank spreadsheet(POI-DEVELOPERS)
  • fix21444 (Enh) [PATCH] Macro functions(POI-DEVELOPERS)
  • fix21447 (Nor) [RFE]String Formula Cells(POI-DEVELOPERS)
  • fix21674 (Enh) [PATCH] Documentation changes for @(Greater|Less|Not)EqualPt(POI-DEVELOPERS)
  • fix21863 (Enh) [PATCH] build.xml fixes(POI-DEVELOPERS)
  • fix22195 (Nor) [RFE] [PATCH] Support for Storage Class ID(POI-DEVELOPERS)
  • fix22742 (Cri) Failed to create HSSFWorkbook!(POI-DEVELOPERS)
  • fix22922 (Cri) HSSFSheet.shiftRows() throws java.lang.IndexOutOfBoundsExcep(POI-DEVELOPERS)
  • fix22963 (Nor) org.apache.poi.hpsf.SummaryInformation.getEditTime() should(POI-DEVELOPERS)
  • fix24149 (Maj) Error passing inputstream to POIFSFileSystem(POI-DEVELOPERS)
  • fix21722 (Nor) [PATCH] Add a ProtectRecord to Sheets and give control over(POI-DEVELOPERS)
  • fix9576 (Nor) [PATCH] DBCELL, INDEX EXTSST (was Acess 97 import)(POI-DEVELOPERS)
  • fix13478 (Blo) [PATCH] [RFE] POIFS, RawDataBlock: Missing workaround for lo(POI-DEVELOPERS)
  • fix14824 (Nor) Unable to modify empty sheets(POI-DEVELOPERS)
  • fix12843 (Cri) [PATCH] Make POI handle chinese better(POI-DEVELOPERS)
  • fix15353 (Nor) [RFE] creating a cell with a hyperlink(POI-DEVELOPERS)
  • fix15375 (Blo) Post 1.5.1 POI causes spreadsheet to become unopenable.(POI-DEVELOPERS)

Version 2.0-pre3 (2003-07-29)

  • addHPSF is now able to read properties which are given in the property set stream but which don't have a value ("variant" type VT_EMPTY). The getXXX() methods of the PropertySet class return null if their return type is a reference (like a string) or 0 if the return type is numeric. Details about the return types and about how to distinguish between a property value of zero and a property value that is not present can be found in the API documentation.(POI-DEVELOPERS)
  • fixGridlines can now be turned on and off(POI-DEVELOPERS)
  • fixNamePTG refactoring/fixes(POI-DEVELOPERS)
  • fixminor fixes to ExternSheet and formula strings(POI-DEVELOPERS)
  • fixSheet comparisons now ignore case(POI-DEVELOPERS)

Version 2.0-pre2 (2003-07-06)

  • fixA nasty concurrency problem has been fixed. Any users working in a multithreaded environment should seriously consider upgrading to this release.(POI-DEVELOPERS)
  • updateThe EXTSST record has been implemented. This record is used by excel for optimized reading of strings.(POI-DEVELOPERS)
  • updateWhen rows are shifted, the merged regions now move with them. If a row contains 2 merged cells, the resulting shifted row should have those cells merged as well.(POI-DEVELOPERS)
  • fixThere were some issues when removing merged regions (specifically, removing all of them and then adding some more) and have been resolved.(POI-DEVELOPERS)
  • fixWhen a sheet contained shared formulas (when a formula is dragged across greater than 6 cells), the clone would fail. We now support cloning of sheets that contain this Excel optimization. (POI-DEVELOPERS)
  • addSupport added for reading formulas with UnaryPlus and UnaryMinus operators.(POI-DEVELOPERS)

Version 2.0-pre1 (2003-05-17)

  • addPatch applied for deep cloning of worksheets was provided(POI-DEVELOPERS)
  • addPatch applied to allow sheet reordering(POI-DEVELOPERS)
  • addAdded additional print area setting methods using row/column numbers(POI-DEVELOPERS)
  • fixHDF: Negative Array size fix(POI-DEVELOPERS)
  • updateAdded argument pointers to support the IF formula(POI-DEVELOPERS)
  • updateFormulas: Added special character support for string literals, specifically for SUMIF formula support and addresses a bug as well(POI-DEVELOPERS)
  • fixBlockingInputStream committed to help ensure reads(POI-DEVELOPERS)
  • fixFixed problem with NaN values differing from the investigated value from file reads in FormulaRecords(POI-DEVELOPERS)
  • fixPatch for getColumnWidth in HSSF(POI-DEVELOPERS)
  • addPatch for dealing with mult-level numbered lists in HDF(POI-DEVELOPERS)
  • fixDue to named reference work, several named-ranged bugs were closed(POI-DEVELOPERS)
  • fixPatch applied to prevent sheet corruption after a template modification(POI-DEVELOPERS)
  • updateShared Formulas now Supported(POI-DEVELOPERS)
  • updateAdded GreaterEqual, LessEqual and NotEqual to Formula Parser(POI-DEVELOPERS)
  • updateAdded GreaterThan and LessThan functionality to formulas(POI-DEVELOPERS)
  • fixPatches for i10n(POI-DEVELOPERS)
  • updatePOI Build System Updated(POI-DEVELOPERS)
  • fixfont names can now be null(POI-DEVELOPERS)

Version 1.10-dev (2003-02-19)

  • addSupport for zoom level(POI-DEVELOPERS)
  • addFreeze and split pane support(POI-DEVELOPERS)
  • addRow and column headers on printouts(POI-DEVELOPERS)

Version 1.8-dev (2002-09-20)

  • addCustom Data Format Support(POI-DEVELOPERS)
  • addEnhanced Unicode Support for Russian and Japanese(POI-DEVELOPERS)
  • addEnhanced formula support including read-only for "optimized if" statements.(POI-DEVELOPERS)
  • addSupport for cloning objects(POI-DEVELOPERS)
  • addFixes for header/footer(POI-DEVELOPERS)
  • addSpanish Documentation translations(POI-DEVELOPERS)
  • addSupport for preserving VBA macros(POI-DEVELOPERS)

Version 1.7-dev (Release date not recorded)

  • updateRemoved runtime dependency on commons logging.(NKB)
  • updateFormula support(POI-DEVELOPERS)

Version 1.5.1 (2002-06-16)

  • updateRemoved depedency on commons logging. Now define poi.logging system property to enable logging to standard out.(GJS)
  • fixFixed SST string handling so that spreadsheets with rich text or extended text will be read correctly.(GJS)

Version 1.5 (2002-05-06)

  • updateNew project build.(NKB)
  • updateNew project documentation system based on Cocoon.(NKB)
  • updatePackage rename(POI-DEVELOPERS)
  • fixVarious bug fixes(POI-DEVELOPERS)
  • addEarly stages of HSF development (not ready for development)(POI-DEVELOPERS)
  • addInitial low level record support for charting (not complete)(POI-DEVELOPERS)

Version 1.2.0 (2002-01-19)

  • updateChanges not recorded.(POI-DEVELOPERS)

Version 1.1.0 (2002-01-04)

  • updateCreated new event model(POI-DEVELOPERS)
  • updateOptimizations made to HSSF including aggregate records for values, rows, etc.(POI-DEVELOPERS)
  • updatepredictive sizing, offset based writing (instead of lots of array copies)(POI-DEVELOPERS)
  • updateminor re-factoring and bug fixes.(POI-DEVELOPERS)

Version 1.0.2 (2002-01-11)

  • updateChanges not recorded.(POI-DEVELOPERS)

Version 1.0.1 (2002-01-04)

  • updateChanges not recorded.(POI-DEVELOPERS)

Version 1.0.0 (2001-12-30)

  • updateMinor documentation updates.(POI-DEVELOPERS)

Version 0.14.0 (2001-12-22)

  • updateAdded DataFormat helper class and exposed set and get format on HSSFCellStyle(POI-DEVELOPERS)
  • updateFixed column width apis (unit wise) and various javadoc on the subject(POI-DEVELOPERS)
  • updateFix for Dimensions record (again)... (one of these days I'll write a unit test for this ;-p).(POI-DEVELOPERS)
  • updateSome optimization on sheet creation.(POI-DEVELOPERS)

Version 0.13.0 (2001-12-16)

  • updateChanges not recorded.(POI-DEVELOPERS)

Version 0.12.0 (2001-12-12)

  • updateAdded MulBlank, Blank, ColInfo(POI-DEVELOPERS)
  • updateAdded log4j facility and removed all sys.out type logging(POI-DEVELOPERS)
  • updateAdded support for adding font's, styles and corresponding high level api for styling cells(POI-DEVELOPERS)
  • updateadded support for changing row height, cell width and default row height/cell width.(POI-DEVELOPERS)
  • updateAdded fixes for internationalization (UTF-16 should work now from HSSFCell.setStringValue, etc when the encoding is set)(POI-DEVELOPERS)
  • updateadded support for adding/removing and naming sheets.(POI-DEVELOPERS)

Version 0.11.0 (2001-12-08)

  • updateBugfix release. We were throwing an exception when reading RKRecord objects.(POI-DEVELOPERS)

Version 0.10.0 (2001-12-02)

  • updateGot continuation records to work (read/write)(POI-DEVELOPERS)
  • updateAdded various pre-support for formulas(POI-DEVELOPERS)
  • updateMassive API reorganization, repackaging.(POI-DEVELOPERS)
  • updateBiffViewer class added for validating HSSF & POI and/or HSSF Output.(POI-DEVELOPERS)
  • updateBetter API support for modification.(POI-DEVELOPERS)

Version 0.7 (and interim releases) (2001-11-17)

  • updateAdded encoding flag to high and low level api to use utf-16 when needed (HSSFCell.setEncoding())(POI-DEVELOPERS)
  • updateadded read only support for Label records (which are reinterpreted as LabelSST when written)(POI-DEVELOPERS)
  • updateBroken continuation record implementation (oops)(POI-DEVELOPERS)
  • updateBiffViewer class added for validating HSSF & POI and/or HSSF Output.(POI-DEVELOPERS)

Version 0.6 (2001-11-11)

  • updateSupport for read/write and modify.(POI-DEVELOPERS)
  • updateRead only support for MulRK records (converted to Number when writing) (POI-DEVELOPERS)

Version 0.5 (2001-11-05)

  • updateChanges not recorded.(POI-DEVELOPERS)

Version 0.4 (2001-10-31)

  • updateChanges not recorded.(POI-DEVELOPERS)

Version 0.3 (2001-10-26)

  • updateChanges not recorded.(POI-DEVELOPERS)

Version 0.2 (2001-09-24)

  • updateChanges not recorded.(POI-DEVELOPERS)

Version 0.1 (2001-08-28)

  • updateFirst ever public release(POI-DEVELOPERS)