Andrey Bykiev

Results 271 comments of Andrey Bykiev

I've researched it and there is no such method in `XWPFTableRow` class, only `CloneRow()` exists, which is working fine. Seems `Copy()` is just an extension method from `NPOI.Util`. So, this...

Cannot make test running on CI, help is wanted. It seems they're running in parallel, I've tried to add `[NonParallelizable]` and `[SingleThreaded]` attributes with no luck

> 2. I should add API to allow uses to replace indexedColors on some index? The API is already available: https://github.com/nissl-lab/npoi/blob/b4b94feb29641aa3ddd87c763e86ab80c00a371c/main/HSSF/UserModel/HSSFPalette.cs#L121

> 1. why in IndexedColors we have some index not used(like 32-39)? These indexes are free and should be used for custom colors

What is your purpose of calling `SetForceFormulaRecalculation` instead of using `XSSFFormulaEvaluator.EvaluateAll`? POI docs: > Control if Excel should be asked to recalculate all formulas when the workbook is opened, via...

Hi, can you please attach the file causing this exception?

Wow, but it is marked as optional https://github.com/icsharpcode/SharpZipLib/blob/0ef794188009c17465e6444d9cf9fffd36eae6e7/src/ICSharpCode.SharpZipLib/Zip/ZipFile.cs#L402 If it's really the issue it seems to be a breaking change in SharpZipLib and instead of creating a new optional parameter...

> Yes, so basically it's a nonissue if You'd constrain dependency to exact version 1.3.3, as that prevents binary incompatibility from anyone upgrading transitional dependencies. Building & publishing the library...

Hi, I've tried to reproduce the issue with master branch and all is working as expected. Which version of NPOI are you using? Are you using SXSSFWorkbook? It's a bug...

@a0y1a, the issue with cell comments in SXSSF was fixed in https://github.com/nissl-lab/npoi/pull/1136 Can you please confirm if your issue is resolved?