Przemysław Uznański

Results 8 comments of Przemysław Uznański

> Should be doable @izulin? Can you confirm that `ArraySize` is useful for creating array functions? yes, this should definitely be exported

> Ref: https://github.com/LibreOffice/translations/blob/14a72851d401d86cf9fd72a5e139ab87eb0f47d1/source/de/formula/messages.po#L827 I have no idea what am I looking at.

> Thanks for the quick answer. How would you suggest should I implement formulas like these that need to refer to cells of the current row? Within the current implementation,...

Added to config as variables: precisionEpsilon, 1e-13, Controls epsilon used with comparisons between numbers, and snap-to-zero behaviour. precisionRounding, 14, Controls number of digits the number is rounded with when API...

How is nullDate default being 1900 consistent with us right now counting the dates from 30/12/1899? Shouldnt there be more parameters?

Implemented: excelDateCompatibility: boolean zeroDate: {year: number, mont: number, day: number} nullYear: value separating 19xx from 20xx in parsing https://github.com/handsontable/hyperformula/pull/141/commits/9f6aed619e1b5ef17973937cfb22ead364e1e16a

> Also, I would love to see in the documentation what wildcards are supported and exactly in what functions and expressions. Currently, wildcards are only mentioned in the documentation home...

> With Pathway, I found myself having to define each window as a separate table, and then joining them back together. The resulting code was quite verbose. > > Unless...