summaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
trunknearly 2025PJ Fanning3 days
dependabot/gradle/com.github.spotbugs-6.0.27Bump com.github.spotbugs from 6.0.26 to 6.0.27dependabot[bot]2 weeks
dependabot/gradle/com.google.guava-guava-33.4.0-jreBump com.google.guava:guava from 33.3.0-jre to 33.4.0-jredependabot[bot]2 weeks
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.11Bump net.bytebuddy:byte-buddy from 1.15.10 to 1.15.11dependabot[bot]3 weeks
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.11Bump net.bytebuddy:byte-buddy-agent from 1.15.10 to 1.15.11dependabot[bot]3 weeks
dependabot/gradle/junitVersion-5.11.4Bump junitVersion from 5.11.3 to 5.11.4dependabot[bot]3 weeks
dependabot/gradle/log4jVersion-2.24.3Bump log4jVersion from 2.24.2 to 2.24.3dependabot[bot]3 weeks
dependabot/gradle/log4jVersion-2.24.2Bump log4jVersion from 2.23.1 to 2.24.2dependabot[bot]6 weeks
dependabot/gradle/org.sonarqube-6.0.0.5145Bump org.sonarqube from 4.0.0.2929 to 6.0.0.5145dependabot[bot]6 weeks
dependabot/gradle/org.apache.xmlbeans-xmlbeans-5.2.2Bump org.apache.xmlbeans:xmlbeans from 5.2.1 to 5.2.2dependabot[bot]7 weeks
[...]
 
TagDownloadAuthorAge
REL_5_3_0poi-REL_5_3_0.tar.gz  poi-REL_5_3_0.zip  Dominik Stadler4 months
REL_5_2_5poi-REL_5_2_5.tar.gz  poi-REL_5_2_5.zip  PJ Fanning13 months
REL_5_2_4poi-REL_5_2_4.tar.gz  poi-REL_5_2_4.zip  PJ Fanning15 months
REL_5_2_3poi-REL_5_2_3.tar.gz  poi-REL_5_2_3.zip  PJ Fanning2 years
REL_5_2_2poi-REL_5_2_2.tar.gz  poi-REL_5_2_2.zip  PJ Fanning3 years
REL_5_2_1poi-REL_5_2_1.tar.gz  poi-REL_5_2_1.zip  PJ Fanning3 years
REL_5_2_0poi-REL_5_2_0.tar.gz  poi-REL_5_2_0.zip  PJ Fanning3 years
REL_5_1_0poi-REL_5_1_0.tar.gz  poi-REL_5_1_0.zip  PJ Fanning3 years
REL_5_0_0poi-REL_5_0_0.tar.gz  poi-REL_5_0_0.zip  Andreas Beeker4 years
before_junit5_updatepoi-before_junit5_update.tar.gz  poi-before_junit5_update.zip  Andreas Beeker4 years
[...]
 
AgeCommit messageAuthorFilesLines
2016-06-13rename drawBorders(..., short color, ...) to drawColoredBorders to make it ob...ss_border_property_templateJaven O'Neal3-24/+23
2016-06-13test copy constructor: make changes to same range: this is a better test for ...Javen O'Neal1-12/+10
2016-06-13add copy constructorJaven O'Neal2-0/+56
2016-06-13move colors in TestBorderPropertyTemplate to testclass constantsJaven O'Neal1-40/+35
2016-06-12rewrite switch statements to not re-check the switch'd variableJaven O'Neal1-180/+201
2016-06-12rename borderIsNotSetOrBlank to borderIsNotSet. Changing a set border style f...Javen O'Neal1-1/+1
2016-06-12rename borderIsNotSetOrBlank to borderIsNotSet. Changing a set border style f...Javen O'Neal1-5/+5
2016-06-12move check if border line style is blank before setting the border color to a...Javen O'Neal1-4/+13
2016-06-12remove public convenience methods that let the user avoid creating a CellAddr...Javen O'Neal2-63/+50
2016-06-12javadocsJaven O'Neal1-1/+1
[...]