roo-rb / roo-xls

Roo::Xls add support for legacy Excel file standards to Roo.
MIT License
82 stars 82 forks source link

Why write permissions if you need to open a file? #61

Open MaximShaikovskiy opened 11 months ago

MaximShaikovskiy commented 11 months ago

Roo::Spreadsheet.open(fp) Errno::EACCES (Permission denied @ rb_sysopen - /%file%.xls)

If you chmod o+w the file, then you can open it. Why write permissions for this?

System configuration

Roo::Xls version: 1.2.0

Ruby version: 2.6.3p62 (2019-04-16 revision 67580) [x86_64-linux]