-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can I close a spreadsheet? #143
Comments
Not sure how to get attention, but I would ask for help on this. It will help automate what is now a manually intensive process. I'd appreciate the help. |
I'm having the same issue. I can't delete the file after doing:
|
@chase439 , which version of Roo are you using? |
I'm using version 1.13.2 |
This issue affects an older version of Roo. You'll need to add the following to your gemfile to install the most current version. Please let me know if the issue still exists in the current version of Roo. |
The latest code works and allows for file deletion. Could you please make another version of Roo with the latest code on rubygems? |
I created an issue for updating Roo on RubyGems Can we close this issue? |
I'm fine with you closing this issue. Thanks for the help! |
I'm still unable to delete it. Here's what I did. |
@medexdev It looks like you're using version 1.13.2. Roo version > 2 isn't available on RubyGems. It's only available on github. Add the following to your gemfile to install it.
|
This issue is fixed in roo 2.0.0, which is available on Rubygems. |
Okay, can you tell me how to close a spreadsheet? Nothing I've tried does that. Thanks. |
@TechRsch did you notice this problem with xlsx files or with xls files? Can you create a gist for this issue (sample gist)? Here are some instructions for creating such a gist.
Thanks. |
@stevendaniels Okay, I get it. I couldn't figure out how to get it closed and rename kept throwing an error. However, it doesn't need to be closed? And, rename was throwing the error not because it was open but because I had the rename wrong which I missed because I thought it was open. Thanks. |
@TechRsch Could you give more details about what you're trying to do? It would be really helpful if you provided a code sample that illustrates what is going wrong. |
I'm closing this issue. Without anymore information, I can't properly determine if this issue still exists. If anyone encounters this issue, please submit a gist with the offending code. |
I've already opened issue in roo-rb/roo-xls#40 but thought that problem might be related not to roo-xls, but roo. @stevendaniels, Can you please answer on question in roo-rb/roo-xls#40 ? |
After processing, I'd like to close the spreadsheet so that I can rename/move/delete it. Is that possible?
The text was updated successfully, but these errors were encountered: