]> source.dussan.org Git - poi.git/shortlog
poi.git
2015-10-26 Dominik StadlerAdd delete of outdated forbiddenapi-jar
2015-10-26 David NorthFix for https://bz.apache.org/bugzilla/show_bug.cgi...
2015-10-26 Dominik StadlerBug 56957: Avoid error if Workbook with empty SharedStr...
2015-10-25 Nick Burch58536 DataFormatter and CellFormat non-localised suppor...
2015-10-25 Nick BurchFix javadoc warning - @see with a URL needs wrapping...
2015-10-25 Nick BurchMention about Locale definitions in Excel cell data...
2015-10-25 Nick BurchUpdate the build version, step missed from the release...
2015-10-24 Nick Burch#58532 Enable more of the padding cell format tests...
2015-10-24 Nick Burch#58532 For Excel cell formats with 3+ parts to them...
2015-10-24 Nick BurchFix inconsistent whitespace
2015-10-24 Nick BurchTest to check that #58532 formats are seen as valid
2015-10-24 Nick BurchTest files for #58532
2015-10-23 Dominik StadlerRevert upgrade of findbugs as it requires Java 7, but...
2015-10-23 Dominik StadlerUpdate to latest findbugs version 3.0.1, reported issue...
2015-10-23 Dominik StadlerBug 58085: removing sheet breaks other existing sheet...
2015-10-23 Javen O'Nealbug 58441: define equals method for CellRangeAddressBase
2015-10-23 Javen O'Nealbug 58402: make AreaReference's private SpreadsheetVers...
2015-10-23 Javen O'Nealbug 58439: rename private FormulaShifter.adjustPtgDueTo...
2015-10-23 Javen O'Nealbug 33174: Use common unit test for testNoMergedRegions...
2015-10-22 Dominik StadlerSet newer curvesapi-version in .classpath as well and...
2015-10-20 Dominik StadlerMaven/Sonar build: Add dependency on curvesapi which...
2015-10-19 Dustin SpicuzzaXDGF: fix the fix
2015-10-19 Dustin SpicuzzaXDGF: fix jdk < 1.8 compat
2015-10-19 Dustin SpicuzzaXDGF: fix jenkins build errors
2015-10-19 Dustin SpicuzzaAdd Visio OOXML text extractor + tests
2015-10-19 Dustin SpicuzzaAdd some limited XDGF documentation
2015-10-19 Dustin Spicuzzapoi-import: fix build dependencies
2015-10-19 Dustin Spicuzzapoi-visio import: reformat code to fit project standard...
2015-10-19 Dustin SpicuzzaImport poi-visio codebase
2015-10-17 Dominik StadlerBug 58499: Don't report Zip-Bomb for small files which...
2015-10-17 Dominik StadlerUse the default XmlOptions for all the invocations...
2015-10-16 Nick BurchUpdate Commons jar versions in the Eclipse classpath
2015-10-16 David NorthRemove unnecessary warning suppressions
2015-10-14 Dominik StadlerUpdate test to not depend on an existing build-directory
2015-10-14 Dominik StadlerDelete outdated versions of ooxml-schemas jars before...
2015-10-14 Dominik StadlerReenable test on Windows which was disabled previously...
2015-10-14 Dominik StadlerBug 58480: Work around problem where on Windows systems...
2015-10-14 Dominik StadlerBug 58341: fix some edge cases in the DStar function
2015-10-13 Dominik StadlerUpdate to latest commons-codec-1.10 and commons-logging...
2015-10-12 Andreas Beekerjavadoc fixes
2015-10-12 Andreas Beeker- removed deprecated and confusing methods in XSSFColor
2015-10-08 Dominik StadlerRetry which measures duration a few times to see if...
2015-10-07 Nick BurchUpdate the XSSF EventModel example, to show how to...
2015-10-07 Dustin SpicuzzaExclude visio xsd from rat check
2015-10-07 Dustin SpicuzzaBug 58048: Add visio schemas to the OOXML jar
2015-10-06 Andreas Beekerfix forbidden apis issue and make non-static as decimal...
2015-10-06 Dominik StadlerAnt build: Use correct AntTask as reported by forbidden...
2015-10-06 David NorthFormat numbers more like Excel does
2015-10-06 Andreas Beekersonar fixes and closing resources after use
2015-10-05 David NorthClean up a bit and move some comments into descriptions...
2015-10-05 David NorthFix for https://bz.apache.org/bugzilla/show_bug.cgi...
2015-10-05 David NorthUpdate my key with additional sigs from Nick
2015-10-05 Dominik StadlerAs discussed at ApacheCon: Try to automatically find...
2015-10-05 Dominik StadlerEclipse warnings
2015-10-05 Andreas Beekerfixed sonar issues and eclipse warnings
2015-10-05 Andreas Beekerobsoleted Codec classes by HexDump
2015-10-05 Andreas Beekerremoved obsolete classes
2015-10-05 Andreas BeekerFixed a problem with save-and-load of conditional forma...
2015-10-04 Andreas Beekersonar fixes
2015-10-01 Dominik StadlerBug 55032: Fix handling missing option values in financ...
2015-09-30 Andreas Beekersonar fixes
2015-09-30 Dominik StadlerUpdate forbidden-api checks to new release 2.0
2015-09-29 Dominik StadlerVerify that bug 51998 is actually fixed since some...
2015-09-29 Dominik StadlerBug 50319: Make row groups which include row 0 work
2015-09-29 Dominik StadlerTried to reproduce bug 48403 but couldn't, still adding...
2015-09-29 Andreas Beekersonar fixes
2015-09-29 Dominik StadlerAdd test which shows that bug 46515 is fixed since...
2015-09-29 Dominik StadlerVerify that bug 45541 can be resolved, add some more...
2015-09-28 Andreas BeekerSonar fixes - add cloneable interface to classes with...
2015-09-28 Andreas BeekerRemoved HDF API
2015-09-27 Andreas BeekerSonar fixes
2015-09-27 Andreas BeekerPOI 3.13 site updates
2015-09-24 Andreas Beekerfixed some wrong nightly assumptions ... (Note to mysel...
2015-09-23 Andreas Beeker- a few findbugs/sonar fixes
2015-09-23 David NorthMake XSSF and HSSF consistent in getMergedRegions ...
2015-09-22 Dominik StadlerEnsure that the ThreadLocal-Biff-Password is reset...
2015-09-21 Andreas Beekerunpin externals
2015-09-21 Andreas Beeker3.13 Final RC preparation
2015-09-21 Andreas Beeker3.13 Final RC preparation
2015-09-21 Nick BurchFix javadoc warnings
2015-09-21 Andreas Beekerremoved common sl path
2015-09-21 Andreas Beeker- #58216 - provide picture-shape resize that maintains...
2015-09-20 Dominik StadlerBug 58333: Apply patch to verify behavior on row-index...
2015-09-20 Dominik StadlerBug 58332: Adjust implementation of dev-util 'MemoryUsa...
2015-09-20 Andreas BeekerAdded web of trust to kiwiwings entry
2015-09-20 Andreas Beekerclose resources in junit tests
2015-09-20 Andreas Beeker- #58207 - Provide user access to the original image...
2015-09-19 Dominik StadlerBug 57925: Add unit test and a simple fix to at least...
2015-09-17 Dominik StadlerBug 57915: Fix Dev2Hex for numbers larger than Integer...
2015-09-17 Dominik StadlerApply patch from bug 57890 to add support for different...
2015-09-17 Nick BurchJavadoc fixes
2015-09-17 Nick BurchPatch from Javen ONeal from bug #58245 - Make Workbook...
2015-09-14 Dominik StadlerEclipse warnings, code formatting, simplify ExcelAntWor...
2015-09-13 Dominik StadlerUpdate javadoc for bug 56129
2015-09-13 Dominik StadlerRemove src/contrib/src from Eclipse project after code...
2015-09-13 Dominik StadlerEclipse warnings, comment out dead code, close resource...
2015-09-13 Dominik StadlerEnhance integration testing to apply OPCPackage tests...
2015-09-13 Dominik StadlerVerify that bug 55406 can be closed WORKSFORME
2015-09-13 Dominik StadlerAdd test case for bug 54399
2015-09-13 Andreas Beekerfix eclipse warning - mostly generics cosmetics
next