| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 58084: Fix cloning Cell Styles with Borders | Dominik Stadler | 2015-12-04 | 1 | -0/+44 |
* | Eclipse warnings, code formatting, javadoc, ... | Dominik Stadler | 2015-12-04 | 2 | -19/+41 |
* | bug 58570: add get/setActiveCell to Sheet interface, add Cell.getAddress, | Javen O'Neal | 2015-12-04 | 1 | -2/+4 |
* | add @Override annotation. Explicitly specify workbook type returned by SXSSFI... | Javen O'Neal | 2015-11-30 | 1 | -2/+12 |
* | add missing ASF License headers for bug 57450 | Javen O'Neal | 2015-11-30 | 2 | -0/+32 |
* | patch from Stefan Thurnherr: bug 57450: autosize columns in SXSSF using rows ... | Javen O'Neal | 2015-11-30 | 4 | -0/+581 |
* | XSLF: tables can now be removed from sheets/groups | Andreas Beeker | 2015-11-29 | 1 | -0/+19 |
* | Patch from Lyle for bug 52903: HSSFSheet.shiftRows does not shift hyperlink r... | Javen O'Neal | 2015-11-29 | 1 | -107/+0 |
* | #58663 - Pictures cannot be removed from a slide | Andreas Beeker | 2015-11-29 | 1 | -4/+27 |
* | bug 58636: upgrade anchor types from int to AnchorType enum | Javen O'Neal | 2015-11-25 | 1 | -4/+4 |
* | bug 58644: fix HSSFSheet.setZoom(int); update documentation to use non-deprec... | Javen O'Neal | 2015-11-24 | 1 | -2/+1 |
* | whitespace | Javen O'Neal | 2015-11-24 | 1 | -3/+3 |
* | bug 58642: deprecate Sheet.setZoom(numerator, denominator) and replace with S... | Javen O'Neal | 2015-11-24 | 1 | -0/+1 |
* | bug 58642: remove deprecated functions in Spreadsheet Sheet interface and imp... | Javen O'Neal | 2015-11-24 | 2 | -17/+25 |
* | catch IOException and rethrow as RuntimeException | Javen O'Neal | 2015-11-23 | 2 | -9/+20 |
* | prevent slideshow test-data files shapes.pptx and tables_test.pptx from being... | Javen O'Neal | 2015-11-23 | 6 | -25/+100 |
* | whitespace | Javen O'Neal | 2015-11-23 | 1 | -156/+156 |
* | bug 58365: patch from Hannes Erven. Update CommentsTable to use CellAddress i... | Javen O'Neal | 2015-11-23 | 2 | -28/+33 |
* | convert junit3 to junit4 | Javen O'Neal | 2015-11-23 | 1 | -1/+1 |
* | fix unnecessary cast warnings | Andreas Beeker | 2015-11-22 | 1 | -13/+24 |
* | #58617 - Add custom safe XmlBeans type loader / rename vendor specific schema... | Andreas Beeker | 2015-11-21 | 2 | -12/+16 |
* | In preparation for table rendering, added table row heights and column widths... | Andreas Beeker | 2015-11-21 | 6 | -26/+110 |
* | #58630 - Signing failed after deletion of first sheet | Andreas Beeker | 2015-11-20 | 1 | -0/+32 |
* | #58597: Fix tests to not do setAccessible(), add some doPrivileged, too. | Uwe Schindler | 2015-11-11 | 4 | -44/+8 |
* | Add support for HSLF metro blobs | Andreas Beeker | 2015-11-08 | 1 | -3/+17 |
* | Add some more tests for the checks for files that can cause large memory usage. | Dominik Stadler | 2015-11-08 | 1 | -1/+112 |
* | Add a XWPFRun equivalent of isHighlighted, and add to the common WP interface | Nick Burch | 2015-11-05 | 1 | -0/+15 |
* | Patch to bring CTTableStyleInfo into poi-ooxml-schemas by referencing it from... | David North | 2015-11-05 | 1 | -0/+33 |
* | extended forbidden-apis-check to ooxml-tests | Andreas Beeker | 2015-11-05 | 11 | -122/+205 |
* | bug 58576: rename canComputeColumnWidht to canComputeColumnWidth | Javen O'Neal | 2015-11-03 | 1 | -2/+2 |
* | set svn:eol-style native | Javen O'Neal | 2015-11-03 | 1 | -80/+80 |
* | bug 58572: replace Cloneable with copy constructors for spreadsheet Hyperlink... | Javen O'Neal | 2015-11-02 | 2 | -0/+32 |
* | bug58348: add test for copying formula with unregistered UDF | Javen O'Neal | 2015-11-02 | 1 | -1/+14 |
* | bug 58348: add hyperlink copying and merging to CellCopyPolicy | Javen O'Neal | 2015-11-02 | 1 | -1/+95 |
* | don't leave behind files when running unit tests. In the future this should b... | Javen O'Neal | 2015-11-02 | 1 | -0/+4 |
* | whitespace | Javen O'Neal | 2015-11-02 | 2 | -123/+123 |
* | upgrade spreadsheet Hyperlink unit tests from junit3 to junit4 | Javen O'Neal | 2015-11-02 | 1 | -0/+8 |
* | upgrade spreadsheet Hyperlink unit tests from junit3 to junit4 | Javen O'Neal | 2015-11-02 | 2 | -1/+7 |
* | whitespace | Javen O'Neal | 2015-11-02 | 1 | -42/+40 |
* | bug 58348: add support for copying rows for XSSFWorkbooks | Javen O'Neal | 2015-11-02 | 3 | -0/+589 |
* | Fix locale error | Andreas Beeker | 2015-11-01 | 1 | -9/+11 |
* | findbugs fixes | Andreas Beeker | 2015-11-01 | 5 | -330/+401 |
* | replace deprecated usage of AreaReference as a result of bug 56328 | Javen O'Neal | 2015-10-31 | 1 | -11/+15 |
* | bug58452: set cell formulas containing unregistered function names | Javen O'Neal | 2015-10-31 | 1 | -0/+96 |
* | supporting changes for bug 58452: copy cell formulas containing unregistered ... | Javen O'Neal | 2015-10-31 | 1 | -0/+3 |
* | bug 58557: fix from Alessandro Guarascio, shift hyperlinks when shifting rows... | Javen O'Neal | 2015-10-29 | 1 | -0/+106 |
* | Common sl unification - copy first paragraph / textrun properties on XSLFText... | Andreas Beeker | 2015-10-29 | 6 | -42/+56 |
* | Fix Sonar-Maven build, correctly determine path to test-file | Dominik Stadler | 2015-10-26 | 1 | -1/+1 |
* | Bug 56957: Avoid error if Workbook with empty SharedStringTable is written | Dominik Stadler | 2015-10-26 | 1 | -0/+39 |
* | #58532 For Excel cell formats with 3+ parts to them (eg +ve,-ve,0), which | Nick Burch | 2015-10-24 | 1 | -1/+9 |