We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for filing an issue. Following these instructions will help us solve your problem sooner.
ruby the_file.rb
Describe the issue
Roo version:
Ruby version:
The text was updated successfully, but these errors were encountered:
Hi please find the details,
require 'roo' xls = Roo::Spreadsheet.open('spreadsheet_test.ods') do sheet = xls.sheet(0) puts sheet.cell(1, 1) sheet.set(3, 3, "test") end
(Tried with ruby version - Ruby 2.7.1 which isn't works as well)
I am attaching the spreadsheet please find.
please let me know further. Thanks
Sorry, something went wrong.
Hey @SP8890 roo is not design to write to sheets but purely parse and read the entries.
There are other libraries that do support writing sheets with some support but as far as I understand this is not planned for roo in the near future.
No branches or pull requests
Thanks for filing an issue. Following these instructions will help us solve your problem sooner.
Steps to reproduce
ruby the_file.rb
in your terminal. If all goes well, you should see your test case failing.Issue
Describe the issue
System configuration
Roo version:
Ruby version:
The text was updated successfully, but these errors were encountered: