Andrey Bykiev
Andrey Bykiev
> @utthungagokul Have you tried ExcelDataReader of ClosedXML? I'd like to know their response time on this case. I've tested with ClosedXML and here is result: ``` Elapsed NPOI: 9,0083647...
What version of NPOI do you have installed? I've tried to understand the issue, but can't. How do you fill `dicStyle`? This error is thrown only when the cell style...
Can you please attach BenchmarkDotNet tests to compare performance with the current version?
I found the test `ExpressionThrowsNullReferenceExceptionWithoutNullOption`, which checks for NRE, so, it's not a bug. Should we throw `ArgumentNullException` then? It'll be a breaking change.
Thanks, I've reopened the PR and fixed the test case to handle `ArgumentNullException`. Please, review it
Hi, unfortunately no, but we can add changelog.md/releaseNotes.md. The v3 of NCalc switched to ANTLR4, the grammar was updated. You shouldn't see any breaking changes. Also the new features were...
No, the releases are not synced
Hi, is any reasons you're still using v2 of NCalc?
I don't think it's ready as using `userAgent` to detect mac web view https://github.com/eligrey/FileSaver.js/blob/9806041b0e800979dddabbaa1b5f6ce6952d7cd7/src/FileSaver.js#L72
Will it be ever fixed?