we want to be able to edit multiple cells of a WebUI table, like using shift or ctrl to celect the cells and later edit them at once. We would like to be able to use copy paste as well. We coundn't find any resources describing a way of enabling these functions. If you know how to do it, or have some helpful resources please share it with us.
Best answer by mateusarakawa
Hi, @zoltanlelkesjr .
We are using excel for mutiple edit. So, for each table/context we have an aimms axll library procedure to import/export to/from xlsx.
WebUI Upload and Download widgets allow you to access the excel file within the server.
https://documentation.aimms.com/webui/upload-widget.html
https://documentation.aimms.com/webui/download-widget.html
View original
We are using excel for mutiple edit. So, for each table/context we have an aimms axll library procedure to import/export to/from xlsx.
WebUI Upload and Download widgets allow you to access the excel file within the server.
https://documentation.aimms.com/webui/upload-widget.html
https://documentation.aimms.com/webui/download-widget.html