aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ss/usermodel
Commit message (Expand)AuthorAgeFilesLines
* Bug 51196: more progress with Spreadsheet Chart APIYegor Kozlov2011-06-069-13/+274
* Bugzilla 51196: Initial support for Spreadsheet Chart APIYegor Kozlov2011-05-2015-2/+654
* Correct docs issueNick Burch2011-05-131-10/+8
* Add a note about XSSF and HSSF x and y values in client anchors differingNick Burch2011-05-131-1/+35
* As Java doesn't allow static methods on interfaces, allow HSSFFormulaEvaluato...Nick Burch2011-05-091-0/+10
* Fix bug #51115 - Handle DataFormatter escaping of "." in the same way as "-" ...Nick Burch2011-05-031-0/+1
* Add get/setForceFormulaRecalculation for XSSF, and promote the methods to the...Nick Burch2011-04-211-0/+15
* improved DataFormatter, see Bugzilla 50841Yegor Kozlov2011-03-193-177/+389
* Fix bug #50847 - XSSFFont now accepts the full range of Charsets from FontCha...Nick Burch2011-03-041-0/+2
* Fix bug #50756 - When formatting numbers based on their Cell Style, treat GEN...Nick Burch2011-02-111-1/+1
* fixed a regression caused by not escaped dollar sumbols, see r1061288 and Bug...Yegor Kozlov2011-02-101-8/+28
* improved work with UDFs and Analysis Toolpack functions, ATP functions are en...Yegor Kozlov2010-11-281-0/+9
* moved ptg classes to org.apache.poi.ss.formula.ptgYegor Kozlov2010-11-242-2/+2
* moved common formula-related code to org.apache.poi.ss.formula, eliminated de...Yegor Kozlov2010-11-211-2/+1
* Add getMimeType() method to HSSF/XSSF PictureData, alongside existing file ex...Nick Burch2010-09-091-0/+4
* improved API for hiding sheets, see Bugzilla 49878Yegor Kozlov2010-09-051-7/+39
* fixed XSSFFormulaEvaluator to support blank cells, added BaseTestFormulaEva...Yegor Kozlov2010-09-041-0/+9
* fixed evaluation of XSSF workbooks containing formulas with reference errors ...Yegor Kozlov2010-08-251-1/+1
* support for protecting a XSSF workbook, see Bugzilla #48900Yegor Kozlov2010-08-181-1/+7
* Remove svn:executable property from a series of files that didn't need it setNick Burch2010-08-091-0/+0
* initial support for excel auto-filtersYegor Kozlov2010-08-082-0/+87
* When formatting numbers with DataFormatter, handle brackets following coloursNick Burch2010-06-141-2/+2
* cleaned javadoc warningsYegor Kozlov2010-06-061-1/+1
* Add tests to verify that XSSF and HSSF do the same thing with retrieving the ...Nick Burch2010-06-041-2/+2
* Make the orders match the names, as otherwise people get confused (bug #49381...Nick Burch2010-06-041-1/+1
* Fix bug #49377 - only call DecimalFormat.setRoundingMode on Java 1.6 - it's n...Nick Burch2010-06-032-3/+29
* Fix inspired by bug #48494 - detect and support time formats like HH:MM;HH:MMNick Burch2010-06-022-3/+9
* Fix inspired by bug #48872 - allow DateFormatter.formatRawCellContents to han...Nick Burch2010-06-011-1/+9
* More work inspired by bug #48872 - handle MMMMM and elapsed time formatting r...Nick Burch2010-06-012-13/+181
* More fixes inspired by bug #48872 - handle zero formatting rules, and better ...Nick Burch2010-06-011-18/+68
* Support a couple more crazy formats, as identified in bug #48872, plus test themNick Burch2010-05-281-1/+1
* Solution for bug #48779 - Allow you to get straight from a CellStyle to a Col...Nick Burch2010-05-262-4/+45
* Fix bug #49273 - Correct handling for Font Character Sets with indicies great...Nick Burch2010-05-251-1/+8
* support for data validation for OOXML, see Bugzilla 49244Yegor Kozlov2010-05-164-0/+324
* Fix bug #48485 - Add extra paper size constans to PrintSetup, such as A3, B4 ...Nick Burch2010-03-301-8/+53
* Add patch from Jukka from bug #48617 + test - Optionally allow the overriding...Nick Burch2010-01-261-15/+40
* Tweak the generics definition on workbook so that method signatures on hssf a...Nick Burch2010-01-131-1/+1
* Fix a few generics warningsNick Burch2010-01-131-1/+1
* Added CellRange return type for Sheet array formula methods. Renamed new tes...Josh Micich2009-12-253-12/+75
* added HSSF usermodel tests for array formulas, added support for array formul...Yegor Kozlov2009-12-252-0/+31
* replaced commented code with 'if (false)' blockJosh Micich2009-12-231-16/+16
* improved performance of DateUtil.isCellDateFormatted(), see Bugzilla 48425Yegor Kozlov2009-12-221-22/+56
* improved javadoc on Picture.resize()Yegor Kozlov2009-12-211-0/+12
* Patch 48284 - raise visibility of FormulaParseExceptionJosh Micich2009-11-271-5/+8
* improved work with cell comments in XSSF, also added support for cell comment...Yegor Kozlov2009-11-273-1/+8
* Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b...Josh Micich2009-10-082-6/+6
* Improvements to patch 47809 (support for UDFs)Josh Micich2009-09-172-35/+5
* Reverted initial application of patches 47848(r815935) and 47849(r815942). So...Josh Micich2009-09-161-18/+6
* Added method createEvaluationWorkbook() to CreationHelper, see Bugzilla 47848Yegor Kozlov2009-09-161-0/+12
* improved work with user-defined functions, see Bugzilla 47809Yegor Kozlov2009-09-161-0/+28