aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ss
Commit message (Expand)AuthorAgeFilesLines
* Bug 53500: split setRepatingRowsAndColumns into setRepeatingRows and setRepea...Yegor Kozlov2012-08-043-4/+59
* Bugzilla 53500 - Getter for repeating rows and columnsYegor Kozlov2012-07-214-22/+78
* Bugzilla 53369 fixed TestCellFormatPart.testDateFormat failing on jdk 1.7Yegor Kozlov2012-07-211-2/+5
* Bug 53476 - Support Complex Name in formulasYegor Kozlov2012-06-271-4/+4
* Fix bug #53389 - Handle formatting General and @ formats even if a locale is ...Nick Burch2012-06-121-5/+20
* Fix bug #48528 - support negative arguments to the DATE() functionNick Burch2012-04-281-5/+30
* Fix bug #53092 - allow specifying of a TimeZone to DateUtil.getJavaDate(), fo...Nick Burch2012-04-271-9/+50
* Bugzilla 53101: fixed evaluation of SUM over cell range > 255Yegor Kozlov2012-04-211-2/+2
* Bugzilla >52928 - DateFormatConverter: an utility to convert instances of jav...Yegor Kozlov2012-03-171-0/+426
* bugzilla 52818 - Added implementation for RANK()Yegor Kozlov2012-03-052-0/+130
* optimized unused imports and removed deprecation warnings in poi-mainYegor Kozlov2012-03-057-13/+0
* bugzilla 52057 - updated formula test framework to be aware of recently added...Yegor Kozlov2012-02-281-1/+2
* follow-on to r1294180Yegor Kozlov2012-02-271-31/+54
* Bugzilla 52583 - fixed WorkbookUtil#createSafeSheetName to escape colonYegor Kozlov2012-02-271-1/+4
* Bugzilla 52708 - misc improvements in CellFormatYegor Kozlov2012-02-275-34/+214
* polished code to register new function impls in runtimeYegor Kozlov2012-02-263-29/+105
* allow runtime registration of functions in FormulaEvaluatorYegor Kozlov2012-02-212-0/+105
* Add TODO for merging CellFormat and DataFormatterNick Burch2012-02-201-0/+4
* fixed evaluation of blank cells in COUNTIF, see Bugzilla 51498Yegor Kozlov2012-02-111-3/+33
* added HSSFFormulaEvaluator.setIgnoreMissingWorkbooks, see Bugzilla 52575Yegor Kozlov2012-02-071-9/+23
* bugzilla 52575: added an option to ignore missing workbook references in form...Yegor Kozlov2012-02-064-16/+69
* Added implementation for SUMIFS(), see Bugzilla 52462Yegor Kozlov2012-01-212-1/+153
* Correct fraction formatting quick return logicNick Burch2012-01-131-1/+1
* Patch from Steve Vysny from bug #52438 - Update CellDateFormatter to handle t...Nick Burch2012-01-091-1/+5
* Bug #52389 - Handle ?/? format fractions as well as #/# ones, and tighten the...Nick Burch2011-12-281-2/+10
* Bugzill 52378: Support for Excel's Analysis Tool Pack functions workday and n...Yegor Kozlov2011-12-218-81/+562
* Inspired by bug #52349 - Merge the logic between the TEXT function and DataFo...Nick Burch2011-12-202-71/+100
* Fix bug #52349 - Correctly support excel style date format strings in the TEX...Nick Burch2011-12-201-10/+11
* applied patch from Bugzilla 52314: SheetUtil.getColumnWidth could be more fle...Yegor Kozlov2011-12-161-89/+153
* fixed javadoc warningsYegor Kozlov2011-12-093-8/+14
* Patch from Marcel May from bug #51875 - More XSSF formula new-line supportNick Burch2011-12-051-2/+4
* keep rat-check quiet, also started writing xslf docsYegor Kozlov2011-11-071-0/+0
* Add implementation of RATE from patch in bug #52050Nick Burch2011-10-192-0/+120
* Fix bug #51963 - Correct AreaReference handling of references containing a sh...Nick Burch2011-10-051-5/+12
* Apply patch from bug #51809 - correct GTE handling in COUNTIFNick Burch2011-09-141-1/+1
* more progress with xssf chart api, see Bug 51196Yegor Kozlov2011-09-1015-227/+396
* support for conditional formatting in XSSF including docs and examplesYegor Kozlov2011-07-299-4/+821
* Based on Yegor's investigating, Support isRightToLeft and setRightToLeft on t...Nick Burch2011-07-281-0/+14
* Bug 50209 - Fixed evaluation of Subtotals to ignore nested subtotalsYegor Kozlov2011-07-2511-22/+195
* more progress with support for charts in XSSF, see patch 51196Yegor Kozlov2011-07-204-0/+354
* Support for appending images to existing drawings in HSSFYegor Kozlov2011-07-201-0/+7
* Fix bug #51502 - Correct the Subtotal function javadoc entryNick Burch2011-07-121-1/+1
* Fix bug #51469 - XSSF support for row styles, to match existing HSSF function...Nick Burch2011-07-081-1/+19
* Apply patch from bug #51476 - Correct XSSF cell formatting in HTML exportNick Burch2011-07-081-2/+2
* bug 48294 - Fixed HSSFWorkbook.setSheetOrder() to respect inter-sheet referen...Yegor Kozlov2011-07-021-1/+58
* Bug 51448 - Avoid exception when evaluating workbooks with more than 256 sheetsYegor Kozlov2011-07-021-7/+17
* added Workbook.getForceFormulaRecalculation as requested in Bug 51422Yegor Kozlov2011-06-302-1/+8
* Bug 51422 - Support using RecalcIdRecord to trigger a full formula recalculat...Yegor Kozlov2011-06-272-3/+33
* Bug 51431 - Avoid IndexOutOfBoundException when removing freeze panes in XSSFYegor Kozlov2011-06-251-0/+6
* cleanup sxxsf temp files after tests, remove non-ascii characters from source...Yegor Kozlov2011-06-251-2/+2