# File app/bin/excel_to_text.rb, line 42
        def get_absolute_path(fname)
                fso = WIN32OLE.new('Scripting.FileSystemObject')
                return fso.GetAbsolutePathName(fname)
        end