hyperformula icon indicating copy to clipboard operation
hyperformula copied to clipboard

HyperFormula is an open-source headless spreadsheet for business web apps. It comes with over 400 formulas, CRUD operations, undo-redo, clipboard support, and sorting.

Results 242 hyperformula issues
Sort by recently updated
recently updated
newest added

### Context TBP ### How did you test your changes? TBP ### Types of changes - [ ] Breaking change (a fix or a feature because of which an existing...

### Description - The functionality of emitting events should be easily implemented by ourselves and we can get rid of one more dependency. ### Links - https://handsoncode.slack.com/archives/C031GBX62SE/p1707996047211259 (internal discussion)

Feature
Impact: Low

### Description Pasting after cutting cells does not give the changed cells back as described in the documentation. example: https://codesandbox.io/p/devbox/dawn-sunset-4pqrpt?file=%2Fsrc%2Fui.js%3A46%2C49 ### Video or screenshots _No response_ ### Demo https://codesandbox.io/p/devbox/dawn-sunset-4pqrpt?file=%2Fsrc%2Fui.js%3A46%2C49 ###...

Bug
API
Impact: Medium

### Context Per [this discussion](https://github.com/handsontable/hyperformula/discussions/1064) it seems like XLOOKUP is useful to a bunch of people. It is to for me at the very least :) and so I am...

CLA signed

We have a step-by-step guide of how to create a code-freeze and then release the new version of HyperFormula. We need to write a script based on this instructions and...

Impact: Low
Tech Debt

### Description We're facing many compatibility and interoperability issues using Codesandbox and Stackblitz. Since there seems to be no stable and robust alternative, it's time to self-host our demos. We're...

Docs
Impact: High

### Description We had an issue with HyperFormula 2.7.1 release with Node 22, which was caused by the [npm bug](https://github.com/npm/cli/issues/7657). It turns out Node Current LTS is not stable enough....

Impact: High
Tech Debt

### Description It's high time to remove: - `binarySearchThreshold` config option (deprecated since version 1.1.0): https://hyperformula.handsontable.com/api/interfaces/configparams.html#binarysearchthreshold - `ValueCellVertex.setCellValue` (deprecated since version 0.5.0) It is not exposed as public API and...

Breaking Change
Impact: Low

### Description The UMD bundle contains the license/copyright comments 147 times. We want to remove them all. ``` /** * @license * Copyright (c) 2024 Handsoncode. All rights reserved. */...

Impact: Low

### Description The vanilla-js demos load very slowly (30s or more). The `react`, `angular`, `vue` and `svelte` demos are faster, so it's very likely that migrating the vanilla-js demos from...

Docs
Impact: High