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/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.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/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-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/org.apache.santuario-xmlsec-4.0.3
dependabot/gradle/org.apache.xmlbeans-xmlbeans-5.2.2
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
/
testcases
/
org
/
apache
/
poi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add some missing close(), reduce output in unit tests and remove some other E...
Dominik Stadler
2015-07-07
2
-2
/
+1
*
When writing the mini-stream, set the size of it on the root property #58061
Nick Burch
2015-07-06
1
-0
/
+4
*
Helper method to report the number of blocks used in a BAT
Nick Burch
2015-07-06
1
-0
/
+54
*
Fix OPOIFS generics warnings
Nick Burch
2015-07-02
1
-17
/
+14
*
To better match OPOIFS, pad to the end of a block with 0xFF/-1
Nick Burch
2015-07-01
1
-0
/
+2
*
More NPOIFS ministream tests
Nick Burch
2015-06-30
2
-3
/
+95
*
Put the properties table at block 0, with the first BAT at block 1, to hopefu...
Nick Burch
2015-06-28
3
-136
/
+133
*
Bug 56865 - Limit number of bytes (by counting them) while opening office docs
Andreas Beeker
2015-06-23
1
-0
/
+1
*
Bug 58069 - Biff8RC4 xorShort returns wrong value for unsigned shorts
Andreas Beeker
2015-06-23
1
-3
/
+24
*
Bug 58040 - Log Forging
Andreas Beeker
2015-06-21
2
-34
/
+78
*
Bug 57923: Fix check for tokens in NameRecord.getExternSheetNumber() to avoid...
Dominik Stadler
2015-06-21
1
-6
/
+33
*
Bug 56655: Fix Sumifs for cases where the criteria is in error.
Dominik Stadler
2015-06-20
1
-0
/
+81
*
Bug 56420: Fix possible NullPointerException when empty cell is included in S...
Dominik Stadler
2015-06-20
1
-0
/
+9
*
Comment out writing to file in c:/temp which breaks the build now
Dominik Stadler
2015-06-17
1
-6
/
+6
*
Move more tests into base class and add a TestSXSSFBugs class to verify some ...
Dominik Stadler
2015-06-17
2
-24
/
+277
*
Whitespace seems to be confusing the license header check; try pasting one of...
David North
2015-06-15
1
-18
/
+16
*
One more file with missing license header
Dominik Stadler
2015-06-15
1
-0
/
+18
*
Add explicit test for NPE only caught by other tests. Test '97 fallback behav...
David North
2015-06-12
1
-0
/
+5
*
My own patch to fix #56328
David North
2015-06-12
1
-0
/
+50
*
Bug 53109: Correctly handle unicode strings in NameCommentRecord
Dominik Stadler
2015-06-01
1
-0
/
+20
*
Patch from René Scheibe from bug #57512 - Fix potential NPE in DateUtil for ...
Nick Burch
2015-05-31
1
-0
/
+92
*
#56791 Make NPOIFS the default when POIFSFileSystem is requested
Nick Burch
2015-05-26
1
-7
/
+9
*
Force OPOIFS test to explicitly create OPOIFS instance
Nick Burch
2015-05-26
1
-9
/
+9
*
Force OPOIFS test to explicitly create OPOIFS instance
Nick Burch
2015-05-26
1
-2
/
+2
*
Fix warnings
Nick Burch
2015-05-26
1
-2
/
+10
*
Fix testing for NPOIFS zero-length stream writing
Nick Burch
2015-05-26
1
-2
/
+31
*
Fix NPOIFS to handle dodgy excel-95 file from bug #46904
Nick Burch
2015-05-26
1
-3
/
+0
*
More 0 byte stream tests
Nick Burch
2015-05-26
1
-0
/
+32
*
Add verification unit test for bug 47169
Dominik Stadler
2015-05-20
1
-1
/
+10
*
Apply fix reported in bug 47661 and add unit tests
Dominik Stadler
2015-05-20
1
-3
/
+21
*
Prevent problems reported in Bug 56574 by ensuring that Cells are properly re...
Dominik Stadler
2015-05-19
1
-3
/
+52
*
Adjust error message to have the same error across different types of Workboo...
Dominik Stadler
2015-05-12
2
-4
/
+11
*
Fix unit test which asserts on actual error message
Dominik Stadler
2015-05-12
1
-1
/
+2
*
Avoid possible NPE found via CommonCrawl files
Dominik Stadler
2015-05-11
2
-1
/
+9
*
#56791 More updates from OPOIFS to NPOIFS
Nick Burch
2015-05-11
4
-10
/
+31
*
#56791 More updates from OPOIFS to NPOIFS
Nick Burch
2015-05-11
5
-34
/
+31
*
#56791 More updates from OPOIFS to NPOIFS
Nick Burch
2015-05-11
1
-2
/
+3
*
Add a deep re-write NPOIFS test
Nick Burch
2015-05-11
1
-3
/
+33
*
Correct zero byte entry support in NPOIFS
Nick Burch
2015-05-11
1
-2
/
+1
*
Disabled NPOIFS unit test - problem with 0 length entries discovered working ...
Nick Burch
2015-05-11
1
-0
/
+61
*
More NPOIFS ministore tests
Nick Burch
2015-05-11
1
-0
/
+48
*
Add a (disabled) failing unit test on heavily nested NPOIFS copies, found wor...
Nick Burch
2015-05-11
1
-4
/
+50
*
Add missing license header
Nick Burch
2015-04-24
1
-0
/
+17
*
Patch from Conor from bug #57747 - Add ISERR() function
Nick Burch
2015-04-24
1
-0
/
+88
*
#57851 - Skip null properties in PropertyTableBase, which is how PropertyFact...
Nick Burch
2015-04-23
1
-5
/
+25
*
Make the opening code generic
Nick Burch
2015-04-23
1
-18
/
+30
*
Make the test generic across POIFS and NPOIFS
Nick Burch
2015-04-23
1
-21
/
+33
*
Pull out a common NPOIFS/POIFS test to a decidated bugs test class
Nick Burch
2015-04-23
2
-41
/
+66
*
Fix inconsistent indents
Nick Burch
2015-04-23
1
-102
/
+102
*
Add unit test for Eventmodel processing of password protected excel files
Nick Burch
2015-04-23
1
-0
/
+63
[next]