handsontable / hyperformula

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.
https://hyperformula.handsontable.com/
GNU General Public License v3.0
1.88k stars 107 forks source link

Bug in the Server side installation instructions #1372

Closed sandzone closed 4 months ago

sandzone commented 5 months ago

Page URL

https://hyperformula.handsontable.com/guide/server-side-installation.html

Improvement description

It should be const {HyperFormula} = require('hyperformula');

instead of const HyperFormula = require('hyperformula');

sequba commented 5 months ago

Hi @sandzone, thank you for this report. You're right. I'll fix it in the upcoming release.

sequba commented 4 months ago

@sandzone We've just published new version of the documentation with this issue fixed ;)