aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ss/usermodel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support for appending images to existing drawings in HSSFYegor Kozlov2011-07-201-0/+7
* Fix bug #51469 - XSSF support for row styles, to match existing HSSF function...Nick Burch2011-07-081-1/+19
* 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
* Bug 48314 - Fixed setting column and row breaks in XSSF, also updated javadocsYegor Kozlov2011-06-241-3/+17
* Bug 51415 - Fixed Workbook.createSheet(sheetName) to truncate names longer th...Yegor Kozlov2011-06-231-5/+45
* Bug 48408: Improved documentation for Sheet.setColumnWidthYegor Kozlov2011-06-201-1/+41
* 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