John Hannah asked...<br><div class="gmail_quote"><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div style=""><div>Using Ruby-On-Rails I have been able to use parseexcel with little trouble. Just today I started to use a script that was working and it now reports "
<span style="font-size: 13px;"><b style="margin-top: 0px;">MissingSourceFile:</b> no such file to load — parseexcel'</span></div></div></blockquote><div><br>Just guessing here, but that *looks* like the error you get when trying to "require" something that you've installed as a rubygem without having first used the line
<br><br>require 'rubygems'<br><br>in your source file. Is it possible that this is what's happened here? <br><br>Good luck,<br>Paul<br></div></div><br>