Extend the API of ExcelService to allow the import/export of multiple domain objects (ie one list per sheet).
danhaywood opened this issue · 1 comments
danhaywood commented
Extend the API of ExcelService to allow the import/export of multiple domain objects (ie one list per sheet).
danhaywood commented
Currently the module only allows one list of domain objects to be imported/exported, that being on a single sheet.
This ticket is to extend the API so that
(a) a list of list of domain objects could be exported, each list on a different sheet, and
(b) conversely, a workbook with multiple sheets could be imported, returning the list of list of domain objects.