]> source.dussan.org Git - poi.git/shortlog
poi.git
2018-01-01 Dominik StadlerRemove unused property in build.xml
2018-01-01 Dominik StadlerBug 61937: Add more javadoc
2018-01-01 Dominik StadlerBug 61543: do not fail with "part already exists" when...
2018-01-01 Dominik StadlerBug 61550: Add more information to exception text and...
2018-01-01 Dominik StadlerAdd .gitattribute file and set lf for one sample-file...
2018-01-01 Dominik StadlerBug 61648: Test Sheet.setArrayFormula for SXSSF
2018-01-01 Dominik StadlerAdd test which verifies that bug 61652 is not appearing...
2018-01-01 Dominik StadlerUpdate some tests and IntelliJ warnings
2018-01-01 PJ FanningBug-61947 remove deprecated method
2018-01-01 PJ FanningBug-61947 remove deprecated method
2018-01-01 PJ FanningBug-61947 remove deprecated method
2018-01-01 PJ FanningBug-61947 add back deprecated methods (removed by accident)
2018-01-01 PJ FanningBug-61947 remove deprecated method
2018-01-01 PJ FanningBug-61947 remove deprecated method
2017-12-31 Andreas Beeker#61797 - Embed Excel / Ole objects into powerpoint
2017-12-31 Andreas Beeker#61943 - SL Common: narrow generics definition because...
2017-12-31 Andreas Beeker#61942 - Refactor PackagePartName handling and add...
2017-12-31 Andreas Beeker#61941 - Move Ole marker generation to Ole10Native
2017-12-31 Andreas Beeker#61940 - Replace ClassID statics with enum
2017-12-31 Andreas Beeker#61939 - Provide schema for AlternateContent - provide...
2017-12-30 Andreas Beeker#61939 - Provide schema for AlternateContent - provide...
2017-12-30 Yegor KozlovBug 58106: when a cell with a 'master' shared formula...
2017-12-30 Yegor KozlovBugzilla 61116: Formula evaluation fails when using...
2017-12-28 Dominik StadlerDisable test which currently breaks with every little...
2017-12-28 Dominik StadlerBug 61665: Enhance SSPerformanceTest some more to add...
2017-12-28 Dominik StadlerFix bug 61787, which was introduced by bug 58067: Chang...
2017-12-28 Dominik StadlerBug 61798: Fix usage of getLastCellNum(), unfortunately...
2017-12-28 Dominik StadlerBug 61911: Avoid IndexOutOfBounds access when reading...
2017-12-28 Dominik StadlerFix IntelliJ warnings and code formatting, generalize...
2017-12-28 Greg WoolseyAdded a couple missing null checks.
2017-12-27 Greg WoolseyImplement DMAX and DSUM functions, following the patter...
2017-12-26 PJ FanningRemove misleading SXSSF logging
2017-12-20 Yegor KozlovBug 61869: updating a cell with shared formula produces...
2017-12-20 PJ Fanninguse try with resources
2017-12-20 PJ Fanninguse try with resources
2017-12-19 PJ Fanninguse StandardCharsets
2017-12-19 PJ Fanninguse StandardCharsets
2017-12-18 PJ Fanninguse non deprecated method for adding string to shared...
2017-12-18 Yegor KozlovBug 61859: support for evaluating comparison operators...
2017-12-15 PJ FanningBug-61906 fix javadoc issue
2017-12-15 PJ FanningBug-61906 add API for working with RichStringText and...
2017-12-15 PJ FanningBug-61792 simplify sxssf code that writes chars
2017-12-13 Javen O'Nealdelete commented out code
2017-12-13 Javen O'Nealbug 57423: add unit test demonstrating corrupted workbo...
2017-12-11 Nick Burch#61765 Another HSSF Workbook name found from (unknown...
2017-12-11 Greg WoolseyBug 61882 - Some paths can create an XSSFColor instance...
2017-12-11 Greg WoolseyBug 61882 - Some paths can create an XSSFColor instance...
2017-12-09 Andreas Beekerremove package name to ease the output
2017-12-09 Andreas Beeker#61881 - handle invalid font names
2017-12-07 Greg Woolsey#61841
2017-12-06 Greg Woolsey#61841 fix typo in method name
2017-12-06 Greg WoolseyBug #61841 - Unnecessary long computation when evaluati...
2017-12-06 Greg WoolseyBug #61841 - Unnecessary long computation when evaluati...
2017-12-05 PJ Fanninguse try-with-resources in more places
2017-12-05 PJ Fanninguse try-with-resources in more places
2017-12-01 Javen O'Nealbug 61840: close workbook to prevent resource leak...
2017-12-01 Javen O'Nealbug 61840: add unit test showing that shiftRows does...
2017-11-27 Nick BurchJavadoc fixes
2017-11-27 Nick BurchBump library version to match Ant defined version
2017-11-26 Alain BéarezXDDF usermodel for Charts closes #68 on GitHub
2017-11-24 Andreas Beeker#61809 - Infinite loop in SectionIDMap.get() and .put()
2017-11-23 PJ Fanninguse try with resources in examples
2017-11-23 PJ Fanninguse try with resources in examples
2017-11-23 Dominik StadlerDon't try to collect junit results for Maven when we...
2017-11-23 Dominik StadlerChange order of handling shape-types in copy() as FreeF...
2017-11-22 Dominik StadlerEnsure that the tempdir exists when we use ImageIO...
2017-11-22 PJ Fanningadd TestStringCodepointsIterable
2017-11-22 PJ Fanninguse codepoint iterator in a few places
2017-11-21 PJ Fanningadd forbidden api checks for non-Locale toLowerCase...
2017-11-21 PJ Fanningadd forbidden api checks for non-Locale toLowerCase...
2017-11-21 PJ Fanningremove more uses of Character.toUpperCase
2017-11-21 Dominik StadlerTry to set java.io.tmpdir for tests to avoid the strang...
2017-11-21 Dominik StadlerEnsure that no old version of commons-codec is lingerin...
2017-11-21 Dominik StadlerTry if using a local temporary directory avoids the...
2017-11-20 PJ Fanning[bug-61792] basic test
2017-11-20 PJ Fanning[bug-61792] some changes to avoid iterating over chars...
2017-11-20 PJ Fanningupgrade to commons-codec 1.11
2017-11-19 Dominik StadlerHandle case where the JaCoCo zip file is available...
2017-11-19 Mark Murphyjavadocs and Quick page improvements for XSSF Header...
2017-11-16 Greg Woolseyadd Locale awareness to case insensitive conditional...
2017-11-15 Greg Woolseyignore a unit test that snuck in. It was created to...
2017-11-15 Greg WoolseyFixes Bug 61764 Conditional formatting rules don't...
2017-11-13 Dominik StadlerFix setting a font-color if no previous color is define...
2017-11-13 Dominik StadlerFix tests
2017-11-13 Javen O'Nealbug 61745: remove String#toString() usage found by...
2017-11-12 Javen O'Nealbug 61745: add support for charts in XWPF/docx. Thanks...
2017-11-12 Javen O'Neal+svn:eol-style native *.java
2017-11-12 Javen O'Nealgithub #81: sheet names are case insensitive
2017-11-12 Javen O'NealXWPFTable#getRows() should return an unmodifiable list...
2017-11-12 Javen O'Nealmake tableRows final; initialize where defined rather...
2017-11-12 Javen O'Nealdeprecate XWPFTable#addNewRowBetween(int,int), which...
2017-11-11 Mark MurphySurface XSSF Header/Footer Attributes (60887)
2017-11-08 Dominik StadlerSome JavaDoc adjustments, typos, IntelliJ warnings
2017-11-07 Javen O'Nealbug 61730: remove asSet function from unit test
2017-11-07 Javen O'Nealbug 61730: remove CellRangeAddressBase which is eager...
2017-11-07 Javen O'Nealbug 61730: add javadoc
2017-11-07 Javen O'Nealbug 61730: add iterator interface to CellRangeAddressBa...
2017-11-06 Javen O'Nealbug 61727: make TestCellRangeUtil unit tests more explicit
2017-11-06 Dominik StadlerEnhance unit-test to Verify that bug 58785 is already...
2017-11-06 Javen O'Nealbug 61727: CellRangeUtil Merge cell ranges broken....
next