Hello,
On Sep 10, 10:44 am, Railsmaniac <
gad....@gmail.com> wrote:
> Where is the right place to set @file_warning? It sounds like there
> should be a config or somethin
if you set the third parameter in the .new call to :ignore, the file
extension will be ignored.
This means that you are responsible that the spreadsheet is of the
correct type.
myspreadsheet = Excel.new(File.join(TESTDIR,"numbers1.ods"),
false, :ignore)
-Thomas