]> source.dussan.org Git - poi.git/shortlog
poi.git
2016-10-09 Javen O'Nealbug 60228: getCellTypeEnum should not be deprecated...
2016-10-09 Javen O'Nealbug 60153: findbugs OBL_UNSATISFIED_OBLIGATION_EXCEPTIO...
2016-10-09 Javen O'Nealbug 55075: add missing import
2016-10-09 Javen O'Nealbug 55075: remove wildcard import; previous commit...
2016-10-09 Javen O'Nealbug 55075,51233: create drawings with correct height...
2016-10-09 Javen O'Nealbug 60021: add note that EncryptionInfo may require...
2016-10-09 Javen O'Nealbug 60153: encrypt SXSSF temporary files; patch from...
2016-10-09 Javen O'Nealbug 60197: Workbook#setSheetOrder should update named...
2016-10-08 Javen O'Nealbug 60219: add disabled unit test for parsing formulas...
2016-10-08 Andreas BeekerBug 60003 - Regression: HSLF Powerpoint text extractor...
2016-10-08 Andreas BeekerBug 60226 - ClassLoader workaround for OSGI when proces...
2016-10-07 Dominik StadlerAdd initial compile steps with a simple multi-project...
2016-10-07 Javen O'Nealbug 60216: javadocx fix for Comment#isVisible and Comme...
2016-10-05 Dominik StadlerBug 59958: Add simple test-case
2016-10-05 Dominik StadlerUse IOUtils.closeQuietly() in more places
2016-10-05 Dominik StadlerBug 53028: Broken auto fit row height in the cells...
2016-10-05 Dominik StadlerPrint out size of extracted text in CommandLineExtractor
2016-10-05 Dominik StadlerSome IDE warning fixes and unit test adjustments
2016-10-05 Nick BurchJavadoc fixes
2016-10-05 Mark MurphyAdd PropertyTemplate for drawing Borders (58787)
2016-09-30 Nick BurchJavadoc fixes
2016-09-30 Javen O'Nealbug 60187: set BorderStyle directly instead of through...
2016-09-30 Javen O'Nealbug 60187: replace methods operating on BorderStyle...
2016-09-28 Andreas BeekerBug 59857 - Password protected files with "Microsoft...
2016-09-28 Andreas Beekermerge trunk to branch hssf_cryptoapi hssf_cryptoapi
2016-09-28 Andreas Beekermerge trunk to branch
2016-09-28 Dominik StadlerAdjust some JavaDoc and remove some unnecessary String...
2016-09-25 Javen O'Nealadd onealj@apache.org 8BABDD6C to KEYS
2016-09-22 Javen O'Nealignore .gradle directory
2016-09-22 Javen O'Nealbug 57843: add failing unit test: Word 6.0 (1993) fails...
2016-09-22 Javen O'Nealadd gradle build script for building POI with gradle
2016-09-22 Javen O'Nealbug 59687: correctly delete comments from rows when...
2016-09-22 Javen O'Nealbug 59687: add failing unit test showing that comments...
2016-09-22 Javen O'Nealcheck column outline level for bug 55076
2016-09-22 Javen O'Nealadd failing unit test for bug 55076: collapsing column...
2016-09-22 Javen O'Nealfix NPE
2016-09-22 Javen O'Nealuse equalsIgnoreCase for case-insensitive string compar...
2016-09-22 Javen O'Nealadd comment for purpose of test
2016-09-22 Javen O'Nealbug 45565: add failing unit test for bug 45565
2016-09-21 David NorthAdd 3,15 to DOAP file
2016-09-21 Dominik StadlerCompiler/IDE warnings, unnecessary keywords,
2016-09-21 Javen O'Nealreplace @Ignore with POITestCase.skipTest/testPassesNow
2016-09-21 Javen O'Nealbug 59983: add failing unit test demonstrating formula...
2016-09-21 Javen O'Nealadd fixturing for notifying us when a previously failin...
2016-09-21 Javen O'Nealbug 59933: demote accessibility of POILogger implementa...
2016-09-21 Javen O'Nealbug 60153: move flushSheets out to its own method
2016-09-21 Javen O'Nealbug 57200,59788: be more specific why a temporary direc...
2016-09-21 Javen O'Nealbug 59933: demote accessibility of POILogger implementa...
2016-09-21 Javen O'Nealjavadoc
2016-09-21 Javen O'Nealbug 59933: demote accessibility of NullLogger methods...
2016-09-21 Javen O'Nealmake POILogFactory _loggers cache final
2016-09-21 Javen O'Nealbug 59933: override POILogger#log(int, Object...) in...
2016-09-21 Javen O'Nealfix copy-paste error
2016-09-21 Javen O'Nealinclude class of caught exception
2016-09-21 Javen O'Nealbug 60158: add failing test cases for AIOOBE on VBAMacr...
2016-09-20 Dominik StadlerAdjust handling of ByteBuffer some more
2016-09-20 Javen O'Nealbug 59853: exclude BaseTestXSSFPivotTable from ooxml...
2016-09-20 Javen O'Nealbug 59853: support PivotTables with named structured...
2016-09-19 Andreas Beekermerge trunk to branch
2016-09-17 David Northprepare for 3.16-beta1
2016-09-17 David Northrelease prepare for 3.15 - updating build.xml and statu...
2016-09-17 David Northprepare for 3.16-beta1
2016-09-17 David Northrelease prepare for 3.15 - updating build.xml and statu...
2016-09-16 Javen O'Neal+svnprops eol-style=native
2016-09-16 Javen O'Nealbug 59705: consolidate bounds checking of column index...
2016-09-15 Tim AllisonPOI 60140 Prevent unnecessary memory usage -- no need...
2016-09-14 Javen O'Nealsheet names are case insensitive
2016-09-14 Javen O'Nealmake sure workbook can be written out and read back...
2016-09-14 Javen O'Nealconvert TestXSSFPivotTable to junit4
2016-09-14 Javen O'Nealdeclare methods throw runtime exceptions for IDE hints
2016-09-14 Javen O'Nealdeclare methods throw runtime exceptions for IDE hints
2016-09-14 Javen O'Nealbug 60128: remove forbidden-api Exception.printStackTrace()
2016-09-14 Javen O'Nealbug 60128: exclude openxml4j/invalid.xlsx from addition...
2016-09-14 Javen O'Nealadd compile-examples dependency to compile-integration...
2016-09-14 Javen O'Nealbug 60128: add test-data/openxml4j/invalid.xlsx to...
2016-09-14 Javen O'Nealjavadocs
2016-09-14 Javen O'Nealbug 60128: make code Java 6 compatible. Throwable#addSu...
2016-09-14 Nick BurchJavadoc fix
2016-09-14 Nick BurchPatches from Patrick Zimmermann from bugs #60130 and...
2016-09-14 Javen O'Nealmake logger final
2016-09-14 Javen O'Nealbug 60128: close opened resources to avoid leaks; add...
2016-09-14 Javen O'Nealgive more helpful exceptions rather than returning...
2016-09-14 Javen O'Nealbug 60128: close open file descriptors when exceptions...
2016-09-14 Nick BurchUnit test for bug #60128, showing that calling close...
2016-09-14 Javen O'Nealmove HSSFFormulaEvaluator#evaluateInCell and BaseXSSFFo...
2016-09-14 Javen O'Nealmove BaseXSSFFormulaEvaluator#evaluateFormulaCellEnum...
2016-09-14 Javen O'Nealbug 59791: add deprecation and removal annotations
2016-09-14 Javen O'Nealbug 59791: add deprecation warnings
2016-09-14 Javen O'Nealbug 59791: add deprecation and removal annotations
2016-09-14 Javen O'Nealbug 58190: add @since annotations to SlideShow.addPictu...
2016-09-14 Javen O'Nealbug 58671: add @Removal annotation to deprecated fields
2016-09-14 Javen O'Nealbug 59264: revert CellStyle#getBorder[Top|Bottom|Left...
2016-09-14 Javen O'Nealbug 59264: revert getBorder[Top|Bottom|Left|Right|Diago...
2016-09-14 Javen O'Nealbug 59790: add @Removal annotations to deprecated methods
2016-09-14 Javen O'Nealbug 59833: add @Removal annotation to deprecated methods
2016-09-14 Javen O'Nealbug 59837,59833,59264: add @Removal annotations to...
2016-09-14 Javen O'Nealbug 59873: add @Removal annotations for deprecated...
2016-09-14 Javen O'Nealbug 59907: add @Removal annotations to AnchorType stati...
2016-09-14 Javen O'Nealbug 59907: add @Removal annotations to deprecated Clien...
2016-09-14 Javen O'Nealbug 59907: restore ClientAnchor#setAnchorType(int)...
next