Walter Davis wrote in post #1074366:
> On Sep 2, 2012, at 4:16 PM, renu mehta wrote:
>
>> file in the gem. How do I solve this problem? 'Roo' also had the same
>> issue. Is there any gem which I can use to import/export the data from
>> excel which does not have these issues?
>
> You won't have this issue in production, since the XLS file will never
> be opened by the server, I'm betting. You could simply duplicate the
> file before you open it, or you could look into the gem source and see
> if there's a missing your_file.close method somewhere.
>
> Walter
But won't it cause a problem next time I want to upload the updated xls
to the server and then try to import it. Every week a user will upload a
xls with the same name and app has to update the db based on new data.
How will I be able to upload and try to read it again with the same name
on server if file is not released for editing? I am using the
'Spreadsheet' gem for import of data. Is there any other gem available
which may be better option for this functionality?