Closed info-rchitect closed 6 years ago
Yes, you can configure temporary directories using the following approach:
ENV["ROO_TMP"]
) to change the default temp directory of roo.tmpdir_root
option while intializing some spreadsheet instance.
e.g. Roo::Excelx.new("your_file_name.xlsx", tmpdir_root: "location_to_new_temp_dir")
@chopraanmol1 thanks very much for the quick response!
Depending on the computer location, /tmp is either very large or very small. Could there be a way to configure the location of the temporary directories roo creates?
thx