Eric Berridge

Results 3 comments of Eric Berridge

Same issue here. This is new behavior that only surfaced because we needed to introduce async code to ensure our token isn't expired for each call using **apollo-link-conext**. However, setting...

I'm a little late to the party but I believe I've found the root cause. Per OpenXML spec, a custom 'totalsRowFormula' in a table column will add a child element...

When there's a `numFmt` involved, especially for `Date` values, the solutions given above can produce very inaccurate results. Below is my solution that uses some of the concepts previously suggested,...