Tony Qu
8b20945572
Update TestOffice2007XMLException.cs
4 months ago
Tony Qu
0bb1e13b15
Update TestSXSSFCell.cs
4 months ago
Tony Qu
f02e5d2027
Update TestXSSFWorkbook.cs
4 months ago
Tony Qu
ff508c44f7
fix unit test - TestSetSheetOrder
4 months ago
Tony Qu
8d3d5fd64d
fix unit tests
4 months ago
Tony Qu
de72604995
Update TestXSSFColumn.cs
4 months ago
Tony Qu
ef4fc16cd2
fix unit test failures
4 months ago
Tony Qu.eth
622f54c7fe
Merge pull request #1517 from tonyqus/update_nunit
Update NUnit Version to 4.3.2
4 months ago
Tony Qu
6d2ca5b3e4
Ignore DefaultColumnStyle test case
4 months ago
Tony Qu
74bb66dbdc
fix TestBasic.TestSectionMethods
4 months ago
Tony Qu
6812d18887
Update Directory.Packages.props
4 months ago
Tony Qu
661dc07adf
remove duplicate using of NUnit.Framework.Legacy
4 months ago
Tony Qu
8cf870d850
replace Assert to ClassicAssert
4 months ago
Antony Liu
1c5dfd3917
fix test case
4 months ago
Antony Liu
7e3879715d
60325: Add commented out test that reproduces the performance issue
4 months ago
Antony Liu
89e8ab7aa7
bug 61049 fix ordering of builtin formulas
4 months ago
Antony Liu
ebd1407569
Patch from Tim Jones from #61044 - Note on setCompressTempFiles
4 months ago
Antony Liu
1017096f68
Use assertContains instead of assertTrue(text.contains) for better error messages on failure
4 months ago
Antony Liu
394f76f94f
POI 61007, use CellFormat for all format strings containing multiple parts (";" delimited) and update unit test to expect the same values as Excel. Also added tests for the failing formats.
4 months ago
Antony Liu
74858403ca
Use assertContains instead of assertTrue(text.contains) for better error messages on failure
4 months ago
Tony Qu.eth
9166071911
Merge pull request #1515 from tonyqus/master
Update build version to 2.7.3
4 months ago
Tony Qu
b484ba5a9c
update version to 2.7.3
4 months ago
Tony Qu.eth
a4d46e25c8
Merge pull request #1513 from lahma/no-warn-doc-problems
Reduce warning output during build and treat new warnings as errors
4 months ago
Tony Qu.eth
0b1c9a14f3
Merge pull request #1509 from lahma/pettern-variable
Replace casts with pattern variable
4 months ago
Marko Lahma
985f670b0c
Reduce warning output during build and treat new warnings as errors
5 months ago
Marko Lahma
4c23bca0f6
Replace casts with pattern variable
5 months ago
Tony Qu.eth
405fd4f0d9
Merge pull request #1479 from antony-liu/poi/hpsf
Refactor some hpsf classes, deprecate Mutable* property classes
5 months ago
antony liu
f718f3970e
Merge branch 'master' into poi/hpsf
5 months ago
Antony Liu
3a8eec153a
Merge branch 'master' into poi/hpsf
# Conflicts:
# main/POIFS/property/Property.cs
5 months ago
Tony Qu.eth
53377bf82b
Merge pull request #1508 from lahma/sealed
Seal private and internal types
5 months ago
Tony Qu.eth
a663a66efb
Merge pull request #1504 from antony-liu/feats/functions-DStar
POI 66090 add support for D* functions
5 months ago
Tony Qu.eth
84d18b2004
Merge pull request #1460 from tonyqus/cellselector
Implement GetCells interface for ISheet
5 months ago
Tony Qu
1e5f612188
fix merge issue
5 months ago
Tony Qu
83655a8db7
Merge branch 'master' into cellselector
5 months ago
Tony Qu.eth
addb1a56bf
Merge branch 'nissl-lab:master' into master
5 months ago
Tony Qu
55844f0769
Merge branch 'master' into cellselector
5 months ago
Marko Lahma
646c6a8b8d
Seal private and internal types
5 months ago
Tony Qu.eth
1b20c23469
Merge pull request #1501 from lahma/read-only
Add readonly modifier for suitable fields
5 months ago
Tony Qu.eth
8d0709dd53
Merge pull request #1462 from TimLee88/T5
Fix ShiftMergedRegions
5 months ago
Tony Qu.eth
50829d41ab
Merge branch 'master' into read-only
5 months ago
Tony Qu.eth
5885502744
Merge pull request #1502 from lahma/empty-collection-initializer
Use Array.Empty<T> instead of allocating an empty array
5 months ago
Tony Qu.eth
8980ae4382
Merge pull request #1473 from mysoftlab/CloneRow
Fixes #1472 . Optimize CT_Row.Copy to reduce row cloning time under 1ms
5 months ago
Tony Qu.eth
c07328b850
Merge pull request #1505 from AdaskoTheBeAsT/feature/six-labors-image-sharp-security-issue-2.1.9
Fixes #1503 .
5 months ago
Adam Pluciński
e91fbfde63
Fixes #1503 .
5 months ago
Antony Liu
6d0c60ea62
Add support for DVar、DVarp、DStdev、DStdevp function
5 months ago
Antony Liu
278748f49f
Add support for DAverage and DProduct function
5 months ago
Antony Liu
7a5a20b058
Add support for DMax and DSUM function
5 months ago
Antony Liu
3a87c3ae0c
Add more test cases of DGet function.
Bug 63700: Make D* functions work with numeric result column
bug-66087: make D* functions case insensitive
github-692: D* functions are incompatible with the diamond operator.
5 months ago
Antony Liu
ac05a7e40b
Add support for DCount and DCountA functions
5 months ago
Marko Lahma
8cb8eced85
Use Array.Empty<T> instead of allocating an empty array
5 months ago