| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Bug 48314 - Fixed setting column and row breaks in XSSF, also updated javadocs | Yegor Kozlov | 2011-06-24 | 1 | -3/+17 |
* | Bug 51415 - Fixed Workbook.createSheet(sheetName) to truncate names longer th... | Yegor Kozlov | 2011-06-23 | 2 | -7/+49 |
* | Bug 48408: Improved documentation for Sheet.setColumnWidth | Yegor Kozlov | 2011-06-20 | 1 | -1/+41 |
* | Bug 51339 - Fixed arithmetic rounding in formula evaluation | Yegor Kozlov | 2011-06-13 | 1 | -30/+3 |
* | Bug 51196: more progress with Spreadsheet Chart API | Yegor Kozlov | 2011-06-06 | 10 | -13/+361 |
* | cleaned javadocs warnings | Yegor Kozlov | 2011-06-06 | 1 | -3/+5 |
* | Fix bug #51273 - Hash codes can be negative when working on our own low memor... | Nick Burch | 2011-05-27 | 1 | -3/+2 |
* | Bug 51196: more progress with chart api | Yegor Kozlov | 2011-05-21 | 1 | -1/+2 |
* | Bugzilla 51196: Initial support for Spreadsheet Chart API | Yegor Kozlov | 2011-05-20 | 16 | -4/+670 |
* | Correct docs issue | Nick Burch | 2011-05-13 | 1 | -10/+8 |
* | Add a note about XSSF and HSSF x and y values in client anchors differing | Nick Burch | 2011-05-13 | 1 | -1/+35 |
* | As Java doesn't allow static methods on interfaces, allow HSSFFormulaEvaluato... | Nick Burch | 2011-05-09 | 3 | -1/+12 |
* | Fix bug #51115 - Handle DataFormatter escaping of "." in the same way as "-" ... | Nick Burch | 2011-05-03 | 1 | -0/+1 |
* | Add get/setForceFormulaRecalculation for XSSF, and promote the methods to the... | Nick Burch | 2011-04-21 | 1 | -0/+15 |
* | removed svn:executable from src/java/org/apache/poi/ss/util/SheetUtil.java | Yegor Kozlov | 2011-03-31 | 1 | -0/+0 |
* | Fix bug #48968 - Implement support for HOUR, MINUTE and SECOND formulas | Nick Burch | 2011-03-25 | 2 | -22/+28 |
* | improved DataFormatter, see Bugzilla 50841 | Yegor Kozlov | 2011-03-19 | 3 | -177/+389 |
* | Fix bug #50718 - More helpful error message when you try to create a CellRefe... | Nick Burch | 2011-03-04 | 1 | -1/+4 |
* | Fix bug #50847 - XSSFFont now accepts the full range of Charsets from FontCha... | Nick Burch | 2011-03-04 | 1 | -0/+2 |
* | Fix generics warnings | Nick Burch | 2011-03-04 | 1 | -4/+3 |
* | Fix a couple more 1.6isms | Nick Burch | 2011-02-11 | 1 | -1/+2 |
* | Fix bug #50756 - When formatting numbers based on their Cell Style, treat GEN... | Nick Burch | 2011-02-11 | 1 | -1/+1 |
* | fixed a regression caused by not escaped dollar sumbols, see r1061288 and Bug... | Yegor Kozlov | 2011-02-10 | 1 | -8/+28 |
* | added implementations for CLEAN(), CHAR() and ADDRESS(), see Bugzilla 50607 | Yegor Kozlov | 2011-01-19 | 3 | -3/+161 |
* | Added implementation for MROUND(), VAR() and VARP() | Yegor Kozlov | 2010-12-11 | 6 | -2/+112 |
* | Support for IRR() function, see Bugzilla 50409. Includes fix for Bugzilla 50437 | Yegor Kozlov | 2010-12-10 | 5 | -64/+137 |
* | revert visibility raised for testing | Yegor Kozlov | 2010-11-29 | 1 | -1/+1 |
* | improved work with UDFs and Analysis Toolpack functions, ATP functions are en... | Yegor Kozlov | 2010-11-28 | 8 | -142/+197 |
* | moved ptg classes to org.apache.poi.ss.formula.ptg | Yegor Kozlov | 2010-11-24 | 90 | -113/+5142 |
* | moved common formula-related code to org.apache.poi.ss.formula, eliminated de... | Yegor Kozlov | 2010-11-21 | 102 | -99/+9330 |
* | moved common formula-related code to org.apache.poi.ss.formula, eliminated de... | Yegor Kozlov | 2010-11-21 | 35 | -32/+3036 |
* | use cached formula result when autosizing sheet columns, see Bugzilla 50211 | Yegor Kozlov | 2010-11-09 | 1 | -0/+219 |
* | fixed packaging of files moved from contrib | Yegor Kozlov | 2010-10-19 | 2 | -3/+2 |
* | repackaged poi-contrib to poi-main and poi-examples, excluded contrib from bu... | Yegor Kozlov | 2010-10-06 | 2 | -0/+603 |
* | Add getMimeType() method to HSSF/XSSF PictureData, alongside existing file ex... | Nick Burch | 2010-09-09 | 1 | -0/+4 |
* | improved API for hiding sheets, see Bugzilla 49878 | Yegor Kozlov | 2010-09-05 | 2 | -7/+51 |