]> source.dussan.org Git - poi.git/shortlog
poi.git
2016-04-12 Dominik StadlerFix compiler warnings and ensure CTChartSheets stays...
2016-04-12 Javen O'Nealsourceforge findbugs can't be downloaded over HTTPS yet
2016-04-12 Javen O'Nealuse https URLs when available
2016-04-12 Javen O'Nealjunit4 assert* improvements, add CTChartsheet to unit...
2016-04-12 Javen O'Nealconvert to junit4
2016-04-12 Dominik StadlerExclude file that was modified and now fails with the...
2016-04-12 Javen O'Nealconvert to junit4
2016-04-12 Javen O'Nealwhitespace: +svn:eol-style=native, tabs to 4 spaces
2016-04-12 Javen O'Nealjavadoc typo
2016-04-12 Javen O'Nealchange chart type from 2 independent data series to...
2016-04-12 Javen O'Nealfix javadocs and findbugs warnings
2016-04-12 Javen O'Nealbug 59306: add SimpleScatterChart.xls(x) for testing
2016-04-11 Javen O'Nealbug 52949: add unit test for reading VBA Macros from...
2016-04-11 Javen O'Nealbug 52949: add Visio (XDGF) file with macros to test...
2016-04-11 Javen O'Nealbug 52949: add VBAMacroReader unit tests for H/XSLF...
2016-04-11 Javen O'Nealbug 52949: add Word, Powerpoint, and Visio (HDGF) files...
2016-04-11 Javen O'Nealadd compile dependency to forbidden-apis-check so that...
2016-04-11 Javen O'Nealbug 52949: fix forbidden apis
2016-04-10 Javen O'Nealadd @NotImplemented annotation to methods that are...
2016-04-10 Javen O'Nealignore VBA source files in integration test
2016-04-10 Javen O'Nealbug 52949: parameterize fromNPOIFS also
2016-04-10 Javen O'Nealbug 52949: prepare for adding DOC/DOCM and PPT/PPTM...
2016-04-10 Javen O'Nealbug 52949: add junit test for RLEDecompressingInputStream
2016-04-10 Javen O'Nealsvn propset svn:eol-style native
2016-04-10 Nick BurchJavadoc tweaks
2016-04-10 Nick BurchMake the extractor exactly that, powered by the reader...
2016-04-10 Nick BurchUnit test for VBA macro reading #52949
2016-04-10 Nick BurchStart to refactor VBAMacroExtractor into a more general...
2016-04-10 Nick BurchVBA extraction support from bug #52949 from Barry Lagerweij
2016-04-10 Dominik StadlerBug 57844: Add some javadoc for unimplemented features...
2016-04-09 Andreas Beekerremove copy&paste error in release-prep
2016-04-08 Tim Allisonclose fileinputstream on second exception in ZipPackage
2016-04-07 Andreas Beekerupdate release-guide and build.xml to the new release...
2016-04-07 Dominik StadlerIn Example FromHowTo, open the OPCPacakge read-only...
2016-04-06 Andreas Beekerupdate license - include additional dependencies
2016-04-06 Dominik StadlerClose two more file-handles in Example FromHowTo
2016-04-06 Dominik StadlerTried to evaluate all formulas in worksheets as part...
2016-04-06 Dominik StadlerBug 58648: Fix handling whitespaces in formulas, unfort...
2016-04-06 Dominik StadlerSlightly improve error message
2016-04-06 Dominik StadlerCode cleanup via IntelliJ: Remove unnecessary semicolon
2016-04-06 Dominik StadlerAdd missing license header
2016-04-06 Dominik StadlerBug 56911: Fix IndexOutOfBoundsException in PlfLfo...
2016-04-06 Nick BurchFix javadoc warning - As per http://bugs.java.com/bugda...
2016-04-06 Javen O'Nealadd test coverage for TestSXSSFCell.toString() on blank...
2016-04-06 Javen O'Nealadd test coverage for WorkbookFactory.create(File file...
2016-04-06 Javen O'Nealbug 59264: fix javadocs
2016-04-06 Javen O'Nealbug 59264: fix findbugs warning 'A boxed value is unbox...
2016-04-05 Javen O'Nealwhitespace (tabs to 4 spaces)
2016-04-05 Javen O'Nealbug 59264: move border style deprecations to POI 3...
2016-04-05 Javen O'Nealbug 59264: type safety: check if border code is a valid...
2016-04-05 Javen O'Nealbug 59264: allow borders styles to be set with BorderSt...
2016-04-05 Javen O'Nealbug 59264: add link to BorderStyle on deprecated BORDER...
2016-04-05 Javen O'Nealbug 59264: use BorderStyle for changing Cell border...
2016-04-04 Javen O'Nealbug 59264: copy cell border style codes (from CellStyle...
2016-04-04 Javen O'Nealrearrange BORDER_DOTTED and BORDER_HAIR
2016-04-04 Tim Allisonrevert test file to original bytes see bug 59257. ...
2016-04-03 Andreas Beekerprepare for 3.15-beta2
2016-04-03 Andreas Beekerrelease prepare for 3.15-beta1 - pin documentation
2016-04-03 Andreas Beekerrelease prepare for 3.15-beta1 - updating build.xml...
2016-04-03 Andreas Beekerprepare for 3.15-beta2
2016-04-03 Andreas Beekerrelease prepare for 3.15-beta1 - pin documentation
2016-04-03 Andreas Beekerrelease prepare for 3.15-beta1 - updating build.xml...
2016-04-03 Andreas Beekerrelease prepare for 3.15-beta1 - updating build.xml...
2016-04-03 Dominik StadlerBug 55982: Don't fail to open the spreadsheet if no...
2016-04-02 Dominik StadlerFix two more places where wrong/invalid files can lead...
2016-04-02 Dominik StadlerPrevent us from changing the file with every test-run
2016-04-02 Dominik StadlerFix some cases where file handles are not closed in...
2016-04-02 Dominik StadlerRegression: Add unit-test which triggers more code...
2016-04-01 Nick BurchJavadoc fix - Generics are type-erased so not included...
2016-04-01 Dominik StadlerEnhance integration tests to call some of the common...
2016-04-01 Tim AllisonPOI 59257 upgrade Bouncy Castle to 1.54
2016-03-31 Dominik StadlerBug 57930: Add support for inlineString in FromHowTo
2016-03-31 Dominik StadlerAdjust integration tests, fix compilation warnings...
2016-03-31 Dominik StadlerApply patch from bug 58909 - Add a cloneSheet() which...
2016-03-30 Nick BurchFetch the Ant SVN binding jars if init-svn is called
2016-03-29 Dominik StadlerDumpPOIFS: Create a separate named sub-directory for...
2016-03-29 Dominik StadlerRevert set of inadvertedly committed files/changes
2016-03-29 Dominik StadlerBug 58915: Add note about memory consumption and update...
2016-03-29 Dominik StadlerBug 58915: Update javadoc for memory consumption and...
2016-03-29 Dominik StadlerTry to reproduce bug 58922, convert to JUnit 4
2016-03-29 Dominik StadlerFix some compiler warnings, improve error message,...
2016-03-29 Dominik StadlerBug 59132: Adjust implementation of COUNTBLANK to be...
2016-03-28 Andreas BeekerXSLF: do not display Master Slide objects by default
2016-03-28 Andreas Beekersome zips can't be opened via ZipFile in JDK6, as the...
2016-03-28 Andreas Beekersonar fixes
2016-03-28 Dominik StadlerFix some compiler warnings, javadoc, ...
2016-03-28 Dominik StadlerBug 59199: Handle null date-values in a similar way...
2016-03-27 Javen O'NealassertCloseDoesNotModifyFile method was adapted from...
2016-03-27 Javen O'Nealadd more commented-out tests for bug 58779: closing...
2016-03-27 Javen O'Nealmake OPCPackage logger final
2016-03-24 Javen O'Nealbug 59224: change hasTint, add hasAlpha and unit tests...
2016-03-24 Javen O'Nealmake private member variable ctColor final
2016-03-23 Javen O'Nealbug 59222: fix NPE thrown by (S)XSSFSheet.getCellCommen...
2016-03-22 Javen O'Nealbug 59212: Do not check for overlapping regions when...
2016-03-22 Javen O'Nealbug 59212: Do not check for overlapping regions when...
2016-03-22 Dominik StadlerCheck for null in IOUtils.closeQuietly() to not log...
2016-03-22 Javen O'Nealreturn unmodifiable shared strings to guarentee paralle...
2016-03-22 Javen O'Nealbug 59208: correctly understand val="1" for isBold...
2016-03-22 Javen O'Nealfix inconsistent newlines (remove carriage returns...
2016-03-21 Andreas Beekerfindbugs fixes - SE_COMPARATOR_SHOULD_BE_SERIALIZABLE
next