Kuba Sekowski

Results 148 comments of Kuba Sekowski

> Angular 16.0.2 + TS 4.4.3 - @sequba to investigate tsconfig changes required > Angular 17.3.1 + TS 5.2 - same issue with TS Angular issue can be resolved by...

Hi, @sandzone, thank you for reporting this issue. Currently `simpleCellRangeToString` method does not work with column ranges and row ranges. We will discuss this issue with the HyperFormula team. We...

Estimation for making `simpleCellRangeToString` work with all types of ranges: 3 SP.

@wojciechczerniak thank you for the clarification. I think I got it. The second argument of `simpleCellAddressToString` is a **sheet context**. The sheet name is included in the resulting string if...

Let's change the method signature but keep the old version still working. The second parameter should be `{ includeSheetName?: boolean } | number`

An idea for the solution: `setRowsOrder` requires its argument to be the same length as the height of the sheet. But the sheet dimensions are potentially infinite. We might modify...

Related comment: https://github.com/handsontable/hyperformula/pull/1108/files#r1047321188

It would be nice also to describe formally what our public API is through the `exports` property in `package.json`: #1144

Turns out some items available as a public API are not documented, e.g.: - `EmptyValue`, - `AlwaysDense`, - `AlwaysSparse`, ...

This is a complex task which requires redesigning some parts of the core functionalities. Also it could affect the performance of the engine. As @swistak35 wrote in https://github.com/handsontable/hyperformula/issues/135#issuecomment-593164908: > I've...