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.github.spotbugs-6.1.4
dependabot/gradle/com.github.spotbugs-6.1.5
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-1.17.1
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/net.bytebuddy-byte-buddy-agent-1.17.1
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.cyclonedx.bom-2.1.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
/
util
/
LittleEndian.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for bug 46156 - improved POI's number rendering to more closely match Exc...
Josh Micich
2008-12-01
1
-6
/
+1
*
General clean-up in LittleEndian util class. (Some optimization, some obsolet...
Josh Micich
2008-10-24
1
-289
/
+125
*
Better bounds checking in RecordInputStream. Removed rarely used methods read...
Josh Micich
2008-10-05
1
-14
/
+0
*
Fix for bug 45582 - handle extra bytes after the EOFRecord
Josh Micich
2008-08-07
1
-60
/
+47
*
Big patch from Josh from bug #44504 - lots of formula parser improvements
Nick Burch
2008-03-04
1
-0
/
+10
*
Applying the copy2license.pl script (with tiny modification to allow for more...
Henri Yandell
2006-12-22
1
-5
/
+6
*
* Writing support added to the SummaryInformation and DocumentSummaryInformat...
Rainer Klute
2006-03-03
1
-6
/
+23
*
Applied patch from Piers Taylor
Said Ryan Ackley
2004-03-04
1
-55
/
+17
*
Fixed a rather nasty concurrency issue
Andrew C. Oliver
2003-06-26
1
-30
/
+2
*
Changed copyright from 2002 to 2003
Glen Stampoultzis
2003-04-30
1
-1
/
+1
*
Removed the call to doubleToRawLongBits()
Glen Stampoultzis
2002-08-27
1
-1
/
+5
*
Fixes to chart handling and to a hidden bug to do with where the beginning of...
Glen Stampoultzis
2002-08-21
1
-1
/
+1
*
Merged from 1.5 (SST fixes).
Glen Stampoultzis
2002-06-09
1
-3
/
+14
*
Merged from 1.5 branch.
Glen Stampoultzis
2002-06-02
1
-0
/
+1
*
Added UInt
Andrew C. Oliver
2002-05-11
1
-347
/
+337
*
great patch by craig@adaptivetrade.com (Craig Kelley) --
Andrew C. Oliver
2002-05-10
1
-1
/
+36
*
Made some changes for HDF types
Said Ryan Ackley
2002-04-19
1
-4
/
+29
*
Ryan's patch applied. Thanks Ryan!
Glen Stampoultzis
2002-03-20
1
-52
/
+80
*
Record generator fix plus new record. Must write email regarding it's uses b...
Glen Stampoultzis
2002-03-08
1
-0
/
+33
*
Fixed bug with byte overruns.
Glen Stampoultzis
2002-03-01
1
-0
/
+8
*
Initial revision
Andrew C. Oliver
2002-01-31
1
-0
/
+501