aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ss
Commit message (Collapse)AuthorAgeFilesLines
* support for conditional formatting in XSSF including docs and examplesYegor Kozlov2011-07-299-4/+821
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1152099 13f79535-47bb-0310-9956-ffa450edef68
* Based on Yegor's investigating, Support isRightToLeft and setRightToLeft on ↵Nick Burch2011-07-281-0/+14
| | | | | | the common spreadsheet Sheet interface, as per existing HSSF support git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1152031 13f79535-47bb-0310-9956-ffa450edef68
* Bug 50209 - Fixed evaluation of Subtotals to ignore nested subtotalsYegor Kozlov2011-07-2511-22/+195
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1150673 13f79535-47bb-0310-9956-ffa450edef68
* more progress with support for charts in XSSF, see patch 51196Yegor Kozlov2011-07-204-0/+354
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148642 13f79535-47bb-0310-9956-ffa450edef68
* Support for appending images to existing drawings in HSSFYegor Kozlov2011-07-201-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148637 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #51502 - Correct the Subtotal function javadoc entryNick Burch2011-07-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1145790 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #51469 - XSSF support for row styles, to match existing HSSF ↵Nick Burch2011-07-081-1/+19
| | | | | | functionality git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1144348 13f79535-47bb-0310-9956-ffa450edef68
* Apply patch from bug #51476 - Correct XSSF cell formatting in HTML exportNick Burch2011-07-081-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1144331 13f79535-47bb-0310-9956-ffa450edef68
* bug 48294 - Fixed HSSFWorkbook.setSheetOrder() to respect inter-sheet ↵Yegor Kozlov2011-07-021-1/+58
| | | | | | references git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142219 13f79535-47bb-0310-9956-ffa450edef68
* Bug 51448 - Avoid exception when evaluating workbooks with more than 256 sheetsYegor Kozlov2011-07-021-7/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142181 13f79535-47bb-0310-9956-ffa450edef68
* added Workbook.getForceFormulaRecalculation as requested in Bug 51422Yegor Kozlov2011-06-302-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1141585 13f79535-47bb-0310-9956-ffa450edef68
* Bug 51422 - Support using RecalcIdRecord to trigger a full formula ↵Yegor Kozlov2011-06-272-3/+33
| | | | | | recalculation on load git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1140210 13f79535-47bb-0310-9956-ffa450edef68
* Bug 51431 - Avoid IndexOutOfBoundException when removing freeze panes in XSSFYegor Kozlov2011-06-251-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1139533 13f79535-47bb-0310-9956-ffa450edef68
* cleanup sxxsf temp files after tests, remove non-ascii characters from ↵Yegor Kozlov2011-06-251-2/+2
| | | | | | source code, polished test output git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1139518 13f79535-47bb-0310-9956-ffa450edef68
* Bug 48314 - Fixed setting column and row breaks in XSSF, also updated javadocsYegor Kozlov2011-06-241-3/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1139266 13f79535-47bb-0310-9956-ffa450edef68
* Bug 51415 - Fixed Workbook.createSheet(sheetName) to truncate names longer ↵Yegor Kozlov2011-06-232-7/+49
| | | | | | than 31 characters git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1138819 13f79535-47bb-0310-9956-ffa450edef68
* Bug 48408: Improved documentation for Sheet.setColumnWidthYegor Kozlov2011-06-201-1/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1137656 13f79535-47bb-0310-9956-ffa450edef68
* Bug 51339 - Fixed arithmetic rounding in formula evaluationYegor Kozlov2011-06-131-30/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1135079 13f79535-47bb-0310-9956-ffa450edef68
* Bug 51196: more progress with Spreadsheet Chart APIYegor Kozlov2011-06-0610-13/+361
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1132553 13f79535-47bb-0310-9956-ffa450edef68
* cleaned javadocs warningsYegor Kozlov2011-06-061-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1132549 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #51273 - Hash codes can be negative when working on our own low ↵Nick Burch2011-05-271-3/+2
| | | | | | memory hash for formula cell evaluation git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1128268 13f79535-47bb-0310-9956-ffa450edef68
* Bug 51196: more progress with chart apiYegor Kozlov2011-05-211-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1125662 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 51196: Initial support for Spreadsheet Chart APIYegor Kozlov2011-05-2016-4/+670
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1125275 13f79535-47bb-0310-9956-ffa450edef68
* Correct docs issueNick Burch2011-05-131-10/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1102666 13f79535-47bb-0310-9956-ffa450edef68
* Add a note about XSSF and HSSF x and y values in client anchors differingNick Burch2011-05-131-1/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1102624 13f79535-47bb-0310-9956-ffa450edef68
* As Java doesn't allow static methods on interfaces, allow ↵Nick Burch2011-05-093-1/+12
| | | | | | HSSFFormulaEvaluator or XSSFFormulaEvaluator to generically recalculate all formulas in a workbook git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1101033 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #51115 - Handle DataFormatter escaping of "." in the same way as "-" ↵Nick Burch2011-05-031-0/+1
| | | | | | and "/" git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1098917 13f79535-47bb-0310-9956-ffa450edef68
* Add get/setForceFormulaRecalculation for XSSF, and promote the methods to ↵Nick Burch2011-04-211-0/+15
| | | | | | the common usermodel Sheet, using sheetCalcPr fullCalcOnLoad="true" git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1095667 13f79535-47bb-0310-9956-ffa450edef68
* removed svn:executable from src/java/org/apache/poi/ss/util/SheetUtil.javaYegor Kozlov2011-03-311-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1087234 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #48968 - Implement support for HOUR, MINUTE and SECOND formulasNick Burch2011-03-252-22/+28
| | | | | | | Includes some re-working of the existing Calendar functions, unit tests for the old and new Calendar functions, and a wider date+formula+formatting test for this area git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1085591 13f79535-47bb-0310-9956-ffa450edef68
* improved DataFormatter, see Bugzilla 50841Yegor Kozlov2011-03-193-177/+389
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1083173 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #50718 - More helpful error message when you try to create a ↵Nick Burch2011-03-041-1/+4
| | | | | | CellReference with #REF! git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1078039 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #50847 - XSSFFont now accepts the full range of Charsets from ↵Nick Burch2011-03-041-0/+2
| | | | | | FontChartset git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1077950 13f79535-47bb-0310-9956-ffa450edef68
* Fix generics warningsNick Burch2011-03-041-4/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1077923 13f79535-47bb-0310-9956-ffa450edef68
* Fix a couple more 1.6ismsNick Burch2011-02-111-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1069975 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #50756 - When formatting numbers based on their Cell Style, treat ↵Nick Burch2011-02-111-1/+1
| | | | | | GENERAL the same as the more typical General git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1069775 13f79535-47bb-0310-9956-ffa450edef68
* fixed a regression caused by not escaped dollar sumbols, see r1061288 and ↵Yegor Kozlov2011-02-101-8/+28
| | | | | | Bugzilla 49928 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1069396 13f79535-47bb-0310-9956-ffa450edef68
* added implementations for CLEAN(), CHAR() and ADDRESS(), see Bugzilla 50607Yegor Kozlov2011-01-193-3/+161
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1060788 13f79535-47bb-0310-9956-ffa450edef68
* Added implementation for MROUND(), VAR() and VARP()Yegor Kozlov2010-12-116-2/+112
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1044642 13f79535-47bb-0310-9956-ffa450edef68
* Support for IRR() function, see Bugzilla 50409. Includes fix for Bugzilla 50437Yegor Kozlov2010-12-105-64/+137
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1044370 13f79535-47bb-0310-9956-ffa450edef68
* revert visibility raised for testingYegor Kozlov2010-11-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1040022 13f79535-47bb-0310-9956-ffa450edef68
* improved work with UDFs and Analysis Toolpack functions, ATP functions are ↵Yegor Kozlov2010-11-288-142/+197
| | | | | | enabled by default and user can create / evaluate them just like built-in functions, both HSSF andf XSSF are supported git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1039870 13f79535-47bb-0310-9956-ffa450edef68
* moved ptg classes to org.apache.poi.ss.formula.ptgYegor Kozlov2010-11-2490-113/+5142
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1038688 13f79535-47bb-0310-9956-ffa450edef68
* moved common formula-related code to org.apache.poi.ss.formula, eliminated ↵Yegor Kozlov2010-11-21102-99/+9330
| | | | | | dependencies on HSSF, reduced the number of eclipse warnings git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1037439 13f79535-47bb-0310-9956-ffa450edef68
* moved common formula-related code to org.apache.poi.ss.formula, eliminated ↵Yegor Kozlov2010-11-2135-32/+3036
| | | | | | dependencies on HSSF, reduced the number of eclipse warnings git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1037436 13f79535-47bb-0310-9956-ffa450edef68
* use cached formula result when autosizing sheet columns, see Bugzilla 50211Yegor Kozlov2010-11-091-0/+219
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1033005 13f79535-47bb-0310-9956-ffa450edef68
* fixed packaging of files moved from contribYegor Kozlov2010-10-192-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1024286 13f79535-47bb-0310-9956-ffa450edef68
* repackaged poi-contrib to poi-main and poi-examples, excluded contrib from ↵Yegor Kozlov2010-10-062-0/+603
| | | | | | build artifacts git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1004919 13f79535-47bb-0310-9956-ffa450edef68
* Add getMimeType() method to HSSF/XSSF PictureData, alongside existing file ↵Nick Burch2010-09-091-0/+4
| | | | | | extension git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@995360 13f79535-47bb-0310-9956-ffa450edef68
* improved API for hiding sheets, see Bugzilla 49878Yegor Kozlov2010-09-052-7/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@992772 13f79535-47bb-0310-9956-ffa450edef68