I've got a PL/SQL function that is generating a web page the users can use to manipulate the data in a spreadsheet-like environment.<BR><BR>I need to pass this edited data back to the PL/SQL function ...
I've got a javascript spreadsheet application. It exports data as comma separated values into a text area when saving. Once the values are exported, the form is submitted. It looks ...