NPellet / visualizer

Other
43 stars 24 forks source link

Spreadsheet library #991

Closed targos closed 6 years ago

targos commented 7 years ago

https://github.com/Spreadsheets/WickedGrid

targos commented 7 years ago

@lpatiny could you test it?

lpatiny commented 7 years ago

It is probably the best javascript spreadsheet that is available in open-source but currently unfortunately not usable ... I will fill some tickets in the project and we will see

lpatiny commented 7 years ago

I could also not let run the examples locally (they don't work on the website) but maybe it is trivial changes.

In the examples they call <script src="../bower_components/jquery-legacy/dist/jquery.js"></script>

But when I do a bower install I have "../bower_components/jquery/dist/jquery.js

Also in the examples the library seems not to extend jquery ($.sheet is undefined). I guess I'm doing a mistake ...