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.google.guava-guava-33.3.1-jre
dependabot/gradle/com.google.guava-guava-33.4.0-jre
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.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
/
ooxml
/
testcases
/
org
/
apache
/
poi
/
xwpf
Commit message (
Expand
)
Author
Age
Files
Lines
*
Forbidden apis fix
Andreas Beeker
2021-03-20
1
-1
/
+2
*
Create, get, modify and remove comments, support operating paragraphs, pictur...
Sayi
2021-03-20
2
-1
/
+147
*
missing ooxml-schemas-lite classes
PJ Fanning
2021-02-24
1
-4
/
+3
*
Bug 65099: Fix incorrect handling of styles in XWPFStyle.getUsedStyleList
Dominik Stadler
2021-01-30
2
-3
/
+34
*
Sonar fixes
Andreas Beeker
2021-01-28
1
-31
/
+33
*
Sonar fixes
Andreas Beeker
2021-01-26
4
-104
/
+97
*
Replace deprecated methods used in tests
Alain Béarez
2021-01-24
1
-1
/
+1
*
Sonar fixes
Andreas Beeker
2021-01-22
1
-2
/
+1
*
Sonar fixes
Andreas Beeker
2021-01-11
2
-13
/
+11
*
Sonar fixes
Andreas Beeker
2021-01-10
1
-1
/
+1
*
Sonar fixes
Andreas Beeker
2021-01-10
22
-22
/
+22
*
Sonar fixes
Andreas Beeker
2021-01-09
12
-25
/
+25
*
Sonar fixes
Andreas Beeker
2021-01-09
29
-228
/
+228
*
Bug 64838: Do not populate cells with a paragraph when loading an existing do...
Dominik Stadler
2020-12-30
3
-13
/
+28
*
[bug-65023] add col bugfix. Thanks to Paula Muldoon, This closes #212
PJ Fanning
2020-12-25
1
-0
/
+82
*
#65026 - Migrate tests to Junit 5
Andreas Beeker
2020-12-24
32
-364
/
+289
*
#64981 - Upgrade OOXML schema to 5th edition (transitional)
Andreas Beeker
2020-12-13
1
-14
/
+14
*
#64979 - Change artifact names of poi-/ooxml-schemas
Andreas Beeker
2020-12-13
5
-20
/
+20
*
Bug 56205 - Upgrade OOXML schema to 3rd edition (transitional)
Andreas Beeker
2020-12-12
3
-574
/
+522
*
remove some deprecated code
PJ Fanning
2020-12-08
1
-1
/
+0
*
get and set heightRule for table row
Sayi
2020-12-04
1
-0
/
+14
*
CTRow removes tc when row removes cell
Sayi
2020-09-01
1
-0
/
+15
*
Add get/set indentationLeftChars/indentationRightChars in paragraph
Sayi
2020-08-27
1
-1
/
+16
*
add removeTable method in cell
Sayi
2020-08-10
1
-0
/
+26
*
[bug-64605] add support for non-integer font sizes on character runs (use dou...
PJ Fanning
2020-07-16
2
-2
/
+3
*
[bug-64605] add support for non-integer font sizes on character runs
PJ Fanning
2020-07-16
1
-0
/
+6
*
use BigInteger.valueOf
PJ Fanning
2020-07-16
2
-3
/
+3
*
[bug-64600] Avoid XWPF NPE when styleid is null. Thanks to Sayi. This closes ...
PJ Fanning
2020-07-14
1
-0
/
+6
*
[bug-64561] XWPFSDTContent.getText() is empty for nested SDT elements
PJ Fanning
2020-06-26
1
-0
/
+11
*
Add some more tests for bug 63624
Dominik Stadler
2020-06-15
1
-5
/
+32
*
[bug-64348] partial fix for IndexOutOfBoundsException
PJ Fanning
2020-04-14
1
-0
/
+30
*
allow add and remove a HyperlinkRun or a FieldRun
Alain Béarez
2020-03-29
1
-0
/
+132
*
Bug 55966: Include content control text in word extraction also if it is part...
Dominik Stadler
2020-03-28
1
-10
/
+27
*
XWPFNumbering.addAbstractNum will definitely throw an exception
Alain Béarez
2020-03-27
1
-0
/
+40
*
XWPFTableCell does not process bodyElements when handle paragraph
Alain Béarez
2020-03-27
1
-0
/
+52
*
#63624: setText in XWPFTableCell updates the xml and also updates the runs an...
Alain Béarez
2020-03-27
1
-0
/
+14
*
Work on bug 64038 and other bugs and add test for 62865
Dominik Stadler
2020-03-08
1
-0
/
+2
*
Try to use https for poi.apache.org everywhere
Dominik Stadler
2020-03-08
1
-5
/
+10
*
[bug-64098] XWPFRun: Whitespace in text not preserved if starting with tab ch...
PJ Fanning
2020-01-26
1
-23
/
+49
*
Bug 63788: Remove AbstractNum by abstractNumId, not list index
Dominik Stadler
2020-01-01
1
-2
/
+56
*
Migrate all junit tests to Junit 4
Andreas Beeker
2019-12-27
7
-220
/
+228
*
try to find issue in test
PJ Fanning
2019-12-26
1
-1
/
+1
*
[github-163] Add set level numbering on XWPFParagraph. Thanks to Mi Guoliang....
PJ Fanning
2019-12-26
1
-0
/
+10
*
Let IntelliJ simplify some assertions
Dominik Stadler
2019-12-15
2
-2
/
+2
*
XWPF: Insert newlines between multiple paragraphs in comments.
Dominik Stadler
2019-10-26
1
-0
/
+37
*
Close file-resources in unit-tests, fix IDE warnings
Dominik Stadler
2019-08-15
2
-211
/
+218
*
[github-150] XWPFPicture: easy access to width and depth. Thanks to Thibaut C...
PJ Fanning
2019-07-19
1
-1
/
+22
*
[github-153] XWPFParagraph: easier way to create a link. Thanks to Thibaut Cu...
PJ Fanning
2019-07-19
1
-0
/
+12
*
[github-156] add setKeepNext to XWPFParagraph. Thanks to Thibaut Cuvelier.
PJ Fanning
2019-07-16
1
-0
/
+6
*
[github-151] XWPFRun: allow style retrieval. This closes #151
PJ Fanning
2019-06-01
1
-0
/
+2
[next]