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
/
scratchpad
Commit message (
Expand
)
Author
Age
Files
Lines
*
added initial support for bookmark
Sergey Vladimirov
2011-07-19
11
-95
/
+786
*
introduce SubdocumentPart and simplify CP start/end FIB API
Sergey Vladimirov
2011-07-19
13
-218
/
+423
*
introduce DocumentPart enum and simplify fields access API
Sergey Vladimirov
2011-07-19
7
-111
/
+127
*
add dump fields feature
Sergey Vladimirov
2011-07-19
2
-2
/
+46
*
compact HTML output of WordToHtmlConverter
Sergey Vladimirov
2011-07-19
3
-72
/
+89
*
speed improvement for rebuilding CHPX
Sergey Vladimirov
2011-07-19
1
-11
/
+111
*
simplify internal API
Sergey Vladimirov
2011-07-18
2
-67
/
+89
*
add support for merged cells
Sergey Vladimirov
2011-07-18
2
-8
/
+93
*
fix compiler warnings
Sergey Vladimirov
2011-07-18
1
-4
/
+4
*
fix compiler warnings
Sergey Vladimirov
2011-07-18
1
-4
/
+4
*
compact result HTML in Excel-to-HTML converter
Sergey Vladimirov
2011-07-18
2
-49
/
+108
*
fix test case name for TestExcelToHtmlConverterSuite
Sergey Vladimirov
2011-07-18
1
-1
/
+3
*
fix compilation error
Sergey Vladimirov
2011-07-18
1
-0
/
+27
*
very small additional speed improvement (less garbage)
Sergey Vladimirov
2011-07-18
1
-15
/
+21
*
fix Bug 51524 -- PapBinTable constructor is slow (regression)
Sergey Vladimirov
2011-07-18
5
-35
/
+184
*
preserve align in case of "divved" cells
Sergey Vladimirov
2011-07-18
1
-33
/
+20
*
add tricky mode (disabled by default) to output cell's text in next cells, if...
Sergey Vladimirov
2011-07-18
1
-5
/
+177
*
fix table and table's cells css processing
Sergey Vladimirov
2011-07-18
2
-5
/
+25
*
do not output hidden rows and columns by default (and add options to do so)
Sergey Vladimirov
2011-07-18
1
-13
/
+46
*
made getHighlightColor() public, so convertor don't need to clone CHP info
Sergey Vladimirov
2011-07-16
1
-5
/
+2
*
made getHighlightColor() public, so convertor don't need to clone CHP info
Sergey Vladimirov
2011-07-16
2
-7
/
+11
*
processImage() is moved to converter, remove setImageProperties from Utils
Sergey Vladimirov
2011-07-16
1
-50
/
+0
*
introduce picture descriptor structure (internal), now Picture class extends it;
Sergey Vladimirov
2011-07-16
6
-88
/
+409
*
allow to dump pictures
Sergey Vladimirov
2011-07-16
1
-24
/
+128
*
a bit more comments (quotes from specifications)
Sergey Vladimirov
2011-07-16
1
-7
/
+21
*
trivial fix for ShadingDescriptor.toString()
Sergey Vladimirov
2011-07-16
1
-1
/
+1
*
update CHP definition
Sergey Vladimirov
2011-07-16
7
-763
/
+1670
*
update AllHWPFTests
Sergey Vladimirov
2011-07-16
1
-2
/
+1
*
update AllHWPFTests
Sergey Vladimirov
2011-07-16
1
-33
/
+65
*
update PAP definition
Sergey Vladimirov
2011-07-16
7
-829
/
+809
*
deprecate code working directly with PAPX / CHPX / SEPX
Sergey Vladimirov
2011-07-16
1
-2
/
+19
*
add default values to LineSpacingDescriptor
Sergey Vladimirov
2011-07-16
1
-0
/
+3
*
remove unused method
Sergey Vladimirov
2011-07-16
1
-19
/
+1
*
make some section properties public to prevent access from converters using r...
Sergey Vladimirov
2011-07-16
4
-54
/
+85
*
update SEP definition
Sergey Vladimirov
2011-07-16
2
-3
/
+3
*
update SEP definition
Sergey Vladimirov
2011-07-16
1
-95
/
+285
*
format and sort members
Sergey Vladimirov
2011-07-16
1
-44
/
+44
*
format and sort members
Sergey Vladimirov
2011-07-16
1
-20
/
+16
*
format and sort members
Sergey Vladimirov
2011-07-16
1
-225
/
+233
*
add get/set for _ixchFollow in listLevel
Sergey Vladimirov
2011-07-16
2
-15
/
+14
*
rename methods to make the difference between field end (exclusive) and field...
Sergey Vladimirov
2011-07-15
3
-54
/
+84
*
prevent extra text in field
Sergey Vladimirov
2011-07-15
1
-1
/
+6
*
prevent index out of range exception
Sergey Vladimirov
2011-07-15
1
-2
/
+2
*
fix fields processing, improve test case
Sergey Vladimirov
2011-07-15
2
-9
/
+20
*
compactify HTML
Sergey Vladimirov
2011-07-15
1
-36
/
+63
*
fix styles output;
Sergey Vladimirov
2011-07-13
3
-22
/
+179
*
fix NPE
Sergey Vladimirov
2011-07-12
1
-2
/
+2
*
add line breaks (0xb) support
Sergey Vladimirov
2011-07-12
4
-1
/
+45
*
add font replacer interface and default implementation
Sergey Vladimirov
2011-07-12
7
-124
/
+248
*
update TestRangeProperties
Sergey Vladimirov
2011-07-12
1
-38
/
+41
[next]