aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xssf/usermodel
Commit message (Expand)AuthorAgeFilesLines
...
* try to fix broken testPJ Fanning2020-06-111-2/+3
* [bug-64516] XSSFSheet.shiftRows has a bug when shifting rows affect the order...PJ Fanning2020-06-111-1/+1
* [bug-64516] XSSFSheet.shiftRows has a bug when shifting rows affect the order...PJ Fanning2020-06-111-6/+16
* 64512 - Ole10Native aka embedded / object packager - handle UTF16 variantsAndreas Beeker2020-06-113-15/+15
* next version will be 5.0.0PJ Fanning2020-05-171-1/+1
* [bug-64441] synchronize code that initialises WorkbookFactoryPJ Fanning2020-05-151-1/+4
* [github-176] Remove limit on number of rules in XSSFSheetConditionalFormattin...PJ Fanning2020-04-291-30/+27
* Github-177: Avoid NullPointerException if RangeCopier encounters empty/missin...Dominik Stadler2020-04-261-2/+6
* Fix regression introduced via Bug 60845: There are more items in CTBorder tha...Dominik Stadler2020-04-241-9/+50
* Sonar fixesAndreas Beeker2020-04-196-90/+66
* Inspired by Stackoverflow #61292598 - Expose if a Named Range is hidden or notNick Burch2020-04-191-0/+10
* Replace Allocate+System.arraycopy with Array.copyOf/Range and IOUtils.safelyC...Andreas Beeker2020-04-161-16/+10
* Sonar fix - Child class methods named for parent class methods should be over...Andreas Beeker2020-04-141-9/+10
* Sonar fixesAndreas Beeker2020-04-052-7/+4
* Sonar Fixes - The diamond operator ("<>") should be usedAndreas Beeker2020-04-022-10/+2
* Sonar Fixes - code smellsAlain Béarez2020-04-011-2/+3
* Sonar FixesAndreas Beeker2020-03-291-31/+34
* Bug 61863: Update JavaDoc to describe relation to workbook-level flagDominik Stadler2020-03-281-2/+7
* Bug 64244: Take the replacement of RichtText strings into account when comput...Dominik Stadler2020-03-241-9/+35
* Try to use https for poi.apache.org everywhereDominik Stadler2020-03-081-1/+1
* Bug 60282: Update JavaDoc and use a common constant for TWIPS_PER_POINTDominik Stadler2020-03-082-11/+17
* Fix some IDE warnings, Sonar fixes and some missing closing of resources in u...Dominik Stadler2020-01-271-4/+4
* #64036 - Replace reflection calls in factories for Java 9+ - POIXMLDocument f...Andreas Beeker2020-01-272-105/+81
* remove accidental commitPJ Fanning2020-01-071-1/+1
* close OPCPackage if there is an exceptionPJ Fanning2020-01-071-1/+1
* [bug-64045] close resources if we throw exceptionsPJ Fanning2020-01-021-7/+11
* #64036 - remove reflective calls in Workbook- and SlideShowFactoryAndreas Beeker2019-12-281-8/+23
* #64004 - Replace clone() with copy constructor - mainly HSSF classesAndreas Beeker2019-12-221-2/+12
* Add more information to assertionDominik Stadler2019-12-151-1/+1
* Bug 63749; Make getLastRowNum() and getFirstRow() return -1 instead of 0 on e...Dominik Stadler2019-12-151-2/+2
* Adjust some JavaDoc and fix some IDE warningsDominik Stadler2019-12-141-16/+24
* [github-164] Fix Bug in XSSFTable.setCellReferences when table is single cell...PJ Fanning2019-12-111-1/+1
* Attempt to fix bug 63901Alain Béarez2019-12-082-7/+11
* Sonar Fixes + Refactor scattered XML initializations to XMLHelperAndreas Beeker2019-12-031-8/+9
* fix javadocAxel Howind2019-11-291-2/+2
* use zero size arg to toArray(), use Collection.addAll() (#63805, second patch)Axel Howind2019-11-171-1/+1
* Fix some IDE warnings and update some JavaDocDominik Stadler2019-10-261-13/+5
* Remove references to DatatypeConverterAndreas Beeker2019-10-251-7/+10
* 63779 Add support for the new Java date/time API added in Java 8Dominik Stadler2019-10-091-0/+31
* add TransformerHelperPJ Fanning2019-09-241-1/+2
* try to avoid casting to intPJ Fanning2019-09-146-32/+33
* Bug 63657: Optimize onDocumentWrite() to not do the full re-assignmentDominik Stadler2019-08-151-4/+29
* Bug 63657: Rework the for bug #62130 to not use up twice as much memory when ...Dominik Stadler2019-08-121-15/+58
* Bug 62906 and 63401: Ensure tables have an initial name which does not confli...Dominik Stadler2019-06-222-4/+16
* Bug 63509: Allow to format a CellReference without sheet-name for ignoredErrors.Dominik Stadler2019-06-221-1/+1
* [bug-63463] fix issue with shifting rows. Thanks to David Gauntt.PJ Fanning2019-05-301-2/+3
* [bug-62906] ensure table display name is always setPJ Fanning2019-04-262-0/+7
* Bug 63371: addMergedRegion does not update CTMergeCells.getCountDominik Stadler2019-04-231-1/+6
* Bug 63073: Adjust returned index of merged regions and verify all calls in testsDominik Stadler2019-04-231-3/+3
* replace version number 4.0.2PJ Fanning2019-03-311-1/+1