2014-02-14 |
Andreas Beeker | FindBugs fix |
commit | commitdiff | tree | snapshot |
2014-02-13 |
Andreas Beeker | FindBugs fix |
commit | commitdiff | tree | snapshot |
2014-02-13 |
Andreas Beeker | disable not applicable findbugs check |
commit | commitdiff | tree | snapshot |
2014-02-12 |
Nick Burch | Fix the copyright notice year |
commit | commitdiff | tree | snapshot |
2014-02-11 |
Andreas Beeker | Bug 55902 - Mixed fonts issue with Chinese characters... |
commit | commitdiff | tree | snapshot |
2014-02-09 |
Andreas Beeker | FindBugs fix |
commit | commitdiff | tree | snapshot |
2014-02-09 |
Andreas Beeker | excluded findbugs (svn:ignore) |
commit | commitdiff | tree | snapshot |
2014-02-08 |
Andreas Beeker | Use findbugs in the jenkins build |
commit | commitdiff | tree | snapshot |
2014-02-03 |
Dominik Stadler | Bug 55923: Fix compare/sorting of nodes in exported XML |
commit | commitdiff | tree | snapshot |
2014-02-03 |
Dominik Stadler | Bug 55924: Avoid errors during exporting XML if there... |
commit | commitdiff | tree | snapshot |
2014-02-03 |
Dominik Stadler | Bug 55926: Handle numeric formula values when exporting... |
commit | commitdiff | tree | snapshot |
2014-02-03 |
Dominik Stadler | Bug 55927: Handle date types when exporting to XML |
commit | commitdiff | tree | snapshot |
2014-02-03 |
Dominik Stadler | Switch to JDK 6 for generated code as well |
commit | commitdiff | tree | snapshot |
2014-02-03 |
Dominik Stadler | Adjust Eclipse classpath for new versions of third... |
commit | commitdiff | tree | snapshot |
2014-02-03 |
Dominik Stadler | Update commons-logging to 1.1.3 and set scope to test... |
commit | commitdiff | tree | snapshot |
2014-02-02 |
Nick Burch | Fix whitespace |
commit | commitdiff | tree | snapshot |
2014-02-02 |
Nick Burch | Add setIncludeHeadersFooters(boolean) to the ExcelExtra... |
commit | commitdiff | tree | snapshot |
2014-02-02 |
Nick Burch | Patch from Shaun Kalley from bug #56022 - XSSF Event... |
commit | commitdiff | tree | snapshot |
2014-02-02 |
Nick Burch | Fix whitespace |
commit | commitdiff | tree | snapshot |
2014-02-02 |
Nick Burch | Have the Excel text extractors all implement the same... |
commit | commitdiff | tree | snapshot |
2014-02-02 |
Nick Burch | Update the junit version in the license, to match the... |
commit | commitdiff | tree | snapshot |
2014-02-02 |
Dominik Stadler | Adjust Eclipse project for JDK 1.6 |
commit | commitdiff | tree | snapshot |
2014-02-02 |
Dominik Stadler | Add missing test-file for Bug 56017 |
commit | commitdiff | tree | snapshot |
2014-02-02 |
Dominik Stadler | Bug 56017: Fix comment-ref when shiftig rows with comme... |
commit | commitdiff | tree | snapshot |
2014-02-02 |
Andreas Beeker | Bug 53282 - Hyperlink with a non-breaking space throws... |
commit | commitdiff | tree | snapshot |
2014-02-01 |
Andreas Beeker | javadoc fix |
commit | commitdiff | tree | snapshot |
2014-02-01 |
Andreas Beeker | Bug 55802 - Special Letters not exported correct |
commit | commitdiff | tree | snapshot |
2014-02-01 |
Nick Burch | Fix up whitespace / indents to be consistent |
commit | commitdiff | tree | snapshot |
2014-02-01 |
Nick Burch | Fix javadoc formatting |
commit | commitdiff | tree | snapshot |
2014-02-01 |
Andreas Beeker | Javadoc fix |
commit | commitdiff | tree | snapshot |
2014-02-01 |
Nick Burch | Expose the StyleIndex of CharacterRuns, and expand... |
commit | commitdiff | tree | snapshot |
2014-02-01 |
Andreas Beeker | Bug 51891 - Fix StringIndexOutOfBoundsException : Ole10... |
commit | commitdiff | tree | snapshot |
2014-02-01 |
Dominik Stadler | Bug 56011: Use default style if the cell style attribut... |
commit | commitdiff | tree | snapshot |
2014-02-01 |
Nick Burch | Sync the Maven POM defined dependencies with the Ant... |
commit | commitdiff | tree | snapshot |
2014-02-01 |
Dominik Stadler | Update third party libs: commons-codec to 1.9, log4j... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Andreas Beeker | TreeSet without JDK 6 method usages |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Andreas Beeker | This patch is not working as of license incompatibility... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Andreas Beeker | As Jdk 1.5 doesn't provide NavigableMap/Set classes... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Andreas Beeker | - Bug 51585 - WorkbookFactory.create() hangs when creat... |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Andreas Beeker | jdk 5 compiler doesn't support overwrite for interfaces ... |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Nick Burch | Patch from Detlef Brendle from bug #55873 - Support... |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Dominik Stadler | Fix pattern for license check failure |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Dominik Stadler | Add license check via Apache rat to jenkins build |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Dominik Stadler | adjust ant-target check-rat: Download jarfile instead... |
commit | commitdiff | tree | snapshot |
2014-01-18 |
Andreas Beeker | Added license headers |
commit | commitdiff | tree | snapshot |
2014-01-16 |
Yegor Kozlov | set version.id to 3.11-beta1 |
commit | commitdiff | tree | snapshot |
2014-01-11 |
Andreas Beeker | javadoc fix |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Andreas Beeker | Bug 35897 - Password protected files |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Nick Burch | Ensure our package html files have consistent line... |
commit | commitdiff | tree | snapshot |
2014-01-01 |
Dominik Stadler | Bug 55723: Make HSSFSheet.setAutoFilter() behave equal... |
commit | commitdiff | tree | snapshot |
2013-12-31 |
Dominik Stadler | remove some unused imports and some useless TODOs,... |
commit | commitdiff | tree | snapshot |
2013-12-31 |
Dominik Stadler | Don't unnecessarily convert from ArrayList to array... |
commit | commitdiff | tree | snapshot |
2013-12-31 |
Dominik Stadler | Print out which actual value was out of range |
commit | commitdiff | tree | snapshot |
2013-12-30 |
Andreas Beeker | obsoleted by TestEscherBlipRecord and EscherMetafileBlip |
commit | commitdiff | tree | snapshot |
2013-12-29 |
Andreas Beeker | Bug 45776 - Fix corrupt file problem using TextRun... |
commit | commitdiff | tree | snapshot |
2013-12-27 |
Andreas Beeker | Bug 41246 - AIOOBE with missing notes entries |
commit | commitdiff | tree | snapshot |
2013-12-27 |
Nick Burch | Fix whitespace - reformat to consistent spaces, instead... |
commit | commitdiff | tree | snapshot |
2013-12-27 |
Andreas Beeker | Bug 48593 - [PATCH] Multiple Saves Causes Slide Corruption |
commit | commitdiff | tree | snapshot |
2013-12-26 |
Dominik Stadler | Bug 51158: clear out Memory-based part before writing... |
commit | commitdiff | tree | snapshot |
2013-12-26 |
Dominik Stadler | Remove unnecessary separate length, an array already... |
commit | commitdiff | tree | snapshot |
2013-12-26 |
Dominik Stadler | Update to latest JaCoCo 0.6.4 |
commit | commitdiff | tree | snapshot |
2013-12-26 |
Dominik Stadler | Add some @Overrides suggested by Eclipse, generics... |
commit | commitdiff | tree | snapshot |
2013-12-26 |
Dominik Stadler | Fix some Eclipse warnings in ReaderWriter |
commit | commitdiff | tree | snapshot |
2013-12-26 |
Dominik Stadler | Remove unused members and make others private |
commit | commitdiff | tree | snapshot |
2013-12-26 |
Andreas Beeker | Bug 55579 - [PATCH] Patch for add/embed OLE objects... |
commit | commitdiff | tree | snapshot |
2013-12-25 |
Andreas Beeker | javadoc and compiler warning house-keeping |
commit | commitdiff | tree | snapshot |
2013-12-25 |
Andreas Beeker | javadoc house-keeping |
commit | commitdiff | tree | snapshot |
2013-12-25 |
Dominik Stadler | Fix some JavaDoc items that are reported in the build... |
commit | commitdiff | tree | snapshot |
2013-12-25 |
Andreas Beeker | JCE policy fix |
commit | commitdiff | tree | snapshot |
2013-12-24 |
Andreas Beeker | Fix jdk-differences for encryption patch |
commit | commitdiff | tree | snapshot |
2013-12-24 |
Andreas Beeker | Fix jdk-differences for encryption patch |
commit | commitdiff | tree | snapshot |
2013-12-24 |
Andreas Beeker | Fix jdk-differences for encryption patch |
commit | commitdiff | tree | snapshot |
2013-12-24 |
Andreas Beeker | Patch for Bug/Enhancement 55818 - add encryption support |
commit | commitdiff | tree | snapshot |
2013-12-24 |
Yegor Kozlov | patch 55731: StringBuilder logic in DataFormatter... |
commit | commitdiff | tree | snapshot |
2013-12-24 |
Yegor Kozlov | patch 55730: Fix org.apache.poi.ss.usermodel.BuiltinFo... |
commit | commitdiff | tree | snapshot |
2013-12-18 |
Yegor Kozlov | removed pictureFileZero.ppt from svn as requested by... |
commit | commitdiff | tree | snapshot |
2013-12-18 |
Nick Burch | Fix bug #55901 - Avoid using RMI based |
commit | commitdiff | tree | snapshot |
2013-12-12 |
Nick Burch | Don't use the degree symbol in comments, as it upsets... |
commit | commitdiff | tree | snapshot |
2013-12-12 |
Nick Burch | More javadocs for Cell.setCellType |
commit | commitdiff | tree | snapshot |
2013-12-08 |
Dominik Stadler | Add moreunit-settings |
commit | commitdiff | tree | snapshot |
2013-12-08 |
Dominik Stadler | Refactor XSSFExportToXml a bit, split code into more... |
commit | commitdiff | tree | snapshot |
2013-12-08 |
Dominik Stadler | Bug 55850: fix NullPointerException during extraction... |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Dominik Stadler | Bug 55640, added reproducer, a fix for the Exception... |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Dominik Stadler | Bug 55745: fix handling of tables in XSSF if there... |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Dominik Stadler | Bug 55745: fix handling of tables in XSSF if there... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Dominik Stadler | Set source of generated ooxml classes |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Cédric Walter | Bug 55768: added Line charts support and setting axis... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Cédric Walter | Bug 54676: added new chart axis type: Category axis |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Nick Burch | Patch from Andreas Beeker from bug #53475 - Switch... |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Nick Burch | Patch from Andreas Beeker from bug #53475 - further... |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Nick Burch | Formatting standards are all spaces, not mixed tabs... |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Nick Burch | Fix whitespace |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Nick Burch | Another test file from Andreas Beekerndreas Beeker... |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Nick Burch | More JavaDoc tweaks, and suppress deprecated warnings... |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Nick Burch | Consistent indenting, based on current POI style guide |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Nick Burch | Fix some JavaDocs, and add a generic constructor based... |
commit | commitdiff | tree | snapshot |
2013-11-11 |
Nick Burch | Reduce duplication by replacing lots of deprecated... |
commit | commitdiff | tree | snapshot |
2013-11-11 |
Nick Burch | Try to make a few OPCPackage error messages more helpfu... |
commit | commitdiff | tree | snapshot |
2013-11-09 |
Yegor Kozlov | Bugzilla 55560 : Patch for hiding slides in HSLF |
commit | commitdiff | tree | snapshot |
2013-11-09 |
Yegor Kozlov | Patch 53176 - Fixed auto shapes render problem in pptx... |
commit | commitdiff | tree | snapshot |
next |