One of the apps I'm working on requires quite a bit of data input entry. At most about 6,000 rows, but enough to be unreasonable to fill in row by row. The users would prefer to be able to copy a table from excel for example and be able to paste it straight into the app. What is the best way to accommodate this with Mendix? Essentially I'd like to copy and paste multiple rows of data straight into a grid like format similar to a data grid where you could add rows to the bottom of the list. I know I could probably import through excel but I'd like to keep the process tidy within Mendix if possible.
↧