ruilisi / fortune-sheet

A drop-in javascript spreadsheet library that provides rich features like Excel and Google Sheets
https://ruilisi.github.io/fortune-sheet-docs/
MIT License
2.56k stars 229 forks source link

Small tiny bare docu on /core #628

Closed Kreijstal closed 2 days ago

Kreijstal commented 1 week ago

I've managed to make fortune-sheet work for core without react, in CDN is there any barebones documentation on how to create a worksheet there, I don't mind not having react, example:

https://observablehq.com/d/37ef873372b7f3e4

Being able to be used this way makes it easy to embed fortune sheet easily as a widget on any website

sanchit3008 commented 1 week ago

hi, sorry this does not exist now. would you be willing to contribute this?

Kreijstal commented 1 week ago

hi, sorry this does not exist now. would you be willing to contribute this?

after some analysis it seems that a big part of implementation is done on react like the toolbar, so there is no way to have the complete spreadsheet without react, that was what I didn't understand before, I thought react was a wrapper of a library that was already there, but I was wrong