2016-02-27 |
Dominik Stadler | Also mark the file for bug 59074 as expected-failure... |
commit | commitdiff | tree | snapshot |
2016-02-27 |
Dominik Stadler | Bug 57914: Provide a better error message for OOXML... |
commit | commitdiff | tree | snapshot |
2016-02-27 |
Dominik Stadler | Add missing file for bug 59074 |
commit | commitdiff | tree | snapshot |
2016-02-27 |
Dominik Stadler | Update to JaCoCo 0.7.6 to try to restore coverage on... |
commit | commitdiff | tree | snapshot |
2016-02-26 |
Nick Burch | #59074 More helpful exception if Excel 1-95 files are... |
commit | commitdiff | tree | snapshot |
2016-02-26 |
Nick Burch | Refactor out the POIFS directory entry name for Excel... |
commit | commitdiff | tree | snapshot |
2016-02-26 |
Nick Burch | Fix inconsistent indents |
commit | commitdiff | tree | snapshot |
2016-02-26 |
Nick Burch | Refactor to pull out the list of Excel 97+ directory... |
commit | commitdiff | tree | snapshot |
2016-02-24 |
Andreas Beeker | Regression fixes for H/XSLF and HWMF |
commit | commitdiff | tree | snapshot |
2016-02-24 |
Dominik Stadler | Bug 47245: Comment out check and exception in case... |
commit | commitdiff | tree | snapshot |
2016-02-24 |
Dominik Stadler | Add xlsx which verifies via the integration-tests that... |
commit | commitdiff | tree | snapshot |
2016-02-23 |
Nick Burch | #59021 Namespace aware processing fix for ReadOnlyShare... |
commit | commitdiff | tree | snapshot |
2016-02-23 |
Nick Burch | Pull out two more XSSF namespace definitions as re... |
commit | commitdiff | tree | snapshot |
2016-02-23 |
Nick Burch | Pull out http://schemas.openxmlformats.org/spreadsheetm... |
commit | commitdiff | tree | snapshot |
2016-02-21 |
Nick Burch | Patch from Jim King from bug #57989 - XSSFChart support... |
commit | commitdiff | tree | snapshot |
2016-02-21 |
Dominik Stadler | One more possible resource leak when creating the TextE... |
commit | commitdiff | tree | snapshot |
2016-02-21 |
Dominik Stadler | Include stacktrace of inner exception when block-positi... |
commit | commitdiff | tree | snapshot |
2016-02-19 |
Tim Allison | POI 59030 fix NPE in XWPFTableCell's getVerticalAlignme... |
commit | commitdiff | tree | snapshot |
2016-02-18 |
Javen O'Neal | bug 58896: comment out time-dependent test |
commit | commitdiff | tree | snapshot |
2016-02-18 |
Nick Burch | Javadoc fixes |
commit | commitdiff | tree | snapshot |
2016-02-18 |
Javen O'Neal | move trackColumnsForAutoSizingIfSXSSF into ITestDataPro... |
commit | commitdiff | tree | snapshot |
2016-02-18 |
Javen O'Neal | bug 58896: add unit test to time Sheet.autoSizeColumn |
commit | commitdiff | tree | snapshot |
2016-02-18 |
Javen O'Neal | avoid redundant null check |
commit | commitdiff | tree | snapshot |
2016-02-18 |
Tim Allison | 59021 -- fix content extraction from namespaced element... |
commit | commitdiff | tree | snapshot |
2016-02-18 |
Javen O'Neal | bug 56345: reject single-cell merged regions |
commit | commitdiff | tree | snapshot |
2016-02-17 |
Dominik Stadler | Add test which verifies that bug 52684 is not a problem... |
commit | commitdiff | tree | snapshot |
2016-02-15 |
Javen O'Neal | bug 58339: patch from Patrick Zimmermann to allow OFFSE... |
commit | commitdiff | tree | snapshot |
2016-02-15 |
Dominik Stadler | Tried to reproduce bug 55476, but could not, added... |
commit | commitdiff | tree | snapshot |
2016-02-15 |
Nick Burch | Add details of the ignored errors where the HSSF spec... |
commit | commitdiff | tree | snapshot |
2016-02-15 |
Nick Burch | Start generalising the IgnoredErrorType code for later... |
commit | commitdiff | tree | snapshot |
2016-02-15 |
Dominik Stadler | No need to wrap OpenXML4JRuntimeException in another... |
commit | commitdiff | tree | snapshot |
2016-02-15 |
Dominik Stadler | GitHub PR 27: Add method to check for any protection... |
commit | commitdiff | tree | snapshot |
2016-02-15 |
Dominik Stadler | Seems we need a cast here to compile with some newer... |
commit | commitdiff | tree | snapshot |
2016-02-15 |
Dominik Stadler | Improve error messages to state which bounds are exceeded |
commit | commitdiff | tree | snapshot |
2016-02-13 |
Dominik Stadler | Regression analysis: Cloning sheets failed on ctrlProps... |
commit | commitdiff | tree | snapshot |
2016-02-13 |
Dominik Stadler | Regression analysis: the additional testing of cloning... |
commit | commitdiff | tree | snapshot |
2016-02-13 |
Dominik Stadler | Ignore a failure during cloning if we exceed file-forma... |
commit | commitdiff | tree | snapshot |
2016-02-12 |
Dominik Stadler | bug 58996: Don't try to unset fill color if it is not... |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Nick Burch | Fix #57034 on SXSSF, and add a common unit test to... |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Nick Burch | Allow common tests to do auto-sizing even on SXSSF |
commit | commitdiff | tree | snapshot |
2016-02-06 |
Andreas Beeker | Add example for adding videos |
commit | commitdiff | tree | snapshot |
2016-02-05 |
Andreas Beeker | XSLF - fixed NPE when adding pictures with existing... |
commit | commitdiff | tree | snapshot |
2016-02-05 |
Dominik Stadler | Remove file from expected failures after changes for... |
commit | commitdiff | tree | snapshot |
2016-02-04 |
Tim Allison | Bug 56880 - switch exception to logged warning that... |
commit | commitdiff | tree | snapshot |
2016-01-31 |
Javen O'Neal | remove deprecated (2009) HSSFComment#setColumn(short... |
commit | commitdiff | tree | snapshot |
2016-01-31 |
Javen O'Neal | HSSFComment: note a final field |
commit | commitdiff | tree | snapshot |
2016-01-31 |
Javen O'Neal | fix O(n^2) runtime unnecessarily recreating an array... |
commit | commitdiff | tree | snapshot |
2016-01-31 |
Javen O'Neal | bug 58885: fix javadocs |
commit | commitdiff | tree | snapshot |
2016-01-31 |
Javen O'Neal | bug 58885: performance regression on XSSFSheet.addMerge... |
commit | commitdiff | tree | snapshot |
2016-01-30 |
Dominik Stadler | Adjust test to pass forbidden-apis-check |
commit | commitdiff | tree | snapshot |
2016-01-29 |
Dominik Stadler | Make OldExcelExtractor Closeable to be able to free... |
commit | commitdiff | tree | snapshot |
2016-01-29 |
Dominik Stadler | Add curvesapi-jar when running Findbugs |
commit | commitdiff | tree | snapshot |
2016-01-26 |
Nick Burch | Bump xmlsec version in the Eclipse project file too |
commit | commitdiff | tree | snapshot |
2016-01-25 |
Dominik Stadler | add an ignored test for bug 58804 |
commit | commitdiff | tree | snapshot |
2016-01-24 |
Andreas Beeker | Raised xmlsec version to 2.0.6 |
commit | commitdiff | tree | snapshot |
2016-01-24 |
Andreas Beeker | #41047 - Support hyperlinks in HSLF shapes and textruns |
commit | commitdiff | tree | snapshot |
2016-01-19 |
Dominik Stadler | Update copyright-year to 2016 |
commit | commitdiff | tree | snapshot |
2016-01-18 |
Dominik Stadler | Rename test-source file to actual class name to avoid... |
commit | commitdiff | tree | snapshot |
2016-01-18 |
Dominik Stadler | Include curvesapi-jar in distribution |
commit | commitdiff | tree | snapshot |
2016-01-18 |
Dominik Stadler | Fix possible NPE found with msg-file from CommonCrawl |
commit | commitdiff | tree | snapshot |
2016-01-18 |
Dominik Stadler | Fix possible NullPointerException with invalid/unsuppor... |
commit | commitdiff | tree | snapshot |
2016-01-16 |
Javen O'Neal | make SXSSFWorkbook member variables private |
commit | commitdiff | tree | snapshot |
2016-01-16 |
Javen O'Neal | whitespace |
commit | commitdiff | tree | snapshot |
2016-01-16 |
Javen O'Neal | fix questionable List.remove(int) in SXSSFITestDataProvider |
commit | commitdiff | tree | snapshot |
2016-01-16 |
Andreas Beeker | BugFix: wrong hyperlink record added - used child inste... |
commit | commitdiff | tree | snapshot |
2016-01-16 |
Javen O'Neal | add @Override annotations to ITestDataProviders |
commit | commitdiff | tree | snapshot |
2016-01-16 |
Javen O'Neal | bug 58879: add SpreadsheetVersion to Workbook interface |
commit | commitdiff | tree | snapshot |
2016-01-16 |
Javen O'Neal | svn propset svn:eol-style native |
commit | commitdiff | tree | snapshot |
2016-01-16 |
Andreas Beeker | Fix NPE when calling HSLFTextRun.setHorizontalCentered() |
commit | commitdiff | tree | snapshot |
2016-01-16 |
Andreas Beeker | #56004 - Support for WMF rendering |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Dominik Stadler | Regression in version 3.14-beta1: three or four-part... |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Dominik Stadler | Fix a NullPointerException that occurs with some PPTs... |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Dominik Stadler | Eclipse warnings, helper unit-test, improve information... |
commit | commitdiff | tree | snapshot |
2016-01-13 |
David North | Generalised API for adding ignored errors, e.g. number... |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Dominik Stadler | Bug 58829: Remove some useages of printStackTrace(... |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Dominik Stadler | Rework test to not catch exception, junit does a good... |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Nick Burch | Javadoc fix |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Nick Burch | #58847 Getters/setters/removers for the additional... |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Andreas Beeker | Javadocs fixes |
commit | commitdiff | tree | snapshot |
2016-01-12 |
Andreas Beeker | #57796 - Support hyperlink extraction when rendering... |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Nick Burch | More Office 12 DSI property IDs, getters/setters to... |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Nick Burch | Bump up the max DSI property ID, and list a few Office... |
commit | commitdiff | tree | snapshot |
2016-01-10 |
Andreas Beeker | #54916 - POI does not always read all the slides in... |
commit | commitdiff | tree | snapshot |
2016-01-10 |
Andreas Beeker | add other printStackTrace methods to forbidden-apis... |
commit | commitdiff | tree | snapshot |
2016-01-10 |
Andreas Beeker | replace Throwable.printStackTrace() with POILogger... |
commit | commitdiff | tree | snapshot |
2016-01-10 |
Andreas Beeker | WMF fixes |
commit | commitdiff | tree | snapshot |
2016-01-08 |
Tim Allison | POI-58822 switch printStackTrace for actual log msg... |
commit | commitdiff | tree | snapshot |
2016-01-07 |
Javen O'Neal | bug 58815: javadoc spelling |
commit | commitdiff | tree | snapshot |
2016-01-05 |
Andreas Beeker | WMF fixes |
commit | commitdiff | tree | snapshot |
2016-01-04 |
Dominik Stadler | Dummy commit to try if we can close some old github... |
commit | commitdiff | tree | snapshot |
2016-01-03 |
Andreas Beeker | WMF fixes |
commit | commitdiff | tree | snapshot |
2016-01-03 |
Dominik Stadler | Undo changes to file in assertCloseDoesNotModifyFile... |
commit | commitdiff | tree | snapshot |
2016-01-03 |
Dominik Stadler | Try to reproduce bug 52258 and add more checks to integ... |
commit | commitdiff | tree | snapshot |
2016-01-03 |
Dominik Stadler | bug 58043: provide some compatibility between HSSF... |
commit | commitdiff | tree | snapshot |
2016-01-03 |
Dominik Stadler | Fix bug 58067: XWPF: don't return deleted text when... |
commit | commitdiff | tree | snapshot |
2016-01-03 |
Javen O'Neal | re-throw errors we aren't looking for |
commit | commitdiff | tree | snapshot |
2016-01-03 |
Javen O'Neal | bug 58779: check if SlideShowFactory.create() modifies... |
commit | commitdiff | tree | snapshot |
2016-01-03 |
Javen O'Neal | whitespace |
commit | commitdiff | tree | snapshot |
2016-01-03 |
Javen O'Neal | test XSLF SlideShowFactory creation methods individuall... |
commit | commitdiff | tree | snapshot |
2016-01-02 |
Javen O'Neal | rearrange unit tests into more, smaller functions |
commit | commitdiff | tree | snapshot |
next |