]> source.dussan.org Git - poi.git/shortlog
poi.git
2016-08-11 Dominik StadlerFix detecting Java 6 versus Java 7 or higher for Findbu...
2016-08-10 David Northprepare for 3.15-beta4
2016-08-10 David Northrelease prepare for 3.15-beta3 - pin documentation
2016-08-10 David Northrelease prepare for 3.15-beta3 - pin documentation
2016-08-10 David NorthRemove incorrectly set svn:executable flags
2016-08-04 Dominik StadlerPrint out version of findbugs/java to research why...
2016-08-04 Nick BurchWhitespace, javadocs and @Overrides for the Logger...
2016-08-03 Nick BurchSwitch XSSF onto BaseFormulaEvaluator, reducing code...
2016-08-03 Nick BurchRefactor out some of the common FormulaEvaluator logic...
2016-08-03 Nick BurchWhitespace / indents
2016-08-03 Nick BurchWhitespace / indents
2016-08-03 Nick BurchFix eclipse classpath - collections is in core lib
2016-08-02 David NorthTweak
2016-08-02 David NorthTest
2016-08-02 David NorthTest commit
2016-08-02 David NorthTweak
2016-08-02 David NorthTrivial change to test SVN is working again
2016-08-01 Javen O'Nealbug 59922: rename XSSFPaswordHelper to XSSFPasswordHelper
2016-08-01 Javen O'Nealbug 59922: make XSSFPasswordHelper internal because...
2016-08-01 Javen O'Nealwhitespace; +svn:eol-style=native
2016-08-01 Javen O'Nealwhitespace
2016-08-01 David NorthFix zero-padding and handling of empty passwords (meani...
2016-08-01 Dominik StadlerRename and add missing license header
2016-08-01 Javen O'Nealjavadoc fix: incorrect deprecated replacement
2016-08-01 Mark Murphyrevert changes made in r1754691
2016-08-01 Mark Murphycorrection to junit bugs in r1754691
2016-08-01 Nick BurchJavadoc fixes
2016-07-31 Mark MurphyAdd new class Cell Style Template and supporting enum...
2016-07-31 Dominik StadlerAdd coverage of function WEEKDAY
2016-07-31 Dominik StadlerFix download-location of commons-logging4 jar and add...
2016-07-31 Dominik StadlerAllow to specify -addmods for Java 9 support, update...
2016-07-31 Dominik StadlerExclude package sl.draw.binding from coverage-counting...
2016-07-31 Dominik StadlerTest a few more cases of function INDIRECT()
2016-07-31 Dominik StadlerBug 59736: Incorrect evaluation of SUBTOTAL with compo...
2016-07-31 Dominik StadlerIDE warnings and fix a few places where we do not close...
2016-07-31 Dominik StadlerAdjust build:
2016-07-30 Nick BurchSonar wants to know about the new commons collections...
2016-07-30 David NorthMove commons collections 4 dependency to main
2016-07-29 David NorthAs Nick suspected, the dependency is actually from...
2016-07-29 Nick BurchJavadoc fix
2016-07-29 David NorthIntroduce name-based methods for access to named ranges...
2016-07-27 Dominik StadlerBug 55384: Handle setting pre-evaluation string correct...
2016-07-26 Nick BurchHWPFDocument.write(File) support and tests #57919
2016-07-24 Dominik StadlerBug 59634: Clarify and refine JavaDoc of various close...
2016-07-21 Nick BurchIn-place write for HSLF #57919
2016-07-21 Nick BurchProvide a createOrUpdateDocument method at the POIFS...
2016-07-21 Nick BurchJavadoc updates
2016-07-21 Javen O'Nealtest Cell.setCellValue(false)
2016-07-20 Nick BurchIf doing an in-place write, update the properties too
2016-07-20 Nick Burch#57919 HSLF writing to new File
2016-07-20 Nick Burch#57919 HPSF writing better error handling, and start...
2016-07-20 Nick BurchWhitespace / indents
2016-07-20 Nick Burch#57919 Add in-place and new-File write methods to POIDo...
2016-07-20 Nick BurchMark some more scratchpad document types as currently...
2016-07-20 Nick BurchHelper class for implementing extra write methods ...
2016-07-20 Nick BurchPrepare for pushing write() and write(File) to POIDocument
2016-07-20 Nick BurchSync the file-based "past-the-end" exception to match...
2016-07-20 Nick BurchStart on unit testing for HSSFWorkbook.write(File)...
2016-07-20 Nick Burch#57919 Start on support for writing to a new File ...
2016-07-19 Javen O'Nealadd test case for bug 53564
2016-07-19 Javen O'Nealsvn propset svn:mime-type application/vnd.openxmlformat...
2016-07-19 Javen O'Neal+svn:auto-props for common Microsoft Office files
2016-07-19 Javen O'Nealbug 59881: fix D* functions for blank cells in headers...
2016-07-18 Javen O'Neal+svn:eol-style=native
2016-07-18 Javen O'Nealbug 59881: fix spelling; patch from Patrick Zimmermann
2016-07-18 Dominik Stadler52122: Excel does not handle conditional formatting...
2016-07-18 Dominik StadlerSome warnings/improvements suggested by IntelliJ
2016-07-17 Dominik Stadler59106: WorkdayFunction does not read the area with...
2016-07-17 Dominik StadlerAdjust unused local variables to also make FindBugs...
2016-07-17 Dominik StadlerFix one more place where stream were left open when...
2016-07-17 Dominik StadlerFix some IntelliJ and Findbugs warnings: StringBuilder...
2016-07-17 Dominik StadlerEnable reproducer test for bug 56880 after it was fixed.
2016-07-17 Dominik StadlerAdd commented reproducer for bug 57603
2016-07-17 Javen O'Nealonly calculate getTextHeight if it will be used
2016-07-17 Javen O'Nealreduce statement complexity in drawContent, also has...
2016-07-17 Javen O'Nealif ever combined, VerticalAlignment and HorizontalAlign...
2016-07-17 Javen O'Nealbug 57919: add performance note to javadocs about using...
2016-07-17 Javen O'Nealmake instance variables final where possible
2016-07-17 Nick Burch#57919 Provide an initial in-place write method for...
2016-07-17 Javen O'Nealbug 58190: push down XMLSlideShow tests to BaseTestSlid...
2016-07-17 Javen O'Nealbug 59170: remove deprecated TableSprmUncompressor...
2016-07-17 Javen O'Nealbug 59170: fix compile error from r1753052 when removin...
2016-07-17 Javen O'Nealbug 58190: add unit tests for XMLSlideShow#addPicture...
2016-07-17 Javen O'Nealbug 59873: add @Internal and @Deprecated decorators...
2016-07-17 Javen O'Nealbug 59264,59833,59837: upgrade deprecated methods in...
2016-07-17 Javen O'Nealbug 59264,59833,59837: upgrade deprecated methods in...
2016-07-17 Javen O'Nealclose workbook to avoid resource leak
2016-07-17 Javen O'Nealbug 59170: remove deprecated constants, make private...
2016-07-17 Javen O'NealHexDump.writeHex is similar to Long#toHexString. Consid...
2016-07-17 Javen O'Neallog on unsupported Sprm operation, save operand to...
2016-07-17 Javen O'Nealwhitespace (tabs to spaces)
2016-07-17 Javen O'NealHWPF SectionProperties implements Cloneable
2016-07-17 Javen O'Nealbug 58802: javadoc fix
2016-07-17 Javen O'Nealbug 59873: javadoc fix
2016-07-17 Javen O'Nealbug 59873: javadoc fix
2016-07-17 Javen O'Nealbug 59783: replace deprecated Hyperlink.LINK_* and...
2016-07-17 Javen O'Nealbug 59783: replace deprecated Hyperlink.LINK_* and...
2016-07-17 Dominik StadlerBug 58802: HWPF: Allow reading of footnote and endnote...
2016-07-17 Dominik StadlerBug 59665: Using HSSFWorkbook#setSheetOrder to move...
2016-07-17 Javen O'Nealbug 59873: replace Hyperlink.LINK_* int constants with...
next