Idea Summary
My users often see an Interactive Grid of rows and columns and want to fill it with some data they already have in Excel. It's time-consuming to do this in the IG because you have to navigate from cell to cell pasting each cell individually. I should be able to select a 3x3 selection of cells and paste them into the IG.
I realize I could create a process to upload a spreadsheet and parse it with various APIs. But I'm not talking about loading a big spreadsheet, but just copying a few cells here and there.
Jeff Kemp says this was possible, but no longer is: Load spreadsheet data into APEX | Jeff Kemp on Oracle
I've implemented something similar in a legacy tabular form with JavaScript and overriding the onpaste event.