I have a custom developed module where the users can add their comments in a grid which are distributes via cs workflow. At some point of the workflow task, the user should have a facility to download all comments within this grid in an Excel format and send it across to external parties to fill-in their response against each commented row. Once received the response from external parties, the user should have a facility to upload excel spreadsheet back to workflow. My Custom Module should read each response and update back to database.
I can achieve this by providing a csv file, but the issue is that csv file will not have a defined format and also I cannot lock a column which carries unique id which reference to database table key fields.
Any help to read and write to excel file is highly appreciated
Regards,
Sminil,