toblotron / praxis-ide

An online IDE for visual programming in Prolog
MIT License
234 stars 10 forks source link

Copy from other spreadsheets to tables not working #10

Open toblotron opened 1 year ago

toblotron commented 1 year ago

Using jexcel.js (nowadays "jspreadsheets") we should be able to paste a selection from another spreadsheet, for example google sheets

Seems to be working in this example: https://bossanova.uk/jspreadsheet/v3/

Guess I messed it up somehow - will have to fix it so I can import lots of data for my (hopefully fun) pokemon-calculator example :)

toblotron commented 1 year ago

Ok - this will have to wait until I switch what js-component I use for the tables; it's in the pipes

toblotron commented 1 year ago

Fixed but not published yet (to the 0.1.0 site) - some polishing remains on table-handling solution