| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 53500: split setRepatingRowsAndColumns into setRepeatingRows and setRepea... | Yegor Kozlov | 2012-08-04 | 3 | -4/+59 |
* | Bugzilla 53500 - Getter for repeating rows and columns | Yegor Kozlov | 2012-07-21 | 4 | -22/+78 |
* | Bugzilla 53369 fixed TestCellFormatPart.testDateFormat failing on jdk 1.7 | Yegor Kozlov | 2012-07-21 | 1 | -2/+5 |
* | Bug 53476 - Support Complex Name in formulas | Yegor Kozlov | 2012-06-27 | 1 | -4/+4 |
* | Fix bug #53389 - Handle formatting General and @ formats even if a locale is ... | Nick Burch | 2012-06-12 | 1 | -5/+20 |
* | Fix bug #48528 - support negative arguments to the DATE() function | Nick Burch | 2012-04-28 | 1 | -5/+30 |
* | Fix bug #53092 - allow specifying of a TimeZone to DateUtil.getJavaDate(), fo... | Nick Burch | 2012-04-27 | 1 | -9/+50 |
* | Bugzilla 53101: fixed evaluation of SUM over cell range > 255 | Yegor Kozlov | 2012-04-21 | 1 | -2/+2 |
* | Bugzilla >52928 - DateFormatConverter: an utility to convert instances of jav... | Yegor Kozlov | 2012-03-17 | 1 | -0/+426 |
* | bugzilla 52818 - Added implementation for RANK() | Yegor Kozlov | 2012-03-05 | 2 | -0/+130 |
* | optimized unused imports and removed deprecation warnings in poi-main | Yegor Kozlov | 2012-03-05 | 7 | -13/+0 |
* | bugzilla 52057 - updated formula test framework to be aware of recently added... | Yegor Kozlov | 2012-02-28 | 1 | -1/+2 |
* | follow-on to r1294180 | Yegor Kozlov | 2012-02-27 | 1 | -31/+54 |
* | Bugzilla 52583 - fixed WorkbookUtil#createSafeSheetName to escape colon | Yegor Kozlov | 2012-02-27 | 1 | -1/+4 |
* | Bugzilla 52708 - misc improvements in CellFormat | Yegor Kozlov | 2012-02-27 | 5 | -34/+214 |
* | polished code to register new function impls in runtime | Yegor Kozlov | 2012-02-26 | 3 | -29/+105 |
* | allow runtime registration of functions in FormulaEvaluator | Yegor Kozlov | 2012-02-21 | 2 | -0/+105 |
* | Add TODO for merging CellFormat and DataFormatter | Nick Burch | 2012-02-20 | 1 | -0/+4 |
* | fixed evaluation of blank cells in COUNTIF, see Bugzilla 51498 | Yegor Kozlov | 2012-02-11 | 1 | -3/+33 |
* | added HSSFFormulaEvaluator.setIgnoreMissingWorkbooks, see Bugzilla 52575 | Yegor Kozlov | 2012-02-07 | 1 | -9/+23 |
* | bugzilla 52575: added an option to ignore missing workbook references in form... | Yegor Kozlov | 2012-02-06 | 4 | -16/+69 |
* | Added implementation for SUMIFS(), see Bugzilla 52462 | Yegor Kozlov | 2012-01-21 | 2 | -1/+153 |
* | Correct fraction formatting quick return logic | Nick Burch | 2012-01-13 | 1 | -1/+1 |
* | Patch from Steve Vysny from bug #52438 - Update CellDateFormatter to handle t... | Nick Burch | 2012-01-09 | 1 | -1/+5 |
* | Bug #52389 - Handle ?/? format fractions as well as #/# ones, and tighten the... | Nick Burch | 2011-12-28 | 1 | -2/+10 |
* | Bugzill 52378: Support for Excel's Analysis Tool Pack functions workday and n... | Yegor Kozlov | 2011-12-21 | 8 | -81/+562 |
* | Inspired by bug #52349 - Merge the logic between the TEXT function and DataFo... | Nick Burch | 2011-12-20 | 2 | -71/+100 |
* | Fix bug #52349 - Correctly support excel style date format strings in the TEX... | Nick Burch | 2011-12-20 | 1 | -10/+11 |
* | applied patch from Bugzilla 52314: SheetUtil.getColumnWidth could be more fle... | Yegor Kozlov | 2011-12-16 | 1 | -89/+153 |
* | fixed javadoc warnings | Yegor Kozlov | 2011-12-09 | 3 | -8/+14 |
* | Patch from Marcel May from bug #51875 - More XSSF formula new-line support | Nick Burch | 2011-12-05 | 1 | -2/+4 |
* | keep rat-check quiet, also started writing xslf docs | Yegor Kozlov | 2011-11-07 | 1 | -0/+0 |
* | Add implementation of RATE from patch in bug #52050 | Nick Burch | 2011-10-19 | 2 | -0/+120 |
* | Fix bug #51963 - Correct AreaReference handling of references containing a sh... | Nick Burch | 2011-10-05 | 1 | -5/+12 |
* | Apply patch from bug #51809 - correct GTE handling in COUNTIF | Nick Burch | 2011-09-14 | 1 | -1/+1 |
* | more progress with xssf chart api, see Bug 51196 | Yegor Kozlov | 2011-09-10 | 15 | -227/+396 |
* | support for conditional formatting in XSSF including docs and examples | Yegor Kozlov | 2011-07-29 | 9 | -4/+821 |
* | Based on Yegor's investigating, Support isRightToLeft and setRightToLeft on t... | Nick Burch | 2011-07-28 | 1 | -0/+14 |
* | Bug 50209 - Fixed evaluation of Subtotals to ignore nested subtotals | Yegor Kozlov | 2011-07-25 | 11 | -22/+195 |
* | more progress with support for charts in XSSF, see patch 51196 | Yegor Kozlov | 2011-07-20 | 4 | -0/+354 |
* | Support for appending images to existing drawings in HSSF | Yegor Kozlov | 2011-07-20 | 1 | -0/+7 |
* | Fix bug #51502 - Correct the Subtotal function javadoc entry | Nick Burch | 2011-07-12 | 1 | -1/+1 |
* | Fix bug #51469 - XSSF support for row styles, to match existing HSSF function... | Nick Burch | 2011-07-08 | 1 | -1/+19 |
* | Apply patch from bug #51476 - Correct XSSF cell formatting in HTML export | Nick Burch | 2011-07-08 | 1 | -2/+2 |
* | bug 48294 - Fixed HSSFWorkbook.setSheetOrder() to respect inter-sheet referen... | Yegor Kozlov | 2011-07-02 | 1 | -1/+58 |
* | Bug 51448 - Avoid exception when evaluating workbooks with more than 256 sheets | Yegor Kozlov | 2011-07-02 | 1 | -7/+17 |
* | added Workbook.getForceFormulaRecalculation as requested in Bug 51422 | Yegor Kozlov | 2011-06-30 | 2 | -1/+8 |
* | Bug 51422 - Support using RecalcIdRecord to trigger a full formula recalculat... | Yegor Kozlov | 2011-06-27 | 2 | -3/+33 |
* | Bug 51431 - Avoid IndexOutOfBoundException when removing freeze panes in XSSF | Yegor Kozlov | 2011-06-25 | 1 | -0/+6 |
* | cleanup sxxsf temp files after tests, remove non-ascii characters from source... | Yegor Kozlov | 2011-06-25 | 1 | -2/+2 |