| 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 |
* | Support for appending images to existing drawings in HSSF | Yegor Kozlov | 2011-07-20 | 1 | -0/+7 |
* | Fix bug #51469 - XSSF support for row styles, to match existing HSSF function... | Nick Burch | 2011-07-08 | 1 | -1/+19 |
* | 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 | 1 | -5/+45 |
* | Bug 48408: Improved documentation for Sheet.setColumnWidth | Yegor Kozlov | 2011-06-20 | 1 | -1/+41 |
* | Bug 51196: more progress with Spreadsheet Chart API | Yegor Kozlov | 2011-06-06 | 9 | -13/+274 |
* | Bugzilla 51196: Initial support for Spreadsheet Chart API | Yegor Kozlov | 2011-05-20 | 15 | -2/+654 |
* | 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 | 1 | -0/+10 |
* | 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 |
* | improved DataFormatter, see Bugzilla 50841 | Yegor Kozlov | 2011-03-19 | 3 | -177/+389 |
* | Fix bug #50847 - XSSFFont now accepts the full range of Charsets from FontCha... | Nick Burch | 2011-03-04 | 1 | -0/+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 |
* | improved work with UDFs and Analysis Toolpack functions, ATP functions are en... | Yegor Kozlov | 2010-11-28 | 1 | -0/+9 |
* | moved ptg classes to org.apache.poi.ss.formula.ptg | Yegor Kozlov | 2010-11-24 | 2 | -2/+2 |
* | moved common formula-related code to org.apache.poi.ss.formula, eliminated de... | Yegor Kozlov | 2010-11-21 | 1 | -2/+1 |
* | 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 | 1 | -7/+39 |
* | fixed XSSFFormulaEvaluator to support blank cells, added BaseTestFormulaEva... | Yegor Kozlov | 2010-09-04 | 1 | -0/+9 |
* | fixed evaluation of XSSF workbooks containing formulas with reference errors ... | Yegor Kozlov | 2010-08-25 | 1 | -1/+1 |
* | support for protecting a XSSF workbook, see Bugzilla #48900 | Yegor Kozlov | 2010-08-18 | 1 | -1/+7 |
* | Remove svn:executable property from a series of files that didn't need it set | Nick Burch | 2010-08-09 | 1 | -0/+0 |
* | initial support for excel auto-filters | Yegor Kozlov | 2010-08-08 | 2 | -0/+87 |
* | When formatting numbers with DataFormatter, handle brackets following colours | Nick Burch | 2010-06-14 | 1 | -2/+2 |
* | cleaned javadoc warnings | Yegor Kozlov | 2010-06-06 | 1 | -1/+1 |
* | Add tests to verify that XSSF and HSSF do the same thing with retrieving the ... | Nick Burch | 2010-06-04 | 1 | -2/+2 |
* | Make the orders match the names, as otherwise people get confused (bug #49381... | Nick Burch | 2010-06-04 | 1 | -1/+1 |
* | Fix bug #49377 - only call DecimalFormat.setRoundingMode on Java 1.6 - it's n... | Nick Burch | 2010-06-03 | 2 | -3/+29 |
* | Fix inspired by bug #48494 - detect and support time formats like HH:MM;HH:MM | Nick Burch | 2010-06-02 | 2 | -3/+9 |
* | Fix inspired by bug #48872 - allow DateFormatter.formatRawCellContents to han... | Nick Burch | 2010-06-01 | 1 | -1/+9 |
* | More work inspired by bug #48872 - handle MMMMM and elapsed time formatting r... | Nick Burch | 2010-06-01 | 2 | -13/+181 |
* | More fixes inspired by bug #48872 - handle zero formatting rules, and better ... | Nick Burch | 2010-06-01 | 1 | -18/+68 |
* | Support a couple more crazy formats, as identified in bug #48872, plus test them | Nick Burch | 2010-05-28 | 1 | -1/+1 |
* | Solution for bug #48779 - Allow you to get straight from a CellStyle to a Col... | Nick Burch | 2010-05-26 | 2 | -4/+45 |
* | Fix bug #49273 - Correct handling for Font Character Sets with indicies great... | Nick Burch | 2010-05-25 | 1 | -1/+8 |
* | support for data validation for OOXML, see Bugzilla 49244 | Yegor Kozlov | 2010-05-16 | 4 | -0/+324 |
* | Fix bug #48485 - Add extra paper size constans to PrintSetup, such as A3, B4 ... | Nick Burch | 2010-03-30 | 1 | -8/+53 |
* | Add patch from Jukka from bug #48617 + test - Optionally allow the overriding... | Nick Burch | 2010-01-26 | 1 | -15/+40 |
* | Tweak the generics definition on workbook so that method signatures on hssf a... | Nick Burch | 2010-01-13 | 1 | -1/+1 |
* | Fix a few generics warnings | Nick Burch | 2010-01-13 | 1 | -1/+1 |
* | Added CellRange return type for Sheet array formula methods. Renamed new tes... | Josh Micich | 2009-12-25 | 3 | -12/+75 |