Wojciech Czerniak

Results 31 issues of Wojciech Czerniak

### Description Would be cool to create a page that would explain which options should be used, and which values to configure full Excel compatibility. Explain each option and why....

Docs
Verified
Impact: High

### Description HyperFormula does not support reference operators for `union` and `intersection`. ⚠️ Because there are differences in syntax it might be necessary to add configuration #58 options. ### Differences...

ODFF SGE
ODFF Conformance
Feature
ODFF MGE
Verified

### Description Since we're supporting Worksheets it would be cool to support all features. ``` =SUM(Sheet1:Sheet4!B3) ``` ![obraz](https://user-images.githubusercontent.com/4718998/68947322-7284c400-07b5-11ea-89dd-be60d2b36ca6.png) We need to support all CRUD operations on Worksheets: - Add sheet...

ODFF SGE
ODFF Conformance
Feature
Verified

### Description This is a part of the #126 Named Expressions Epic. #### Goals Finish the Structured References syntax to the point of full compatiblity with XL. It should be...

API
Feature
Verified

### TL;DR; Sometimes columns (and rows) have customized names. Using the A1 or R1C1 addressing in this context is very confusing for the end-user. We need a way to translate...

Feature
Epic
Verified

### Description From working on Custom Functions #317 looks like it's useful to have functions and languages registered globally (static) and locally (instance) so we can have both, shared registry...

API
Feature
Verified

### Description This is a part of the #126 Named Expressions Epic. #### Goals - [ ] Add support for #131 array type named expressions `=A1:C22` - [ ] Add...

Feature
Verified

### Description When Named Expression is added the changes are calculated. With an absolute address, the changes will be calculated for real values that are part of the workbook. But...

To Be Discussed
Verified

### Description If we have an IF function where the conditions that lead to #CYCLE! error isn't met we will get an error anyway. All other spreadsheets I've checked, GS,...

To Be Discussed
Verified

### Description We should add a cell address to the error message so we can trace the source of this error more easily. https://github.com/handsontable/hyperformula/blob/508e4e4d9961473a35686354f46e3162be2cd53e/src/DependencyGraph/FormulaCellVertex.ts#L74 A simple `JSON.stringify` should do. ie:...

Feature
Verified