[wtr-general] Re: Getting error as - gem_original_require': no such file to load -- Xls (LoadError)

2009-08-20 Thread KK
This might be because the Xls.rb is not accessible to this script. Try keeping the file in the same directory as your script is residing or provide the absolute path for the Xls.rb in the require statement. Thanks Regards, KK On Jul 10, 5:24 pm, Durgesh Nadkarni durgeshnadka...@gmail.com

[wtr-general] Re: Getting error as - gem_original_require': no such file to load -- Xls (LoadError)

2009-08-20 Thread Raveendran P
Hi Durgesh, Try with this change xlFile = XLS.new(Dir.pwd + '../Data.xls') Thanks On Thu, Aug 20, 2009 at 4:05 PM, KK krishna.sara...@gmail.com wrote: This might be because the Xls.rb is not accessible to this script. Try keeping the file in the same directory as your script is residing