aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xssf/model
Commit message (Expand)AuthorAgeFilesLines
* fix javadoc warnings from r1715839 bug 58365Javen O'Neal2015-11-231-3/+3
* bug 58365: patch from Hannes Erven: add method to efficiently get all cell co...Javen O'Neal2015-11-231-3/+2
* bug 58365: patch from Hannes Erven. Update CommentsTable to use CellAddress i...Javen O'Neal2015-11-231-24/+150
* #58617 - Add custom safe XmlBeans type loader / rename vendor specific schema...Andreas Beeker2015-11-218-24/+30
* Eclipse warnings, typos, ...Dominik Stadler2015-11-082-2/+0
* Use the default XmlOptions for all the invocations of the XmlBeans XML parsingDominik Stadler2015-10-178-8/+16
* POI Bug 58260: Fix checks for limit on number of styles in XSSF/SXSSF and fix...Dominik Stadler2015-08-191-2/+3
* Use an enum to simplify the themes code and testsNick Burch2015-08-041-25/+38
* Pull out indexes from the switch statement to constants, and fix warningsNick Burch2015-08-041-13/+26
* Allow creating of an empty Themes Table on requestNick Burch2015-07-222-1/+56
* Ensure consistent ordering when writing out formats following changes in r167...Nick Burch2015-05-031-4/+6
* Fix inconsistent indentsNick Burch2015-05-031-448/+447
* Somewhat speed up creating data formats with large counts, and add maximum fo...Nick Burch2015-05-031-14/+24
* Add missing nested Exception in thrown ExceptionDominik Stadler2015-04-191-1/+1
* Switch to explicit includesNick Burch2014-11-041-1/+16
* Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methodsAndreas Beeker2014-09-141-5/+7
* Bug 51222 - XSSFColor.getARGBHex() returns wrong color for Excel 2007 xlsx file Andreas Beeker2014-08-291-27/+47
* Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methodsAndreas Beeker2014-08-283-12/+17
* Before parsing an OOXML document, reset the xmlbeans sax parser to avoid the ...Nick Burch2014-08-041-4/+8
* #56132 Allow XSSF formula evaluation to also skip missing external workbook r...Nick Burch2014-07-301-0/+1
* There can be more than one linked ExternalLinks table for a workbook #56744Nick Burch2014-07-191-0/+34
* Initial support for XSSF External Links tables, which hold references to othe...Nick Burch2014-07-181-0/+165
* Bug 49940: Apply patch to avoid XmlValueDisconnectedException whenDominik Stadler2013-10-261-23/+26
* Patch from bug #55650 from Andrej - Avoid AIOOBE if a non-existant Xfs is req...Nick Burch2013-10-221-6/+10
* POI-55292 with added filesTim Allison2013-07-311-0/+68
* Fix JavaDoc warningsNick Burch2013-06-261-3/+2
* Bug 54920: do not set column and row separatedely, but use a referenceDominik Stadler2013-06-231-1/+12
* Bugzilla 54625 - Register user-defined functions in instance scope instead of...Yegor Kozlov2013-03-031-56/+37
* Fix bug #51955 - XSSFReader supplied StylesTables need to have the theme data...Nick Burch2011-10-051-2/+10
* support for conditional formatting in XSSF including docs and examplesYegor Kozlov2011-07-291-5/+5
* Hopefully fix bug #51236 - make the xssf colour black/white 3 rgb fix apply f...Nick Burch2011-05-231-1/+2
* Fix bug #50956 - Correct XSSF cell style cloning between workbooksNick Burch2011-04-211-0/+7
* Rename/Move xssf.model.Table to xssf.usermodel.XSSFTable as it now has usermo...Nick Burch2011-04-141-279/+0
* XSSF: reduce memory usage by specifing default namespace for string keys in S...Maxim Valyanskiy2011-04-141-6/+15
* Add support for adding a table to a XSSFSheetNick Burch2011-04-081-0/+18
* Fix bug #50846 - XSSFCellBorder needs a theme table too, but as it gets creat...Nick Burch2011-03-181-2/+9
* Fix bug #50784 - XSSFColors return by XSSFFont now have theme information app...Nick Burch2011-03-041-0/+4
* Hopefully fix bug #50846 - Improve how XSSFColor inherits from Themes, by pus...Nick Burch2011-03-042-2/+25
* Fix bug #50829 - Support for getting the tables associated with a XSSFSheetNick Burch2011-02-251-0/+14
* Fix bug #50299 with patch from Andrei - Fix XSSFColor fetching of white and b...Nick Burch2011-02-181-1/+11
* improved work with UDFs and Analysis Toolpack functions, ATP functions are en...Yegor Kozlov2010-11-281-0/+56
* suppress deprecation warnings in poi-ooxmlYegor Kozlov2010-10-141-0/+1
* revert usages of getXYZList() back to getXYZArray() in XSSF, also misc perfor...Yegor Kozlov2010-10-144-34/+50
* Fix bug #47582 - XSSFCellStyle support for creating a style in one workbook b...Nick Burch2010-09-201-1/+5
* Fix bug #49702 - Correct XSSFWorkbook.getNumCellStyles to check the right sty...Nick Burch2010-08-041-1/+3
* Fix deprecated warningsNick Burch2010-07-026-16/+16
* Revert r954835 now that POI 3.7 beta1 is out - go back to using 1.5 compiled ...Nick Burch2010-06-221-1/+1
* Temporary switch back to using only ooxml-schemas-1.0 (no lists). Revert this...Nick Burch2010-06-151-1/+1
* Fix bug #49432 - Lazy caching of XSSFComment CTComment objects by reference, ...Nick Burch2010-06-141-9/+39
* cleaned javadoc warningsYegor Kozlov2010-06-062-10/+9