Take a look at the excel demo app, trace it from here: https://github.com/isisaddons/isis-module-excel/blob/master/fixture/src/main/java/org/isisaddons/module/excel/fixture/app/ExcelModuleDemoToDoItemBulkUpdateManager.java#L196
This code is quite old and it's probably there are less clunky ways of handling the view models now; but the above should give you the "gist". On Thu, 16 Feb 2017 at 20:37 L Eder <[email protected]> wrote: > Hi Dan: > Could you give suggestion on how to persist, from inside a *Repository > class, the objects imported by the excel module? > > Regards, Eder >
