Marko Lahma
|
1278918598
|
Use NET 9 SDK to compile solution
|
4 months ago |
Tony Qu
|
50016c28c0
|
Merge pull request #1542 from LessIsMoreInSZ/NewZtring
Use ZString StringBuilder to replace System.Text.StringBuilder
|
4 months ago |
JYJ
|
7888f0aaf1
|
commit dependency
|
4 months ago |
Tony Qu
|
015ce7ad82
|
Merge pull request #1530 from lahma/zero-size-array
Remove zero-length array allocations and use collection expression
|
4 months ago |
Tony Qu.eth
|
64c300366d
|
Merge pull request #1533 from mostmand/feature/grouping-in-bar-and-column-charts
Add support for bar grouping in bar and column charts
|
4 months ago |
JYJ
|
d096dcc8f4
|
Change stringbuilder to zstring(this time changing only what needs to be changed)
|
4 months ago |
Tony Qu.eth
|
377d94c8d2
|
Update README.md
|
4 months ago |
Tony Qu.eth
|
08713c4bfd
|
Update README.md
|
4 months ago |
Tony Qu.eth
|
f21ef70e8a
|
Merge pull request #1520 from antony-liu/poi/v3.17-patch1
Some patches from poi 3.17
|
4 months ago |
antony liu
|
2c0d1ee8d8
|
Merge branch 'master' into poi/v3.17-patch1
|
4 months ago |
Marko Lahma
|
5f73594729
|
Remove zero-length array allocations and use collection expression
|
4 months ago |
Tony Qu.eth
|
061a61a84d
|
Merge pull request #1531 from lahma/static-methods
Make non-public API methods static where applicable
|
4 months ago |
Mohammad Hossein Mostmand
|
945be131cb
|
Add grouping to ColumnChartData
|
4 months ago |
Mohammad Hossein Mostmand
|
58172689d2
|
Add some tests
|
4 months ago |
Mohammad Hossein Mostmand
|
4a9aba816c
|
Add test for BarGroupingMapper
|
4 months ago |
Mohammad Hossein Mostmand
|
54926ae467
|
Add grouping to bar charts
|
4 months ago |
Tony Qu.eth
|
cc7c9564bf
|
Merge pull request #1526 from lahma/fix-dictionary-usage
Fix dictionary usage related analyzer problems
|
4 months ago |
Marko Lahma
|
aa87073ddf
|
Make non-public API methods static where applicable
|
4 months ago |
Marko Lahma
|
0b9921889f
|
Fix dictionary usage related analyzer problems
|
4 months ago |
Tony Qu.eth
|
ebe79eb460
|
Merge pull request #1528 from lahma/string-usage-fixes
Fix analyzer reported issues related to string usage
|
4 months ago |
Marko Lahma
|
122d6cb5e3
|
Fix analyzer reported issues related to string usage
* add polyfills for older targets
|
4 months ago |
Tony Qu.eth
|
aa119d6e19
|
Merge pull request #1527 from lahma/remove-tag-prefix
Remove prefixes from cref tags
|
4 months ago |
Marko Lahma
|
ee59c41351
|
Remove prefixes from cref tags
|
4 months ago |
Tony Qu.eth
|
a5a2b1da71
|
Merge pull request #1523 from lahma/recommended-analyzers
Enable recommended NET analyzers and suppress errors
|
4 months ago |
Marko Lahma
|
da0a45bb10
|
Enable recommended NET analyzers and suppress errors
|
4 months ago |
JYJ
|
137f07350e
|
Delete comments
|
4 months ago |
jyj
|
57faee051d
|
commit the dispose of StringBuilder of Zstring
|
4 months ago |
JYJ
|
6896b6873b
|
change StringBuilder to ZStringBuilder
|
4 months ago |
Tony Qu.eth
|
bfd1e90566
|
Update README.md
|
4 months ago |
Tony Qu.eth
|
f24d77bd47
|
Update README.md
|
4 months ago |
Antony Liu
|
2a0ffc6775
|
Merge branch 'master' into poi/v3.17-patch1
# Conflicts:
# testcases/main/HPSF/Extractor/TestHPSFPropertiesExtractor.cs
# testcases/main/HSSF/EventUserModel/TestFormatTrackingHSSFListener.cs
# testcases/main/HSSF/Extractor/TestExcelExtractor.cs
# testcases/main/HSSF/UserModel/TestBugs.cs
# testcases/main/POIFS/FileSystem/TestNPOIFSFileSystem.cs
# testcases/main/SS/UserModel/TestDataFormatter.cs
# testcases/ooxml/TestXMLPropertiesTextExtractor.cs
# testcases/ooxml/XSSF/Streaming/TestSXSSFWorkbook.cs
# testcases/ooxml/XWPF/Extractor/TestXWPFWordExtractor.cs
# testcases/ooxml/XWPF/UserModel/TestXWPFSDT.cs
# testcases/ooxml/XWPF/UserModel/TestXWPFSmartTag.cs
|
4 months ago |
Tony Qu.eth
|
26762d6dd5
|
Merge pull request #1518 from tonyqus/update_nunit
Fix Unit Test Failures on Windows build server
|
4 months ago |
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 |