You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I execute my code it returns me the following error:
Errno::ENOENT (No such file or directory @ rb_sysopen - /Users/brunoferesvillela/Developer/Ruby/ReportsAutomator/reports/my_cool_store/Novembro_Daily_Revenue_Report.xlsx20221102-21189-qq6z65)
Thanks for your answer!!
The error seems to being triggered at line 897 in workbook.rb.
Executing ZipFileUtils.zip("#{tempdir}", filename) with tempdir = "/var/folders/4q/_p7sshsj5m7dkdlz82ttllbm0000gn/T/d8c0ed7aa0eb67b148a0a9bc9d4aa756" and filename = "/Users/brunoferesvillela/Developer/Ruby/ReportsAutomator/reports/store_name/November_Daily_Revenue_Report.xlsx"
When I execute my code it returns me the following error:
Here an example of my code
The text was updated successfully, but these errors were encountered: