Mobile app version of vmapp.org
Login or Join
Shakeerah822

: AJAX spreadsheet editor interfaced to own website My website has records that are tables. I would like for my users to be able to edit these records in an easy way. Currently they download

@Shakeerah822

Posted in: #Table #WebDevelopment #Wysiwyg

My website has records that are tables. I would like for my users to be able to edit these records in an easy way. Currently they download a .csv-file, edit it in their favourite spreadsheet, and upload it again.

But this often fails (they upload in wrong format or edit fields that they are not supposed to touch). I would therefore like to present the users with an editor directly on the website.

So just like you can have WYSIWYG editors in CMSes for text I would like to have it for spreadsheets.

One solution would be to interface my website with GoogleDoc and have the users edit the files using GoogleDoc's spreadsheet, and some how get the sheet back when they are done, but I do not know if this is possible at all.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Shakeerah822

1 Comments

Sorted by latest first Latest Oldest Best

 

@LarsenBagley505

You have dozen of jQuery plugin that can handle such a UI (short list with a quick search on Google).

visop-dev.com/Project+jQuery.sheet http://reclinejs.com/demos/multiview/


But you can also provide your own interface using Create JS for example

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme