aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ss/util
Commit message (Expand)AuthorAgeFilesLines
* Fix regression introduced by r1516969Dominik Stadler2013-08-241-2/+3
* More unit tests for column conversion, and avoid the use of Math.pow based on...Nick Burch2013-08-231-10/+7
* Inspired by github pull-6, use a StringBuilder for quicker string appendingNick Burch2013-08-231-3/+3
* Bug 55380: Fix endless loop in CellRangeUtil.mergeCellRanges() by not trying ...Dominik Stadler2013-08-121-1/+2
* JavaDoc fixes from #54731 from Dominik StadlerNick Burch2013-06-122-0/+4
* Bug 52628 - Replace System.err info messages with a POILoggerYegor Kozlov2012-11-161-1/+5
* bugzilla ticket 53642: added detailed logging for formula evaluation in both ...Evgeniy Berlog2012-09-051-0/+2
* Bug 53500: split setRepatingRowsAndColumns into setRepeatingRows and setRepea...Yegor Kozlov2012-08-041-2/+6
* Bugzilla 53500 - Getter for repeating rows and columnsYegor Kozlov2012-07-213-22/+34
* Bugzilla >52928 - DateFormatConverter: an utility to convert instances of jav...Yegor Kozlov2012-03-171-0/+426
* follow-on to r1294180Yegor Kozlov2012-02-271-31/+54
* Bugzilla 52583 - fixed WorkbookUtil#createSafeSheetName to escape colonYegor Kozlov2012-02-271-1/+4
* applied patch from Bugzilla 52314: SheetUtil.getColumnWidth could be more fle...Yegor Kozlov2011-12-161-89/+153
* keep rat-check quiet, also started writing xslf docsYegor Kozlov2011-11-071-0/+0
* Fix bug #51963 - Correct AreaReference handling of references containing a sh...Nick Burch2011-10-051-5/+12
* more progress with xssf chart api, see Bug 51196Yegor Kozlov2011-09-103-204/+135
* more progress with support for charts in XSSF, see patch 51196Yegor Kozlov2011-07-204-0/+354
* Bug 51415 - Fixed Workbook.createSheet(sheetName) to truncate names longer th...Yegor Kozlov2011-06-231-2/+4
* Bug 51196: more progress with Spreadsheet Chart APIYegor Kozlov2011-06-061-0/+87
* Bug 51196: more progress with chart apiYegor Kozlov2011-05-211-1/+2
* Bugzilla 51196: Initial support for Spreadsheet Chart APIYegor Kozlov2011-05-201-2/+16
* As Java doesn't allow static methods on interfaces, allow HSSFFormulaEvaluato...Nick Burch2011-05-091-0/+1
* removed svn:executable from src/java/org/apache/poi/ss/util/SheetUtil.javaYegor Kozlov2011-03-311-0/+0
* Fix bug #50718 - More helpful error message when you try to create a CellRefe...Nick Burch2011-03-041-1/+4
* moved common formula-related code to org.apache.poi.ss.formula, eliminated de...Yegor Kozlov2010-11-212-2/+2
* 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
* improved API for hiding sheets, see Bugzilla 49878Yegor Kozlov2010-09-051-0/+12
* fixed XSSFWorkbook.createSheet to throw exception if sheet name begins or en...Yegor Kozlov2010-09-041-0/+55
* Remove svn:executable property from a series of files that didn't need it setNick Burch2010-08-091-0/+0
* Add patch from bug #49690 - Add WorkbookUtil, which provies a way of generati...Nick Burch2010-08-041-0/+77
* Looks like we already had Ref8U but with a different name... Switch to using ...Nick Burch2009-12-271-0/+3
* Added CellRange return type for Sheet array formula methods. Renamed new tes...Josh Micich2009-12-253-23/+165
* added HSSF usermodel tests for array formulas, added support for array formul...Yegor Kozlov2009-12-252-2/+28
* added tests for XSSF usermodel for array formulas, this change is a step towa...Yegor Kozlov2009-12-231-3/+14
* Removed unused imports under src/java and src/testcases. Other minor fixes.Josh Micich2009-12-091-1/+0
* minor changes - initial work on bugzilla 48292 (support for array formulas)Josh Micich2009-11-271-42/+48
* release system resources when calling javax.imageio.ImageIO in Picture.resize()Yegor Kozlov2009-11-061-0/+116
* Bugzilla 47969 - improvements to equals() methodsJosh Micich2009-10-131-209/+201
* Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b...Josh Micich2009-10-081-5/+4
* minor improvements to sheet name validation and identification of cell refere...Josh Micich2009-08-201-20/+36
* Fixing compiler warnings - unnecessary typecastsJosh Micich2009-08-181-198/+184
* Bugzilla 47598 - Improved formula evaluator number comparisonJosh Micich2009-07-296-218/+867
* Improvements to formula evaluation treatment of -0.0. (Refinements to fix for...Josh Micich2009-07-231-46/+46
* Bugzilla 47312 - Fixed formula parser to properly reject cell references with...Josh Micich2009-06-031-60/+52
* Allow columns greater than 255 and rows greater than 0x100000 in XSSF formulasYegor Kozlov2009-05-171-20/+27
* consolidate limits specific to Excel version(Excel97, Excel2007) in Spreadshe...Yegor Kozlov2009-04-063-32/+46
* Bug 46951 - fixed formula parser to better handle range operators and whole r...Josh Micich2009-04-062-2/+10
* added SpreadsheetVersion enum to hold version-specific properties such as max...Yegor Kozlov2009-04-031-1/+1