index
:
poi.git
BUILD_BRANCH
NIO_32_BRANCH
NIO_BRANCH
REL_1_5_BRANCH
REL_2_BRANCH
REL_3_10_BRANCH
REL_3_11_BRANCH
common_sl
dependabot/gradle/batikVersion-1.18
dependabot/gradle/bouncyCastleVersion-1.80
dependabot/gradle/com.fasterxml.woodstox-woodstox-core-7.1.0
dependabot/gradle/com.github.spotbugs-6.0.24
dependabot/gradle/com.github.spotbugs-6.0.25
dependabot/gradle/com.github.spotbugs-6.0.26
dependabot/gradle/com.github.spotbugs-6.0.27
dependabot/gradle/com.github.spotbugs-6.1.0
dependabot/gradle/com.github.spotbugs-6.1.1
dependabot/gradle/com.github.spotbugs-6.1.2
dependabot/gradle/com.github.spotbugs-6.1.3
dependabot/gradle/com.google.guava-guava-33.3.1-jre
dependabot/gradle/com.google.guava-guava-33.4.0-jre
dependabot/gradle/commons-codec-commons-codec-1.17.2
dependabot/gradle/commons-codec-commons-codec-1.18.0
dependabot/gradle/de.thetaphi.forbiddenapis-3.8
dependabot/gradle/junitVersion-5.11.2
dependabot/gradle/junitVersion-5.11.3
dependabot/gradle/junitVersion-5.11.4
dependabot/gradle/log4jVersion-2.24.1
dependabot/gradle/log4jVersion-2.24.2
dependabot/gradle/log4jVersion-2.24.3
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.10
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.11
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.3
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.4
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.5
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.7
dependabot/gradle/net.bytebuddy-byte-buddy-1.17.0
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.10
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.11
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.3
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.4
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.5
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.7
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.17.0
dependabot/gradle/org.apache.pdfbox-pdfbox-3.0.4
dependabot/gradle/org.apache.santuario-xmlsec-4.0.3
dependabot/gradle/org.apache.xmlbeans-xmlbeans-5.2.2
dependabot/gradle/org.cyclonedx.bom-2.0.0
dependabot/gradle/org.mockito-mockito-core-5.14.1
dependabot/gradle/org.mockito-mockito-core-5.14.2
dependabot/gradle/org.mockito-mockito-core-5.15.2
dependabot/gradle/org.sonarqube-6.0.0.5145
excelant
gsoc2012
hemf
hssf_cryptoapi
jakarta-poi
log4j
maven
mv
ooxml
performance-branch
ss_border_property_template
table-borders
trunk
wmf_render
xml_signature
xssf_structured_references
Mirror of Apache POI: https://github.com/apache/poi
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
java
/
org
/
apache
/
poi
/
ss
/
util
/
WorkbookUtil.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Various code cleanups, "final" for static methods is useless, for-loops, simp...
Dominik Stadler
2017-09-17
1
-2
/
+2
*
remove some deprecated code slated for removal in 3.18
PJ Fanning
2017-09-14
1
-26
/
+0
*
remove unused imports
Javen O'Neal
2017-01-20
1
-2
/
+0
*
bug 60605: remove code for enforcing rule that active sheet cannot be hidden
Javen O'Neal
2017-01-20
1
-29
/
+0
*
pull out loop invariants, use List.indexOf to look up sheet index
Javen O'Neal
2017-01-20
1
-1
/
+1
*
bug 60605: convert Workbook.SHEET_STATE_* to SheetVisibility enum
Javen O'Neal
2017-01-20
1
-2
/
+37
*
Bug 57143 - Javadocs and throws clause for WorkbookUtil
Andreas Beeker
2014-10-27
1
-0
/
+10
*
follow-on to r1294180
Yegor Kozlov
2012-02-27
1
-31
/
+54
*
Bugzilla 52583 - fixed WorkbookUtil#createSafeSheetName to escape colon
Yegor Kozlov
2012-02-27
1
-1
/
+4
*
Bug 51415 - Fixed Workbook.createSheet(sheetName) to truncate names longer th...
Yegor Kozlov
2011-06-23
1
-2
/
+4
*
moved common formula-related code to org.apache.poi.ss.formula, eliminated de...
Yegor Kozlov
2010-11-21
1
-1
/
+1
*
improved API for hiding sheets, see Bugzilla 49878
Yegor Kozlov
2010-09-05
1
-0
/
+12
*
fixed XSSFWorkbook.createSheet to throw exception if sheet name begins or en...
Yegor Kozlov
2010-09-04
1
-0
/
+55
*
Add patch from bug #49690 - Add WorkbookUtil, which provies a way of generati...
Nick Burch
2010-08-04
1
-0
/
+77