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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Why is there always one file that gets missed??
Jason Height
2005-08-18
1
-3
/
+3
*
Major landing of the following changes:
Jason Height
2005-08-18
264
-5332
/
+3901
*
Add a few more tests
Nick Burch
2005-08-14
1
-0
/
+38
*
For listing the contents of StyleTextPropAtom entries
Nick Burch
2005-08-14
1
-0
/
+117
*
Improved handling of BitMask TextProp entries
Nick Burch
2005-08-14
1
-6
/
+59
*
Update tests to track updates in StyleTextPropAtom
Nick Burch
2005-08-14
1
-57
/
+55
*
Big overhaul, with lots of help from Yegor
Nick Burch
2005-08-14
1
-176
/
+384
*
Better handle the case of there not being enough data in the record to form
Nick Burch
2005-08-07
1
-3
/
+18
*
Add some information on fonts, paragraph stylings etc. (Holds the latest
Nick Burch
2005-08-07
1
-0
/
+95
*
Tests for Font support from Yegor, from Bug #35972
Nick Burch
2005-08-02
1
-0
/
+75
*
Font support from Yegor, from Bug #35972
Nick Burch
2005-08-02
4
-2
/
+246
*
Add a partial test for changing style properties
Nick Burch
2005-08-01
1
-0
/
+29
*
Add support for setting some of the style properties
Nick Burch
2005-08-01
1
-10
/
+89
*
Test code for the new Text Styling record class
Nick Burch
2005-07-31
1
-0
/
+114
*
Read only support for paragraph styling, and the stylings of the text within it
Nick Burch
2005-07-31
2
-1
/
+213
*
[35799] Added testXFIndexForColumn
Amol S. Deshmukh
2005-07-20
1
-0
/
+72
*
[35799] Used getXFIndexForColAt(short ) to get the default ExtendedFormatReco...
Amol S. Deshmukh
2005-07-20
1
-5
/
+7
*
[35799] getXFIndexForColAt(short ) added
Amol S. Deshmukh
2005-07-20
1
-1
/
+32
*
Contribution from Yegor Kozlov (Bug 35630):
Nick Burch
2005-07-14
1
-0
/
+254
*
Added quick-guide entry for how to create NamedRanges and NamedCells using HS...
Amol S. Deshmukh
2005-07-13
1
-0
/
+65
*
Fix for issue# 35716: additional check added in method hasRange to detect cel...
Amol S. Deshmukh
2005-07-13
1
-3
/
+1
*
added failing tests for singleCell NamedRange creation (testNamedCell_1 & tes...
Amol S. Deshmukh
2005-07-13
1
-0
/
+76
*
Update to handle changed method signature on ddf.EscherContainerRecord.toString
Nick Burch
2005-07-13
1
-1
/
+1
*
Move from having the list of classes to use for records from being in here, t...
Nick Burch
2005-07-08
1
-91
/
+31
*
bug 34575 fixed, thanks Amol
Avik Sengupta
2005-07-08
2
-14
/
+0
*
Record level dumper of powerpoint files, and their constituent escher parts
Nick Burch
2005-07-08
1
-0
/
+412
*
trivial edit
Avik Sengupta
2005-07-08
1
-1
/
+1
*
Tests to ensure that RecordTypes.java is behaving as expected
Nick Burch
2005-07-08
1
-0
/
+59
*
Based on version submitted by Yegor Kozlov
Nick Burch
2005-07-08
1
-0
/
+257
*
fix for issues 34575 and 35527 { fillFields(..) modified }
Amol S. Deshmukh
2005-07-06
1
-3
/
+5
*
Add information about HSLF support that's now present in 3.0 alpha 1
Nick Burch
2005-07-04
2
-0
/
+4
*
Validation issues
Glen Stampoultzis
2005-07-04
1
-79
/
+79
*
Changed for upcoming build
Glen Stampoultzis
2005-07-04
2
-25
/
+109
*
Test to ensure that the updating of a slide's notes sheet works correctly
Nick Burch
2005-06-26
1
-0
/
+63
*
Update to match changes in usermodel
Nick Burch
2005-06-26
1
-2
/
+2
*
Use the new "most recent important records" record list when creating notes a...
Nick Burch
2005-06-26
1
-92
/
+54
*
The usermodel code is now responsible for filtering out duplicate SlideAtomSe...
Nick Burch
2005-06-26
1
-31
/
+39
*
Allow setting of the ID of the notes associated with the slide (have always b...
Nick Burch
2005-06-26
1
-0
/
+3
*
Test to ensure that the code for working out the "most recent" versions
Nick Burch
2005-06-26
1
-0
/
+99
*
Make use of the PersistPtr records to come up with a list of the most
Nick Burch
2005-06-26
1
-0
/
+98
*
changed the mapping of functions that wil never be implemented to point to No...
Amol S. Deshmukh
2005-06-22
1
-73
/
+73
*
updated test cases to consider the case that rate=0
Amol S. Deshmukh
2005-06-22
1
-3
/
+22
*
changed due to renaming of super class (DefaultFunctionImpl was renamed to No...
Amol S. Deshmukh
2005-06-22
205
-205
/
+205
*
implemented the NOT boolean function
Amol S. Deshmukh
2005-06-22
1
-4
/
+97
*
changed "extends DefaultFunctionImpl" to "implements Function"
Amol S. Deshmukh
2005-06-22
1
-1
/
+1
*
Implemented this finance function evaluation
Amol S. Deshmukh
2005-06-22
4
-4
/
+202
*
Changed implementations to handle the case where rate=0. Updated javadocs.
Amol S. Deshmukh
2005-06-22
2
-23
/
+131
*
Renamed DefaultFunctionImpl
Amol S. Deshmukh
2005-06-22
1
-0
/
+25
*
Removed java files corresponding to excel functions that will never be implem...
Amol S. Deshmukh
2005-06-22
74
-974
/
+0
*
Testing for ColorSchemeAtom record
Nick Burch
2005-06-19
1
-0
/
+89
[next]