Kuba Sekowski
Kuba Sekowski
### Description Document `getFillRangeData` function. ### Links #887 ### Type of issue - [x] Missing documentation - [ ] Error in the documentation - [ ] Request for a demo...
### Description Using HF inside a WebWorker is a natural thing to do in a web app. We need an example to show that it's possible and straightforward. ### Links...
### Description We are not consistent. Some pages in the docs use `,` (e.g. `guide/known-limitations.md`). Most (all?) english speaking cultures use `.` ### Links https://github.com/handsontable/hyperformula/pull/933#discussion_r831224036 ### Type of issue -...
### Description 1. Cross links between them: Something like "See also: **Known limitations**" or "If you are looking for the numeric limits of our software see: **Specifications and limits**" 2....
### Description Current version: 4.0.8 Latest version: 5.3.3 (at the time of writing) ### Links #944
### Description For some users getting only the immediate neighbours in the dependency graph via `getCellDependents` / `getCellPrecedents` is not enough. It would be nice to implement `getAllCellDependents` & `getAllCellPrecedents`...
### Description As of localization we have only translated function names. We need date formats, currencies etc. ### Note Discussed during HyperFormula Summit: https://docs.google.com/document/d/1xwNKiA4O-gRLNFlw4mu03S3XJXhsR3JzgVeC772ooKc/edit (internal doc)
### Description The goal of this task is to remove all limitations of the OFFSET function: - dynamic parameters e.g. `=OFFSET(A1, F16, F17)` - passing range as first parameter e.g....
### Description `=SUM(B4:B5:C5)` should be equal to `=SUM(B4:C5)` According to [OpenFormula article 6.4.11](https://docs.oasis-open.org/office/OpenDocument/v1.3/csprd02/part4-formula/OpenDocument-v1.3-csprd02-part4-formula.html#__RefHeading__1018032_715980110) standard: > 6.4.11 Infix Operator > > Reference Range (":") > Summary: Computes an inclusive range given...
### Description Many popular spreadsheet applications have the ability to detect the arithmetic/geometric/weekdays/etc sequences and fill the destination range by the continuation of a sequence. E. g.: 1,2,3 -> 4,5,6,7......