jspreadsheet / ce

Jspreadsheet is a lightweight vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with other spreadsheet software.
https://bossanova.uk/jspreadsheet/v4
MIT License
6.77k stars 828 forks source link

React Example is not working for the latest version #1329

Closed muserxu closed 3 years ago

muserxu commented 3 years ago

Dear Developers of the jspreadsheet,

Since the jexcel has been rename to jspreadsheet, the react example is deprecated. It show Module not found: Can't resolve 'jexcel'.

Which variable should I use to import jspreadsheet into React Functional Components?

hodeware commented 3 years ago

Please use this basic project as a reference. https://codesandbox.io/s/jspreadsheet-ce-and-react-dzpqj

muserxu commented 3 years ago

Thank you!