mino-alpha
70543a61db
Merge branch 'nissl-lab:master' into drawing-shape
2 years ago
Tony Qu
5882ddadd8
update the solution in tool folder
2 years ago
Marius Thesing
ed05770d4e
Switch to BouncyCastle.Cryptography
fixes #1007
2 years ago
Tony Qu
a3ec182639
update packages
2 years ago
Tony Qu
2c3a6e6287
fix Write method inifinite loop issue due to add default parameter
2 years ago
Tony Qu
f8d21fc076
Merge pull request #1077 from apetukhov/cellstyle_fix
Fix XSSFCellStyle.CloneStyleFrom
2 years ago
Tony Qu
2305df36d2
Merge pull request #1098 from lahma/remove-unused-deps
Remove unused package references
2 years ago
Tony Qu
1cbccce8dc
Merge branch 'master' into remove-unused-deps
2 years ago
Tony Qu
46c0134220
add new method - XWPFDocument.FindAndReplaceText
fix #1018
2 years ago
Tony Qu
58a3f652e6
update NPOI version to 2.6.1
2 years ago
Tony Qu
d6d0500598
update Enums.NET to 4.0.1
fix #1082
2 years ago
Tony Qu
ea92934046
Merge branch 'master' of https://github.com/nissl-lab/npoi
2 years ago
Tony Qu
5c49dcb41e
fix #969
2 years ago
mino-alpha
ffe289b9b0
fix: Drawing shape ( 68e6d02
)
2 years ago
mino-alpha
68e6d02157
test code in commit 4a1d4518d24833cc35e8f5f45369eb269a663a29,e1c806f8ee25add107a1999ac8bb2535937624b4
2 years ago
Tony Qu
1cf1b7de66
Merge pull request #1097 from lahma/package-flags
Improve packaging procedures
2 years ago
Marko Lahma
d2e35a1297
Remove unused package references
2 years ago
Marko Lahma
45c2938745
Add PackageLicenseExpression and VersionPrefix to Directory.Build.props
* remove NUKE build project configurations from solution
2 years ago
Marko Lahma
29fea12d41
Reduce string allocations while writing documents
2 years ago
Tony Qu
5996a73c31
Merge pull request #1091 from lahma/add-benchmarks
Add benchmarks project
2 years ago
Tony Qu
f6fa08e638
Merge pull request #1092 from lahma/enable-ci-tests
Enable tests in CI runs
2 years ago
mino-alpha
3080724d67
add Anchor coordinate, modify default value, add GetShape
2 years ago
mino-alpha
077a26b96b
I added properties for CompoundLineType and LineEndingCapType for the shape
2 years ago
mino-alpha
f0366b75d7
add properties shape id, name
fix shape id numbering
2 years ago
Marko Lahma
bfd5d89f66
Enable tests in CI runs
* fix and ignore faulty ones
* update test libraries
* fix file name case sensitivity
* less warnings in build output
2 years ago
Tony Qu
cd8acaa09b
Merge pull request #1089 from Fantasy-Dash/master
Change RBG->RGB
2 years ago
Marko Lahma
475c8b54fb
Add benchmarks project
2 years ago
Fantasy-Dash
c9389760bb
Change RBG->RGB
2 years ago
Tony Qu
712b288f16
Update README.md
2 years ago
Tony Qu
03ffc15ebd
Merge pull request #1084 from lahma/nuke-improvements
NUKE improvements
2 years ago
Tony Qu
f6f237a5e7
Merge branch 'master' into XWPF-Enhanced
2 years ago
Marko Lahma
1fc4be3fa2
NUKE improvements
* NUKE 7.0.2
* don't print missing documentation warnings
* don't build NUKE project as part of solution
* use also Ubuntu for building (faster builds)
* skip tests as Appveyour isn't testing either
* separate workflow for PRs (still same for master build)
2 years ago
Tony Qu
2af5b50adf
Merge pull request #1062 from lahma/nuke
Add NUKE build infrastructure
2 years ago
Tony Qu
41f5ba012a
Merge pull request #939 from EmilienDup/fix/FormulaCacheEntrySet-perf
FormulaCellCacheEntry: Optimize ChangeConsumingCells method
2 years ago
Tony Qu
3662d1fba3
Merge pull request #1083 from 9rnsr/fixEmbeddedResourceLogicalName
fix EmbeddedResource access on net472
2 years ago
k-hara
7c7abeab2b
fix EmbeddedResource access on net472
In runtime, properly load following three embedded resources on net472.
- `functionMetadata.txt` and `font_metrics.properties` in NPOI project
- `presetTableStyles.xml` in NPOI.OOXML project
2 years ago
apetukhov
a2f756c851
Merge branch 'master' into cellstyle_fix
2 years ago
mino-alpha
b82c5364cf
Merge branch 'nissl-lab:master' into drawing-shape
2 years ago
Tony Qu
293f61f791
Merge pull request #1048 from 9rnsr/fixXWPF
Advance XWPF functionalities to POI 3.16
2 years ago
Tony Qu
05aa82b09f
Merge pull request #1081 from jake-codes-at-5-am/upstream-fix-closing-br-tag-in-xssfvmldrawing
Fix exception thrown when reading file with closing </br> tag in drawing.vml
2 years ago
k-hara
1e3a30688e
POI: Unit test comment for possible future expansion
https://svn.apache.org/viewvc?view=revision&revision=1782378
2 years ago
k-hara
8ba612e7dc
POI: bug 59030: revert r1746625 and restore r1731257, where XWPFTableCell#getVerticalAlignment() returns null rather than a default value (XWPFVertAlign.TOP) if vertical alignment is not set
https://svn.apache.org/viewvc?view=revision&revision=1782225
2 years ago
k-hara
f6ebded184
POI: bug 59030: convert to junit4; whitespace
https://svn.apache.org/viewvc?view=revision&revision=1782224
2 years ago
k-hara
06bac6ad4b
POI: Per JavaDoc and tallison, XWPFTableCell#getVerticalAlignment() should return null if valign is not set. Patch from prasad-babu. This closes #30 on GitHub.
https://github.com/apache/poi/pull/30#issuecomment-186224438
https://svn.apache.org/viewvc?view=revision&revision=1782130
2 years ago
k-hara
b26f107727
POI: fix eclipse warnings - close resources / type generics
cleanup sources - add parenthesis to statements
https://svn.apache.org/viewvc?view=revision&revision=1778955
2 years ago
Tony Qu
15354706ef
Merge pull request #1079 from jake-codes-at-5-am/fix-chart-axis-cache
Fix bug with cashed chart axis name not being XMLEncoded on save
2 years ago
Tony Qu
90d7d52789
Merge pull request #1078 from jake-codes-at-5-am/fix-test-warnings-upstream
Fix some warnings in test projects
2 years ago
Tony Qu
d24c42c257
FontId return -1 when _cellStyleXf is null
#1025
2 years ago
Tony Qu
1f6c6fd959
Merge pull request #1054 from sikanderiqbal/patch-1
Update XSSFCellStyle.cs
2 years ago
k-hara
c69720c479
Modernize POIFSViewable interface and related code
2 years ago