2016-05-16 |
Andreas Beeker | Reduce calls to utf-related methods - the integration... |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Andreas Beeker | Reduce calls to utf-related methods - the integration... |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Andreas Beeker | Sonar fixes - array is stored directly |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Andreas Beeker | Dispose XmlCursor |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Andreas Beeker | added commons-logging to integration test to make profi... |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Andreas Beeker | #59170 - Remove deprecated classes (POI 3.15) - use... |
commit | commitdiff | tree | snapshot |
2016-05-13 |
Andreas Beeker | #58144 - Behaviour for headers and footers of slides... |
commit | commitdiff | tree | snapshot |
2016-05-09 |
Javen O'Neal | add @since to javadocs |
commit | commitdiff | tree | snapshot |
2016-05-09 |
Javen O'Neal | bug 59443: exit early on setAddress if address is the... |
commit | commitdiff | tree | snapshot |
2016-05-09 |
Javen O'Neal | bug 59443: use Comment.setAddress when changing both... |
commit | commitdiff | tree | snapshot |
2016-05-09 |
Javen O'Neal | bug 59443: add get/setAddress methods on cell comment... |
commit | commitdiff | tree | snapshot |
2016-05-09 |
Javen O'Neal | fix BasteTestCellComment#attemptToSave2CommentsWithSame... |
commit | commitdiff | tree | snapshot |
2016-05-09 |
Javen O'Neal | whitespace |
commit | commitdiff | tree | snapshot |
2016-05-09 |
Javen O'Neal | add disabled unit test for bug 59393 from stone |
commit | commitdiff | tree | snapshot |
2016-05-09 |
Javen O'Neal | move TestHSSFComment#attemptToSave2CommentsWithSameCoor... |
commit | commitdiff | tree | snapshot |
2016-05-09 |
Javen O'Neal | merge TestComment into TestHSSFComment |
commit | commitdiff | tree | snapshot |
2016-05-09 |
Javen O'Neal | add test case from Anders Ã…berg for bug 59442 |
commit | commitdiff | tree | snapshot |
2016-05-09 |
Javen O'Neal | Test CellUtil with XSSFWorkbook and SXSSFWorkbook instances |
commit | commitdiff | tree | snapshot |
2016-05-09 |
Javen O'Neal | convert TestCellUtil to BaseTestCellUtil so that it... |
commit | commitdiff | tree | snapshot |
2016-05-08 |
Andreas Beeker | #59434 - Cannot add a picture on a slide that already... |
commit | commitdiff | tree | snapshot |
2016-05-05 |
Dominik Stadler | Try to print out more information if the timestamp... |
commit | commitdiff | tree | snapshot |
2016-05-05 |
Dominik Stadler | Close file-handles in tests as well to avoid noise... |
commit | commitdiff | tree | snapshot |
2016-05-05 |
Dominik Stadler | Some general code-fixes found while trying out Java 9 |
commit | commitdiff | tree | snapshot |
2016-05-05 |
Dominik Stadler | Try to catch more network-unavailable cases in TestSign... |
commit | commitdiff | tree | snapshot |
2016-05-05 |
Dominik Stadler | Refactor SSPerformanceTest into a few methods to make... |
commit | commitdiff | tree | snapshot |
2016-05-04 |
Andreas Beeker | #59327 - Setting text direction on a table cell has... |
commit | commitdiff | tree | snapshot |
2016-04-29 |
Andreas Beeker | remove dublin core schemas as we don't use the schemas... |
commit | commitdiff | tree | snapshot |
2016-04-27 |
Andreas Beeker | comment out https check for jdk1.6 |
commit | commitdiff | tree | snapshot |
2016-04-26 |
Javen O'Neal | bug 59383: getFormat should cache data formatter (fix... |
commit | commitdiff | tree | snapshot |
2016-04-18 |
Javen O'Neal | use https URL |
commit | commitdiff | tree | snapshot |
2016-04-18 |
Javen O'Neal | remove unused import |
commit | commitdiff | tree | snapshot |
2016-04-18 |
Javen O'Neal | add unit test for SXSSFSheet#changeRowNum |
commit | commitdiff | tree | snapshot |
2016-04-18 |
Javen O'Neal | add description to dist-nexus target in build.xml |
commit | commitdiff | tree | snapshot |
2016-04-18 |
Javen O'Neal | add test-ss target to test Common SS, HSSF, XSSF, and... |
commit | commitdiff | tree | snapshot |
2016-04-18 |
Javen O'Neal | add test-hssf target to test just HSSF classes, skippin... |
commit | commitdiff | tree | snapshot |
2016-04-18 |
Javen O'Neal | add missing groups to javadocs |
commit | commitdiff | tree | snapshot |
2016-04-18 |
Javen O'Neal | add test-ooxml-ss target to test just (S)XSSF classes... |
commit | commitdiff | tree | snapshot |
2016-04-17 |
Javen O'Neal | whitespace |
commit | commitdiff | tree | snapshot |
2016-04-17 |
Javen O'Neal | whitespace |
commit | commitdiff | tree | snapshot |
2016-04-17 |
Javen O'Neal | add unit test for StringUtil#join |
commit | commitdiff | tree | snapshot |
2016-04-17 |
Javen O'Neal | restore r1739550 and r1739552 (by reverting r1739580... |
commit | commitdiff | tree | snapshot |
2016-04-17 |
Javen O'Neal | reformat exclude classes regular expression for OOXMLLite |
commit | commitdiff | tree | snapshot |
2016-04-17 |
Javen O'Neal | upgrade TestPaletteRecord to junit4 |
commit | commitdiff | tree | snapshot |
2016-04-17 |
Javen O'Neal | bug 58896: write autoSizeColumn timing to POILogger... |
commit | commitdiff | tree | snapshot |
2016-04-17 |
Javen O'Neal | revert r1739548 and r1739550. I could not figure out... |
commit | commitdiff | tree | snapshot |
2016-04-17 |
Javen O'Neal | add comments |
commit | commitdiff | tree | snapshot |
2016-04-17 |
Javen O'Neal | consolidate duplicates between TestXSSF* and TestSXSSF* |
commit | commitdiff | tree | snapshot |
2016-04-17 |
Javen O'Neal | add junit test classes for combined testing of XML... |
commit | commitdiff | tree | snapshot |
2016-04-17 |
Javen O'Neal | bug 59342: add sheet tab color getter and setter |
commit | commitdiff | tree | snapshot |
2016-04-17 |
Javen O'Neal | bug 59342: add sheet tab color getter and setter |
commit | commitdiff | tree | snapshot |
2016-04-17 |
Javen O'Neal | bug 59340: lookup IndexedColors by index |
commit | commitdiff | tree | snapshot |
2016-04-17 |
Javen O'Neal | move unit test for XSSFSheet.setTabColor from TestXSSFW... |
commit | commitdiff | tree | snapshot |
2016-04-17 |
Javen O'Neal | bug 59336: patch from Mark Murphy: deprecate functions... |
commit | commitdiff | tree | snapshot |
2016-04-17 |
Javen O'Neal | bug 59336: patch from Mark Murphy: replace deprecated... |
commit | commitdiff | tree | snapshot |
2016-04-17 |
Javen O'Neal | bug 59338: patch from Mark Murphy to deprecate HSSFCell... |
commit | commitdiff | tree | snapshot |
2016-04-15 |
Andreas Beeker | Nexus upload - mimic the manually uploaded repositories... |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Javen O'Neal | fix Sonar warnings |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Javen O'Neal | bug 59312: delete temporary files even when the output... |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Javen O'Neal | javadocs fixes |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Javen O'Neal | fix several findbugs SF_SWITCH_NO_DEFAULT warnings |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Javen O'Neal | whitespace (tabs to spaces) |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Javen O'Neal | fix several findbugs SF_SWITCH_NO_DEFAULT warnings |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Javen O'Neal | add LINK_TYPE_SECONDARY_CATEGORIES, which appears to... |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Dominik Stadler | Fix compiler warnings and ensure CTChartSheets stays... |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Javen O'Neal | sourceforge findbugs can't be downloaded over HTTPS yet |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Javen O'Neal | use https URLs when available |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Javen O'Neal | junit4 assert* improvements, add CTChartsheet to unit... |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Javen O'Neal | convert to junit4 |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Dominik Stadler | Exclude file that was modified and now fails with the... |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Javen O'Neal | convert to junit4 |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Javen O'Neal | whitespace: +svn:eol-style=native, tabs to 4 spaces |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Javen O'Neal | javadoc typo |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Javen O'Neal | change chart type from 2 independent data series to... |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Javen O'Neal | fix javadocs and findbugs warnings |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Javen O'Neal | bug 59306: add SimpleScatterChart.xls(x) for testing |
commit | commitdiff | tree | snapshot |
2016-04-11 |
Javen O'Neal | bug 52949: add unit test for reading VBA Macros from... |
commit | commitdiff | tree | snapshot |
2016-04-11 |
Javen O'Neal | bug 52949: add Visio (XDGF) file with macros to test... |
commit | commitdiff | tree | snapshot |
2016-04-11 |
Javen O'Neal | bug 52949: add VBAMacroReader unit tests for H/XSLF... |
commit | commitdiff | tree | snapshot |
2016-04-11 |
Javen O'Neal | bug 52949: add Word, Powerpoint, and Visio (HDGF) files... |
commit | commitdiff | tree | snapshot |
2016-04-11 |
Javen O'Neal | add compile dependency to forbidden-apis-check so that... |
commit | commitdiff | tree | snapshot |
2016-04-11 |
Javen O'Neal | bug 52949: fix forbidden apis |
commit | commitdiff | tree | snapshot |
2016-04-10 |
Javen O'Neal | add @NotImplemented annotation to methods that are... |
commit | commitdiff | tree | snapshot |
2016-04-10 |
Javen O'Neal | ignore VBA source files in integration test |
commit | commitdiff | tree | snapshot |
2016-04-10 |
Javen O'Neal | bug 52949: parameterize fromNPOIFS also |
commit | commitdiff | tree | snapshot |
2016-04-10 |
Javen O'Neal | bug 52949: prepare for adding DOC/DOCM and PPT/PPTM... |
commit | commitdiff | tree | snapshot |
2016-04-10 |
Javen O'Neal | bug 52949: add junit test for RLEDecompressingInputStream |
commit | commitdiff | tree | snapshot |
2016-04-10 |
Javen O'Neal | svn propset svn:eol-style native |
commit | commitdiff | tree | snapshot |
2016-04-10 |
Nick Burch | Javadoc tweaks |
commit | commitdiff | tree | snapshot |
2016-04-10 |
Nick Burch | Make the extractor exactly that, powered by the reader... |
commit | commitdiff | tree | snapshot |
2016-04-10 |
Nick Burch | Unit test for VBA macro reading #52949 |
commit | commitdiff | tree | snapshot |
2016-04-10 |
Nick Burch | Start to refactor VBAMacroExtractor into a more general... |
commit | commitdiff | tree | snapshot |
2016-04-10 |
Nick Burch | VBA extraction support from bug #52949 from Barry Lagerweij |
commit | commitdiff | tree | snapshot |
2016-04-10 |
Dominik Stadler | Bug 57844: Add some javadoc for unimplemented features... |
commit | commitdiff | tree | snapshot |
2016-04-09 |
Andreas Beeker | remove copy&paste error in release-prep |
commit | commitdiff | tree | snapshot |
2016-04-08 |
Tim Allison | close fileinputstream on second exception in ZipPackage |
commit | commitdiff | tree | snapshot |
2016-04-07 |
Andreas Beeker | update release-guide and build.xml to the new release... |
commit | commitdiff | tree | snapshot |
2016-04-07 |
Dominik Stadler | In Example FromHowTo, open the OPCPacakge read-only... |
commit | commitdiff | tree | snapshot |
2016-04-06 |
Andreas Beeker | update license - include additional dependencies |
commit | commitdiff | tree | snapshot |
2016-04-06 |
Dominik Stadler | Close two more file-handles in Example FromHowTo |
commit | commitdiff | tree | snapshot |
2016-04-06 |
Dominik Stadler | Tried to evaluate all formulas in worksheets as part... |
commit | commitdiff | tree | snapshot |
next |