lib/openstudio/analysis/translator/excel.rb in openstudio-analysis-1.0.0.rc15 vs lib/openstudio/analysis/translator/excel.rb in openstudio-analysis-1.0.0.rc16
- old
+ new
@@ -700,10 +700,9 @@
measure_index = -1
variable_index = -1
measure_name = nil
rows.each_with_index do |row, icnt|
- next if icnt < 1 # skip the first line after the header
# puts "Parsing line: #{icnt}:#{row}"
# check if we are a measure - nil means that the cell was blank
if row[:enabled].nil?
if measure_name && data['data'][measure_index]['enabled']