aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ss
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
* 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
* 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-232-7/+49
* Bug 48408: Improved documentation for Sheet.setColumnWidthYegor Kozlov2011-06-201-1/+41
* Bug 51339 - Fixed arithmetic rounding in formula evaluationYegor Kozlov2011-06-131-30/+3
* Bug 51196: more progress with Spreadsheet Chart APIYegor Kozlov2011-06-0610-13/+361
* cleaned javadocs warningsYegor Kozlov2011-06-061-3/+5
* Fix bug #51273 - Hash codes can be negative when working on our own low memor...Nick Burch2011-05-271-3/+2
* Bug 51196: more progress with chart apiYegor Kozlov2011-05-211-1/+2
* Bugzilla 51196: Initial support for Spreadsheet Chart APIYegor Kozlov2011-05-2016-4/+670
* 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-093-1/+12
* 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
* removed svn:executable from src/java/org/apache/poi/ss/util/SheetUtil.javaYegor Kozlov2011-03-311-0/+0
* Fix bug #48968 - Implement support for HOUR, MINUTE and SECOND formulasNick Burch2011-03-252-22/+28
* improved DataFormatter, see Bugzilla 50841Yegor Kozlov2011-03-193-177/+389
* Fix bug #50718 - More helpful error message when you try to create a CellRefe...Nick Burch2011-03-041-1/+4
* Fix bug #50847 - XSSFFont now accepts the full range of Charsets from FontCha...Nick Burch2011-03-041-0/+2
* Fix generics warningsNick Burch2011-03-041-4/+3
* Fix a couple more 1.6ismsNick Burch2011-02-111-1/+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
* added implementations for CLEAN(), CHAR() and ADDRESS(), see Bugzilla 50607Yegor Kozlov2011-01-193-3/+161
* Added implementation for MROUND(), VAR() and VARP()Yegor Kozlov2010-12-116-2/+112
* Support for IRR() function, see Bugzilla 50409. Includes fix for Bugzilla 50437Yegor Kozlov2010-12-105-64/+137
* revert visibility raised for testingYegor Kozlov2010-11-291-1/+1
* improved work with UDFs and Analysis Toolpack functions, ATP functions are en...Yegor Kozlov2010-11-288-142/+197
* moved ptg classes to org.apache.poi.ss.formula.ptgYegor Kozlov2010-11-2490-113/+5142
* moved common formula-related code to org.apache.poi.ss.formula, eliminated de...Yegor Kozlov2010-11-21102-99/+9330
* moved common formula-related code to org.apache.poi.ss.formula, eliminated de...Yegor Kozlov2010-11-2135-32/+3036
* use cached formula result when autosizing sheet columns, see Bugzilla 50211Yegor Kozlov2010-11-091-0/+219
* fixed packaging of files moved from contribYegor Kozlov2010-10-192-3/+2
* repackaged poi-contrib to poi-main and poi-examples, excluded contrib from bu...Yegor Kozlov2010-10-062-0/+603
* 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-052-7/+51