Marko Lahma
2b8847b96a
Upgrade to NUKE 8
1 year ago
Tony Qu
ccc46f0e95
Merge pull request #1264 from Bykiev/UpdateSixLabors-dependecies
Update SixLabors dependencies
1 year ago
Tony Qu
a14413d06c
Merge pull request #1263 from Bykiev/olivergreen
Fix typo olivergreen in IndexedColors
1 year ago
ABykiev
f40ba8dbcc
Update SixLabors dependencies
Update SixLabors dependencies to address ImageSharp DDOS security issue
1 year ago
ABykiev
540a0276ab
Fix typo olivergreen in IndexedColors
Fix typo olivergreen in IndexedColors. Closes #1256
1 year ago
Tony Qu
14d4aec270
Update README.md
2 years ago
Tony Qu
b07630d985
Update README.md
2 years ago
Tony Qu
325584407f
fix #1184
2 years ago
Tony Qu
ab6221c995
fix #1225
2 years ago
Tony Qu
3459f55d85
fix #1222
2 years ago
Tony Qu
883b29cd11
fix #1228
2 years ago
Tony Qu
67daab42f6
Merge pull request #1213 from Bykiev/XWPF_compat
Fix saving docx in compatibility mode
2 years ago
Tony Qu
bd845be745
Merge pull request #1197 from mino-alpha/master
feat freeform for shapes
2 years ago
mino-alpha
5d532eda83
Merge branch 'nissl-lab:master' into master
2 years ago
Tony Qu
ae62bd173d
Merge pull request #942 from EmilienDup/fix/Worksheet-CopyTo-performance
fix/Workseet-CopyTo-performance
2 years ago
Tony Qu
2db8ef14e4
Merge pull request #1238 from lahma/upgrade-recyclable-memory-stream
Upgrade Microsoft.IO.RecyclableMemoryStream to version 3.0.0
2 years ago
Marko Lahma
5dff56d389
Upgrade Microsoft.IO.RecyclableMemoryStream to version 3.0.0
2 years ago
Tony Qu
ef0e4d84c2
Merge pull request #1183 from robertcoltheart/feature/update-pkcs-lib
Update transitive reference to Cryptography.Pkcs library
2 years ago
mino-alpha
4dac422153
Merge branch 'nissl-lab:master' into master
2 years ago
Tony Qu
3eb291ee6c
Merge pull request #1235 from workgroupengineering/fixes/XSSF/Style_does_not_apply
fix: Do not save Style with index 0
2 years ago
Giuseppe Lippolis
a34019ca58
fix: Do not save Style with index 0
2 years ago
mino-alpha
3f29a03ffb
Merge branch 'nissl-lab:master' into master
2 years ago
mino-alpha
6cc5bd8c5e
fix Build free form"
2 years ago
Emilien Dup
375a129a67
Update XSSFSheet.cs
2 years ago
Emilien Dup
f5a0721b97
Update XSSFSheet.cs
2 years ago
Emilien Dup
bda527b91c
Merge origin/master
2 years ago
Tony Qu
f1ecc1ebf1
Merge pull request #1214 from TimLee88/T2
Update XSSFRowColShifter.cs
2 years ago
ABykiev
722da68e97
Fix saving docx in compatibility mode
This PR fixing saving docx file in compatibility mode
Closes #882
2 years ago
Tony Qu
ec269ebc39
Merge pull request #1211 from TimLee88/T1
Update MultiOperandNumericFunction.cs
2 years ago
TimLee88
e9ae2d1b6d
Update XSSFRowColShifter.cs
2 years ago
TimLee88
64462f79ae
Update MultiOperandNumericFunction.cs
2 years ago
Tony Qu
0eecfeb5f4
Merge pull request #1207 from Zbyszard/feature/settable-usezip64-flag
Make it possible to set UseZip64 flag
2 years ago
zbyszard
6b9e84ef77
make it possible to set UseZip64 flag
2 years ago
Tony Qu
c22596dd32
Merge pull request #1205 from Bykiev/MathNet
Update MathNet.Numerics (v5)
2 years ago
ABykiev
e2fe4f4702
Update MathNet.Numerics (v5)
2 years ago
mino-alpha
4e6f36e770
feat freeform for shapes
2 years ago
Tony Qu
779bfe42ed
fix #913
2 years ago
Tony Qu
0aee9bd78b
Merge pull request #1176 from fred2020-net/master
Workbook Evaluator bug fix on checking an IF without a third param
2 years ago
Tony Qu
18b597111b
Merge pull request #1178 from Bykiev/ImproveAutoSize
Small speedup on autosizing column width
2 years ago
Tony Qu
dbd4020061
Merge pull request #1181 from Bykiev/FixDefaultColumnWidth
Fix DefaultColumnWidth
2 years ago
Tony Qu
a031c6e3b0
Merge pull request #1187 from Bykiev/CopyRepeatingRowsAndColumns
Copy RepeatingRows and RepeatingColumns
2 years ago
ABykiev
42e0a3662e
Copy RepeatingRows and RepeatingColumns
This PR fixes #1182
Because RepeatingRows and RepeatingColumns are part of the Workbook, they're not serialized during creating a copy of the sheet. Just copy them manually
2 years ago
Robert Coltheart
1e29a320a9
Update transitive reference to Cryptography.Pkcs library
2 years ago
ABykiev
067015e07c
Add padding
2 years ago
ABykiev
0aa080ff17
Change check logic
2 years ago
ABykiev
b4b8b0b64d
Update BaseTestBugzillaIssues.cs
2 years ago
ABykiev
230ea6762a
Add rounding. fix test
2 years ago
ABykiev
71e2415216
Update XSSFSheet.cs
2 years ago
ABykiev
2eec9d3359
Fixes
Still not passing test
2 years ago
ABykiev
23b929e6ab
Fix DefaultColumnWidth
This PR fixes DefaultColumnWidth type and implementation. Due to POI bug it returned baseColumnWidth, which is integer. This is a breaking change.
Fixes #943
2 years ago