Questions regarding spreadsheet and-or database functionality

Support Ticket

+status
 

I may be building a Wagn site for a client who has some moderate number handling requirements. He needs to have Excel-like tables on certain pages that allow site users to enter data, and instantly see calculated results. I know there are commercial platforms like Caspio and Knack that claim to allow for easy embedding of these kinds of apps. I'm wondering 1. if there is anything native to Wagn that might allow for this type of functionality, 2. if no to (1), how feasible it is to use some type of Ruby gem to do this on the mid-level Cloudstore tier (i.e., access Excel tables with in/out), and 3. if anyone knows of any other commercial solutions that I might want to consider.

Thanks for the time!

-Jordan W.

 

If you're going to get the live action feel of a spreadsheet, you're almost certainly looking at more than just ruby; you want a bunch of live processing, most likely in JavaScript.

 

There's nothing native yet, and I don't personally know of any plugins. My first guess is that some sort of embedded plugin would be the fastest approach, but it partly depends on how extensive the tables are. If it's really simple it might be something you could build fairly quickly in javascript, in which case you wouldn't need to install anything on a server, and it should be easy to implement regardless of your server architecture.

--Ethan McCutchen.....2015-11-03 00:31:08 +0000