225 Commits (5c34729ff18696f84d79a883ceaeb1a6abfd41c3)

Author SHA1 Message Date
Marko Lahma 5c34729ff1 Remove unnecessary array allocations for Split etc 3 months ago
Marko Lahma a1c339b4fd Fix analysis errors related to non-concrete type usage 3 months ago
JYJ d096dcc8f4 Change stringbuilder to zstring(this time changing only what needs to be changed) 4 months ago
Marko Lahma 5f73594729 Remove zero-length array allocations and use collection expression 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
Marko Lahma 4c23bca0f6 Replace casts with pattern variable 5 months ago
Marko Lahma 646c6a8b8d Seal private and internal types 5 months ago
Marko Lahma 8cb8eced85 Use Array.Empty<T> instead of allocating an empty array 5 months ago
Marko Lahma 3329a7d06c Use TryGetValue instead of ContainsKey and indexing 5 months ago
Tony Qu edb5b4a9d7 refactor GetCells to return CellRangeAddressList 8 months ago
Tony Qu 94cbe6910e implement SXSSFSheet.GetCells 8 months ago
Tony Qu 8193443aba implement ISheet.GetCells method 8 months ago
Antony Liu 2015bb71f7 Squashed commit of the following: 1 year ago
Antony Liu 81ea74e0f6
poi: bug 60601: unset hyperlinks after removing them individually from the DOM 1 year ago
Antony Liu 9f3bcbd108
poi: Bug 53611: populate dimension of XSSF Worksheet when writing the document 1 year ago
Antony Liu 7c89ee65c6
poi: #60255 When creating a XSSF drawing, find the next available document part, even if another type has pinched the next number 1 year ago
Antony Liu d158ce3069
poi: bug 59687: add failing unit test showing that comments when the row that contains the comment is deleted; patch and file contributed by Greg Woolsey 1 year ago
Artem Koloskov 428a170a92 Upstream feature: change RemoveValidationData methods to RemoveDataValidation 1 year ago
Artem Koloskov 8e4b633c4d Upstream feature: ass ISheet.RemoveValidationData method and implement it in HSSF, XSSF and SXSSF Sheets 2 years ago
Artem Koloskov 6f7bd88417 upstream-fix: revert to original column width calculation in GetColumnWidth method 1 year ago
Artem Koloskov 5119eae073 upstream fix: Add IEnumerable<IRow> implementation to ISheet and its implementations 1 year ago
Artem Koloskov be4de3a353 upstr: fix bug with column shifting 2 years ago
Artem Koloskov eadb46b8d8 upstr: make XSSFSheet.DestroyColumn mehtods public 2 years ago
Artem Koloskov fa007c56e0 upstr: fix XSSFSheet.RemoveOverwrittenColumns 2 years ago
Artem Koloskov a77954b603 upstr: refactor XSSFSheet RemoveOverwrittenColumns to use RemoveColumn 2 years ago
Artem Koloskov 203d7a3a96 upstr: fix bug in XSSFSheet.AddMergedRegion which returned incorrect index 2 years ago
Artem Koloskov 37f3dc1271 Refactor XSSFSheet methods that used ColumnHelper class 3 years ago
Artem Koloskov 73ce1ba9c1 Add ColumShifter and XSSFColumnShifter calsses to mange column shifting. 3 years ago
Emilien Dup 375a129a67 Update XSSFSheet.cs 2 years ago
Emilien Dup f5a0721b97 Update XSSFSheet.cs 2 years ago
mino-alpha 4e6f36e770 feat freeform for shapes 2 years ago
obimelo 2310902a9a Fix shift rows when there is no comments anchors 2 years ago
obimelo eeb5bb9e7b When shift a row, the row of comments anchors (ct_shape) need to be also shifted. 2 years ago
ABykiev 067015e07c Add padding 2 years ago
ABykiev 0aa080ff17 Change check logic 2 years ago
ABykiev 230ea6762a Add rounding. fix test 2 years ago
ABykiev 71e2415216 Update XSSFSheet.cs 2 years ago
ABykiev 2eec9d3359 Fixes 2 years ago
ABykiev 23b929e6ab Fix DefaultColumnWidth 2 years ago
Artem Koloskov 5f01090e7c upstr: Add null checks to XSSFSheet.RemoveHyperlink method 2 years ago
Artem Koloskov 92dfb288ca upstr: Fix XSSFSheet.RemoveHyperlink method. It wasn't removing the links from CT_Hyperlinks array 2 years ago
ABykiev aa4d424023 Update XSSFSheet.cs 2 years ago
ABykiev 7b77567adf Added test 2 years ago
Tony Qu b4b94feb29 implement TopRow setter 2 years ago
Andrey Bykiev c48d438c11 Fix removing hyperlinks 2 years ago
mino-alpha 3080724d67 add Anchor coordinate, modify default value, add GetShape 2 years ago
k-hara afda65249e Get remainder changes from #54916 2 years ago
Artem Koloskov 7e47d98f8b Add ISheet.CopyComment (ICell, ICell) method. 3 years ago
Artem Koloskov 2db07c817a Refactor XSSFSheet.ShiftedRowNum private method 3 years ago