| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methods | Andreas Beeker | 2014-08-28 | 3 | -12/+17 |
* | Before parsing an OOXML document, reset the xmlbeans sax parser to avoid the ... | Nick Burch | 2014-08-04 | 1 | -4/+8 |
* | #56132 Allow XSSF formula evaluation to also skip missing external workbook r... | Nick Burch | 2014-07-30 | 1 | -0/+1 |
* | There can be more than one linked ExternalLinks table for a workbook #56744 | Nick Burch | 2014-07-19 | 1 | -0/+34 |
* | Initial support for XSSF External Links tables, which hold references to othe... | Nick Burch | 2014-07-18 | 1 | -0/+165 |
* | Bug 49940: Apply patch to avoid XmlValueDisconnectedException when | Dominik Stadler | 2013-10-26 | 1 | -23/+26 |
* | Patch from bug #55650 from Andrej - Avoid AIOOBE if a non-existant Xfs is req... | Nick Burch | 2013-10-22 | 1 | -6/+10 |
* | POI-55292 with added files | Tim Allison | 2013-07-31 | 1 | -0/+68 |
* | Fix JavaDoc warnings | Nick Burch | 2013-06-26 | 1 | -3/+2 |
* | Bug 54920: do not set column and row separatedely, but use a reference | Dominik Stadler | 2013-06-23 | 1 | -1/+12 |
* | Bugzilla 54625 - Register user-defined functions in instance scope instead of... | Yegor Kozlov | 2013-03-03 | 1 | -56/+37 |
* | Fix bug #51955 - XSSFReader supplied StylesTables need to have the theme data... | Nick Burch | 2011-10-05 | 1 | -2/+10 |
* | support for conditional formatting in XSSF including docs and examples | Yegor Kozlov | 2011-07-29 | 1 | -5/+5 |
* | Hopefully fix bug #51236 - make the xssf colour black/white 3 rgb fix apply f... | Nick Burch | 2011-05-23 | 1 | -1/+2 |
* | Fix bug #50956 - Correct XSSF cell style cloning between workbooks | Nick Burch | 2011-04-21 | 1 | -0/+7 |
* | Rename/Move xssf.model.Table to xssf.usermodel.XSSFTable as it now has usermo... | Nick Burch | 2011-04-14 | 1 | -279/+0 |
* | XSSF: reduce memory usage by specifing default namespace for string keys in S... | Maxim Valyanskiy | 2011-04-14 | 1 | -6/+15 |
* | Add support for adding a table to a XSSFSheet | Nick Burch | 2011-04-08 | 1 | -0/+18 |
* | Fix bug #50846 - XSSFCellBorder needs a theme table too, but as it gets creat... | Nick Burch | 2011-03-18 | 1 | -2/+9 |
* | Fix bug #50784 - XSSFColors return by XSSFFont now have theme information app... | Nick Burch | 2011-03-04 | 1 | -0/+4 |
* | Hopefully fix bug #50846 - Improve how XSSFColor inherits from Themes, by pus... | Nick Burch | 2011-03-04 | 2 | -2/+25 |
* | Fix bug #50829 - Support for getting the tables associated with a XSSFSheet | Nick Burch | 2011-02-25 | 1 | -0/+14 |
* | Fix bug #50299 with patch from Andrei - Fix XSSFColor fetching of white and b... | Nick Burch | 2011-02-18 | 1 | -1/+11 |
* | improved work with UDFs and Analysis Toolpack functions, ATP functions are en... | Yegor Kozlov | 2010-11-28 | 1 | -0/+56 |
* | suppress deprecation warnings in poi-ooxml | Yegor Kozlov | 2010-10-14 | 1 | -0/+1 |
* | revert usages of getXYZList() back to getXYZArray() in XSSF, also misc perfor... | Yegor Kozlov | 2010-10-14 | 4 | -34/+50 |
* | Fix bug #47582 - XSSFCellStyle support for creating a style in one workbook b... | Nick Burch | 2010-09-20 | 1 | -1/+5 |
* | Fix bug #49702 - Correct XSSFWorkbook.getNumCellStyles to check the right sty... | Nick Burch | 2010-08-04 | 1 | -1/+3 |
* | Fix deprecated warnings | Nick Burch | 2010-07-02 | 6 | -16/+16 |
* | Revert r954835 now that POI 3.7 beta1 is out - go back to using 1.5 compiled ... | Nick Burch | 2010-06-22 | 1 | -1/+1 |
* | Temporary switch back to using only ooxml-schemas-1.0 (no lists). Revert this... | Nick Burch | 2010-06-15 | 1 | -1/+1 |
* | Fix bug #49432 - Lazy caching of XSSFComment CTComment objects by reference, ... | Nick Burch | 2010-06-14 | 1 | -9/+39 |
* | cleaned javadoc warnings | Yegor Kozlov | 2010-06-06 | 2 | -10/+9 |