# File lib/spreadsheet/excel.rb, line 16 def initialize file_path, *args super *args @file_path = file_path end