Skip to content

Commit

Permalink
Merge branch 'excel-analyzer-improvements' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Jan 18, 2024
2 parents 46549dd + 089c34a commit c76b3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gems/excel_analyzer/lib/excel_analyzer/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def hidden_rows

def hidden_sheets
workbook.sheets.count do |sheet|
sheet.state != 'visible'
sheet.state && sheet.state != 'visible'
end
end

Expand Down

0 comments on commit c76b3c8

Please sign in to comment.