aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ss/util/WorkbookUtil.java
Commit message (Expand)AuthorAgeFilesLines
* Various code cleanups, "final" for static methods is useless, for-loops, simp...Dominik Stadler2017-09-171-2/+2
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-141-26/+0
* remove unused importsJaven O'Neal2017-01-201-2/+0
* bug 60605: remove code for enforcing rule that active sheet cannot be hiddenJaven O'Neal2017-01-201-29/+0
* pull out loop invariants, use List.indexOf to look up sheet indexJaven O'Neal2017-01-201-1/+1
* bug 60605: convert Workbook.SHEET_STATE_* to SheetVisibility enumJaven O'Neal2017-01-201-2/+37
* Bug 57143 - Javadocs and throws clause for WorkbookUtilAndreas Beeker2014-10-271-0/+10
* follow-on to r1294180Yegor Kozlov2012-02-271-31/+54
* Bugzilla 52583 - fixed WorkbookUtil#createSafeSheetName to escape colonYegor Kozlov2012-02-271-1/+4
* Bug 51415 - Fixed Workbook.createSheet(sheetName) to truncate names longer th...Yegor Kozlov2011-06-231-2/+4
* moved common formula-related code to org.apache.poi.ss.formula, eliminated de...Yegor Kozlov2010-11-211-1/+1
* 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
* Add patch from bug #49690 - Add WorkbookUtil, which provies a way of generati...Nick Burch2010-08-041-0/+77