oleibman

Results 421 comments of oleibman

It actually looks like TDIST might be at fault rather than TINV. In Excel, `=TDIST(1.8373862310371,1,2)` evaluates to 0.31703; in PhpSpreadsheet, it evaluates to just about 0.05, which is why TINV...

Sorry, this will probably not be implemented. You are hitting too small a target in a game of whack-a-mole. Your fix works fine for: ``` SUM(A1:B1)=SUM(C1,D1) ``` It does nothing...

Now that I think about it, your problem really isn't with the SUM function, it is with the `=` operator. Perhaps it might be possible to introduce a 'tolerance' property...

There is already a tolerance (0.1E-12) built into comparison operations, so no need for a change. I will, however, add that, because of this already existing constant, I do not...

No update in 3 months, unable to duplicate problem, closing.

It was not something that we considered. As far as I could tell, libXmlLoaderOptions was nothing but a vector for malicious exploits. If you can upload a file with this...

I would need to understand why you need it. The reason for restricting files to those which don't require PARSEHUGE is to prevent DOS attacks using too much memory. The...

If you are able to upload a failing file, I can investigate.

If I set up a private repository on github and grant access only to you and me, will that be sufficient?

Assuming that your answer would be yes, I have set up oleibman/Parsehuge and invited you to collaborate there.