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.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.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
/
ooxml
/
testcases
/
org
/
apache
/
poi
/
xwpf
/
usermodel
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
4
-52
/
+67
*
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
*
Close more file-handles in tests
Dominik Stadler
2019-04-23
1
-77
/
+77
*
Close more file-handles in tests and convert some more tests to junit-4
Dominik Stadler
2019-04-07
5
-279
/
+308
*
Close more file-handles in tests, convert junit3 tests
Dominik Stadler
2019-03-31
3
-627
/
+623
*
Close more file-handles in tests
Dominik Stadler
2019-03-03
1
-2
/
+1
*
Close file-handles for slideshows also when construction fails or when dual-s...
Dominik Stadler
2019-02-23
1
-74
/
+77
*
IDE and JavaDoc fixes, close() in tests
Dominik Stadler
2018-12-27
5
-202
/
+214
*
[bug-63013] add XWPFRun setLang method
PJ Fanning
2018-12-18
1
-1
/
+16
*
bug 62859 -- fix two potential NPEs when initializing XWPFSDTContent
Tim Allison
2018-10-26
1
-0
/
+13
*
[github-122] XWPF: Set table and table cell widths to percentage, twips, or a...
PJ Fanning
2018-08-20
2
-6
/
+68
*
[github-121] Fix issue with setting vertical alignment and emphasis mark. Thi...
PJ Fanning
2018-08-15
1
-4
/
+12
*
fix build issue
PJ Fanning
2018-08-03
1
-1
/
+2
*
[github-119] extra xpwf formatting support. This closes #119
PJ Fanning
2018-08-02
1
-39
/
+111
*
[github-120] rename some new xpwf abstract classes. This closes #120
PJ Fanning
2018-08-02
2
-16
/
+16
*
[github-118] Added get/set for mirror margins setting. This closes #118
PJ Fanning
2018-07-30
1
-0
/
+16
*
[github-117] Add getStyleWithName() to XWPFStyles. This closes #117
PJ Fanning
2018-07-25
2
-0
/
+26
*
[github-115] implement endnote. This closes #115
PJ Fanning
2018-07-24
5
-7
/
+229
*
[github-114] Extend docx footnote support. Thanks to Eliot Kimber. This close...
PJ Fanning
2018-07-21
2
-10
/
+182
*
[bug-62438] remove nullable class (and use java.util.Optional). This closes #111
PJ Fanning
2018-06-13
1
-21
/
+21
*
#62355 - unsplit packages - 3 - only imports
Andreas Beeker
2018-05-27
1
-2
/
+2
[next]