]> source.dussan.org Git - poi.git/shortlog
poi.git
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...
2016-07-17 Javen O'Nealwhitespace
2016-07-17 Javen O'Nealwhitespace (tabs to spaces)
2016-07-17 Javen O'Nealadd cause to exceptions, log exceptions that are caught...
2016-07-17 Javen O'Nealwhitespace
2016-07-17 Javen O'Nealjavadocs fix
2016-07-17 Javen O'Nealmake private maps final
2016-07-17 Javen O'Nealadd @Override annotations to CreationHelper classes
2016-07-17 Javen O'Nealthrow exception if hyperlink is invalid type when valid...
2016-07-17 Javen O'Nealbug 59872: add @since annotation to Sheet#getHyperlink...
2016-07-17 Javen O'Nealbug 59775: correctly create XSSFHyperlinks when target...
2016-07-17 Javen O'Nealbug 59775: fix cell address index error
2016-07-17 Javen O'Nealbug 59872: add Sheet.getHyperlink(CellAddress)
2016-07-17 Andreas Beekeruse real TempFile
2016-07-17 Andreas Beeker#59841 - OOXML: enable custom zip streams via OPCPackag...
2016-07-16 Dominik StadlerApply patch to fix bug 59740: Sheet.shiftRows incorrect...
2016-07-16 Dominik StadlerBug 59733: Narrow down testcase some more, after the...
2016-07-15 Dominik StadlerAdd a test to check for a NullPointerException in XSLFT...
2016-07-15 Dominik StadlerBug 59861: Adjust testcase, it works now for me. Also...
2016-07-15 Javen O'NealJDK8 javadocs fixes
2016-07-15 Javen O'Nealreplace for-loop over index with for-each loop
2016-07-15 Javen O'Nealannotate purpose of each PROPER() function test case...
2016-07-15 Javen O'NealJDK8 javadocs
2016-07-15 Dominik StadlerFunction PROPER: Don't use a regular expression syntax...
2016-07-15 Javen O'Nealbug 59858: describe why VBA macro reading failed
2016-07-15 Javen O'Nealbug 59858: add disabled unit test for bug 59858; file...
2016-07-13 David North"cannot not" presumably means "cannot"
2016-07-12 Dominik StadlerFix name of new OLE2ScratchpadExtractorFactory
2016-07-11 Nick BurchRemove un-used imports
2016-07-11 Nick BurchLast bit of reflection - get back to the full OOXML...
2016-07-11 Nick BurchExceptions
2016-07-11 Nick BurchStart moving logic over into the main and scratchpad...
2016-07-11 Nick BurchPull Scratchpad Extractor logic to own class
2016-07-11 Nick BurchStart to pull out some of the OLE2 logic, so we can...
2016-07-11 Nick BurchNotes on use
2016-07-10 Javen O'Nealadd BaseTestCellUtil unit tests to cover setting cell...
2016-07-10 Javen O'Nealbug 59837: update CellUtil to handle VerticalAlignment...
next