| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 58068: Add a method to pass the actual Color to StylesTable.findFont(). | Dominik Stadler | 2017-10-11 | 1 | -5/+24 |
* | adjust tests, javadoc, ... | Dominik Stadler | 2017-10-11 | 1 | -1/+1 |
* | Remove unnecessary type arguments (Java 8) | Dominik Stadler | 2017-09-16 | 6 | -17/+17 |
* | remove more deprecated methods | PJ Fanning | 2017-07-12 | 1 | -9/+0 |
* | remove deprecated methods from CommentsTable | PJ Fanning | 2017-07-12 | 1 | -56/+0 |
* | Remove some deprecated *SSF APIs | PJ Fanning | 2017-06-28 | 1 | -21/+0 |
* | Fix some IntelliJ warnings | Dominik Stadler | 2017-06-18 | 1 | -0/+1 |
* | Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a w... | Greg Woolsey | 2017-05-26 | 2 | -28/+40 |
* | #61085 support table styles | Greg Woolsey | 2017-05-20 | 1 | -1/+12 |
* | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1795002 13f79535-47bb-... | Greg Woolsey | 2017-05-12 | 1 | -2/+42 |
* | 60826 -- clean up. Many, many thanks to Javen O'Neal's code review! | Tim Allison | 2017-03-17 | 1 | -1/+1 |
* | #60331 - Remove deprecated classes - remove constructors with PackageRelation... | Andreas Beeker | 2016-12-03 | 8 | -69/+0 |
* | bug 60343, return null if index is out of bounds in StylesTable's getStyleAt(... | Tim Allison | 2016-11-22 | 1 | -0/+9 |
* | #60331 - Remove deprecated classes (POI 3.16) - remove StylesTable.getNumberF... | Andreas Beeker | 2016-11-12 | 1 | -11/+0 |
* | bug 59718: deprecate get/setBoldweight. Use get/setBold | Javen O'Neal | 2016-06-18 | 1 | -0/+21 |
* | remove deprecated o.a.p.xssf.model.IndexedUDFFinder, which was moved to o.a.p... | Javen O'Neal | 2016-06-11 | 1 | -37/+0 |
* | Code cleanup via IntelliJ: Remove unnecessary semicolon | Dominik Stadler | 2016-04-06 | 1 | -1/+1 |
* | return unmodifiable shared strings to guarentee parallel data structures stay... | Javen O'Neal | 2016-03-22 | 1 | -1/+1 |
* | #57031 - Out of Memory when extracting text from attached files | Andreas Beeker | 2016-03-09 | 1 | -5/+5 |
* | Pull out two more XSSF namespace definitions as re-usable constants | Nick Burch | 2016-02-23 | 1 | -2/+2 |
* | Pull out http://schemas.openxmlformats.org/spreadsheetml/2006/main to a re-us... | Nick Burch | 2016-02-23 | 1 | -5/+2 |
* | Javadocs fixes | Andreas Beeker | 2016-01-13 | 1 | -1/+0 |
* | #54916 - POI does not always read all the slides in pptx files | Andreas Beeker | 2016-01-10 | 8 | -19/+102 |
* | Include full nested exception, not just localized message | Dominik Stadler | 2016-01-01 | 1 | -1/+1 |
* | remove unnecessary @SuppressWarnings("deprecation") warnings (because of old ... | Andreas Beeker | 2016-01-01 | 7 | -11/+0 |
* | javadoc fix | Javen O'Neal | 2015-12-29 | 1 | -1/+1 |
* | bug 58775: set an upper limit on number of data formats, default 250. | Javen O'Neal | 2015-12-29 | 1 | -24/+133 |
* | bug 58778: override a built-in number format, such as using £ instead of $ f... | Javen O'Neal | 2015-12-29 | 1 | -1/+15 |
* | bug 58740: javadocs | Javen O'Neal | 2015-12-28 | 1 | -1/+43 |
* | bug 58775: consolidate HashMap and array numberFormats data structures to one... | Javen O'Neal | 2015-12-28 | 1 | -18/+32 |
* | bug 58775: add Override annotations, Javadocs, and comments | Javen O'Neal | 2015-12-28 | 1 | -0/+8 |
* | bug 58740: add @Internal annotations and decrease access level to methods tha... | Javen O'Neal | 2015-12-28 | 1 | -2/+27 |
* | bug 58740: return unmodifiable list/map when exposing internal data structures | Javen O'Neal | 2015-12-27 | 1 | -4/+5 |
* | fix javadoc warnings from r1715839 bug 58365 | Javen O'Neal | 2015-11-23 | 1 | -3/+3 |
* | bug 58365: patch from Hannes Erven: add method to efficiently get all cell co... | Javen O'Neal | 2015-11-23 | 1 | -3/+2 |
* | bug 58365: patch from Hannes Erven. Update CommentsTable to use CellAddress i... | Javen O'Neal | 2015-11-23 | 1 | -24/+150 |
* | #58617 - Add custom safe XmlBeans type loader / rename vendor specific schema... | Andreas Beeker | 2015-11-21 | 8 | -24/+30 |
* | Eclipse warnings, typos, ... | Dominik Stadler | 2015-11-08 | 2 | -2/+0 |
* | Use the default XmlOptions for all the invocations of the XmlBeans XML parsing | Dominik Stadler | 2015-10-17 | 8 | -8/+16 |
* | POI Bug 58260: Fix checks for limit on number of styles in XSSF/SXSSF and fix... | Dominik Stadler | 2015-08-19 | 1 | -2/+3 |
* | Use an enum to simplify the themes code and tests | Nick Burch | 2015-08-04 | 1 | -25/+38 |
* | Pull out indexes from the switch statement to constants, and fix warnings | Nick Burch | 2015-08-04 | 1 | -13/+26 |
* | Allow creating of an empty Themes Table on request | Nick Burch | 2015-07-22 | 2 | -1/+56 |
* | Ensure consistent ordering when writing out formats following changes in r167... | Nick Burch | 2015-05-03 | 1 | -4/+6 |
* | Fix inconsistent indents | Nick Burch | 2015-05-03 | 1 | -448/+447 |
* | Somewhat speed up creating data formats with large counts, and add maximum fo... | Nick Burch | 2015-05-03 | 1 | -14/+24 |
* | Add missing nested Exception in thrown Exception | Dominik Stadler | 2015-04-19 | 1 | -1/+1 |
* | Switch to explicit includes | Nick Burch | 2014-11-04 | 1 | -1/+16 |
* | Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methods | Andreas Beeker | 2014-09-14 | 1 | -5/+7 |
* | Bug 51222 - XSSFColor.getARGBHex() returns wrong color for Excel 2007 xlsx file | Andreas Beeker | 2014-08-29 | 1 | -27/+47 |