525 Commits (574810c8aa85d5f2e6cfb9e476f01584fa7b860b)

Author SHA1 Message Date
  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
  Nick Burch 0aa3daebee Fix bug #49941 - Correctly handle space preservation of XSSFRichTextRuns when applying fonts to parts of the string 13 years ago
  Nick Burch 6b1a10ac97 Correct XWPFRun detection of bold/italic in a paragraph with multiple runs of different styles 13 years ago
  Nick Burch 3d0143a196 Link XWPFPicture to XWPFRun, so that embedded pictures can be access from where they live in the text stream 13 years ago
  Nick Burch fa56cf7435 XWPF paragraph improvements - Make XWPFParagraph make more use of XWPFRun, and less on internal StringBuffers. Also improve handling of Hyperlinks inside XWPFParagraph objects through XWPFHyperlinkRun 13 years ago
  Nick Burch db4de8a4f3 Add a getBodyElements() method to XWPF IBody, to make access to embedded paragraphs and tables easier, and a few tidy-ups 13 years ago
  Nick Burch 0a3ac7d1e3 More XSLFRelation entries for common .pptx file parts 13 years ago
  Yegor Kozlov 45f1391ee7 fixed evaluation of shared formulas in XSSF, see Bugzilla 49872 13 years ago
  Yegor Kozlov 0a97b41c1d avoid corruption of XSSFWorkbook after removing all merged cells from sheet, see Bugzilla 49895 13 years ago
  Yegor Kozlov eac4e0b485 fixed inconsistent behaviour between HSSF and XSSF when creating consecutive names, see Bugzilla 49907 13 years ago
  Nick Burch 7d24de3173 Add getMimeType() method to HWPF Picture, and fix some generics warnings 13 years ago
  Maxim Valyanskiy a6fdb05e5d update status.xml (code for reading Ole10Native data) 13 years ago
  Nick Burch 8d475c729d Add getMimeType() method to HSSF/XSSF PictureData, alongside existing file extension 13 years ago
  Yegor Kozlov 6d0d44d0aa allow sheet names longer than 31 chars in XSSF, enforce name uniqueness on the first 31 chars 13 years ago
  Yegor Kozlov 409b9af380 improved API for hiding sheets, see Bugzilla 49878 13 years ago
  Yegor Kozlov 7bc987afea fixed XSSFWorkbook.createSheet to throw exception if sheet name begins or ends with a single quote ('), see Bugzilla 49875 13 years ago
  Yegor Kozlov e99294ebc5 fixed XSSFFormulaEvaluator to support blank cells, added BaseTestFormulaEvaluator - a common superclass for testing implementations of FormulaEvaluator 13 years ago
  Yegor Kozlov ab64ce8ec4 added a getter for _iStartAt in ListFormatOverrideLevel 13 years ago