Skip to content

Commit

Permalink
Merge branch '7027-view-csv-in-google-docs-viewer' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
garethrees committed Oct 17, 2023
2 parents 94e1001 + b58e25c commit e99f6c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/attachment_to_html/adapters/google_docs_viewer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ class GoogleDocsViewer < Adapter
'application/vnd.ms-powerpoint', # .ppt
'application/vnd.openxmlformats-officedocument.presentationml.presentation', # .pptx
'application/vnd.ms-excel', # .xls
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' # .xlsx
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', # .xlsx
'text/csv' # csv
].freeze
# rubocop:enable Style/LineLength

Expand Down

0 comments on commit e99f6c8

Please sign in to comment.