542 Commits (1b354bc434ee9e3b08bc871a9109a06e16b70034)

Author SHA1 Message Date
  Nick Burch 1b354bc434 Fix bug #50299 with patch from Andrei - Fix XSSFColor fetching of white and black background themes 13 years ago
  Nick Burch 51653729ce Fix bug #50795 - Avoid NPE from xmlbeans when moving XSSF Comments from one cell to another 13 years ago
  Nick Burch 71d3ec25d8 Fix bug #46664 - When creating HSSF Print Areas, ensure the named range is reference based not value based 13 years ago
  Nick Burch 3928762193 Fix bug #50756 - When formatting numbers based on their Cell Style, treat GENERAL the same as the more typical General 13 years ago
  Yegor Kozlov 20062200df fixed HSSFWorkbook.createCellStyle to throw exception if the maximum number of cell styles was exceeded 13 years ago
  Nick Burch 81620ddd18 Fix bug #50539 - Better fix for html-style br tags (invalid XML) inside XSSF documents 13 years ago
  Nick Burch aad9e6907d Fix bug #49928 for HSSF too - refactor HSSFDataFormat to allow overriding of built in formats, and tweak the format unit tests to do the same check for HSSF and XSSF. Also corrects some builtin formats for new HSSFWorkbooks which were slightly off 13 years ago
  Yegor Kozlov ddf6cf7fec added implementations for CLEAN(), CHAR() and ADDRESS(), see Bugzilla 50607 13 years ago
  Yegor Kozlov f3ac23c2c6 User Defined Function Documentation/Example, see Bugzilla 50587 13 years ago
  Nick Burch 0b4b029e2a Improve the HDGF LZW code. 13 years ago
  Yegor Kozlov 12c173389f Support for continued NameRecords, see bugzilla 50244 13 years ago
  Nick Burch c3ce5915b2 Fix bug #50416 - Correct shifting of the first or last row in a sheet by multiple rows 13 years ago
  Nick Burch 143cab518a Fix bug #50440 - Support evaluating formulas with newlines in them, which XSSF may have (but HSSF may not) 13 years ago
  Nick Burch 5ff8131955 Added XSSF EventModel support for inline strings. Adds unit test for this for the event model extractor, and another for the usermodel extractor which already supported it 13 years ago
  Yegor Kozlov de72a3ca73 mark GutsRecord as terminating row blocks, prevent exception when reading workbooks with unexpected GutsRecords, see Bugzilla 50426 13 years ago
  Yegor Kozlov 72ce4e8eb7 Added implementation for MROUND(), VAR() and VARP() 13 years ago
  Yegor Kozlov 544463463a code cleanup as suggested in Bugzilla 50446 13 years ago
  Yegor Kozlov 574810c8aa Support for IRR() function, see Bugzilla 50409. Includes fix for Bugzilla 50437 13 years ago
  Yegor Kozlov 49dd8f1ca0 Improved performance of RowRecordsAggregate.getStartRowNumberForBlock / getEndRowNumberForBlock, see Bugzilla 47405 13 years ago
  Yegor Kozlov 18a1054792 Avoid crashing Excel when sorting XSSFSheet autofilter, see Bugzilla 50315 13 years ago
  Nick Burch 550faf0467 Allow access from XSSFReader to sheet comments and headers/footers (related to bug #50076) 13 years ago
  Nick Burch 4c253baee3 Some refactoring of XSSFEventBasedExcelExtractor, to make it easier for you to have control over outputting the cell contents, inspired by bug #50076 13 years ago
  Yegor Kozlov ba3f0ceaed avoid corruption of XSSFWorkbook after applying XSSFRichTextRun#applyFont, see Bugzilla 50258 13 years ago
  Yegor Kozlov 5f11a63d37 allow white spaces and unicode in OPC relationship targets, see Bugzilla 50154 13 years ago
  Yegor Kozlov 6591e4d3e7 clear calculation chain when deleting row or chaing cell type to blank, see Bugs 50113 and 49966 13 years ago
  Yegor Kozlov 8e4d2bbba3 Fixed evaluation of cell references with column index greater than 255, see bugzilla 50096 13 years ago
  Yegor Kozlov 3aef93a73b use cached formula result when autosizing sheet columns, see Bugzilla 50211 13 years ago
  Yegor Kozlov dc822921ca updated index page to reflect current release POI-3.7 13 years ago
  Nick Burch 1f2ff5281c Fix bug #50118 13 years ago
  Nick Burch 877982ea92 Fix bug #50119 - avoid NPE when XSSFReader comes across chart sheets 13 years ago
  Yegor Kozlov edbd52dd21 updated current version in trunk 13 years ago
  Yegor Kozlov fce9af10cf avoid NPE in ListLevel.getNumberText() when numberText is null, see Bugzilla 50075 13 years ago
  Yegor Kozlov 8ac5434914 marked commons-logging and log4j as optional dependencies in POI poms, see Bugzilla 50067 13 years ago
  Yegor Kozlov ff9b658871 support for BorderCode in HWPF, see Bugzilla 49919 13 years ago
  Yegor Kozlov 5d6fb384b6 support for processing of symbols in HWPF, see Bugzilla 49908 13 years ago
  Yegor Kozlov 1c753d4b75 support for retrieving pictures from HSSF workbooks, see bugzilla 50022 13 years ago
  Yegor Kozlov 7e02d41c34 Avoid IllegalStateException when creating Data validation in sheet with macro, see Bugzilla 50020 13 years ago
  Yegor Kozlov c27d3438eb improved rounding in MathX.mod, see Bugzilla 50033 13 years ago
  Nick Burch 53488f06e9 Generate SHA1 hashes as well as MD5 ones. Also, use md5sum/sha1sum in preference to openssl (if found), as the former include the filenames in the hashes which is helpful when verifying 13 years ago
  Nick Burch 534799ad59 Prepare for building 3.7 beta 3 13 years ago
  Nick Burch 2009e394a7 Apply patch+test from bug #48325 - If a HSSF header or footer lacks left/right/centre information, assume it is a centre one 13 years ago
  Nick Burch 8d0eb2afe9 Fix bug #49966 - Correctly remove calcChain entries for XSSF cells that stop holding formulas 13 years ago
  Nick Burch af0085fd32 Fix bug #47582 - XSSFCellStyle support for creating a style in one workbook based on a style from a different one 13 years ago
  Nick Burch 2fbe2f48a1 Fix bug #49931 - Avoid concurrency problems when re-ordering multiple HSSF header records for a PageSettingsBlock 13 years ago
  Nick Burch 97c27ca476 Fix bug #49765 - Fix XWPFDocument.addPicture so that it correctly sets up relationships 13 years ago
  Nick Burch 8b2f2bcff6 Work inspired by bug #48018 - get HWPF lists more consistent in read vs write, and preserve order as apparently that matters. Includes a fair number of list related unit tests, but not for everything 13 years ago
  Nick Burch d71e92ace2 Apply patch from bug #49820 - Fix HWPF paragraph levels, so that outline levels can be properly fetched 13 years ago
  Nick Burch 3e1adda4ed Hopefully fix bug #47271 - Avoid infinite loops on broken HWPF documents with a corrupt CHP style with a parent of itself 13 years ago
  Nick Burch 3ed873b593 Fix bug #49936 - Handle HWPF documents with problematic HeaderStories better 13 years ago
  Nick Burch 8cd8659010 Fix support for sections in old word 6 / word 95 files 13 years ago