diff options
-rw-r--r-- | ranger/defaults/apps.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/defaults/apps.py b/ranger/defaults/apps.py index 1619eb1e..ffab8bea 100644 --- a/ranger/defaults/apps.py +++ b/ranger/defaults/apps.py @@ -135,7 +135,7 @@ class CustomApplications(Applications): if f.extension == 'doc': return self.either(c, 'abiword', 'libreoffice', 'soffice', 'ooffice') - if f.extension in ('odt', 'ods', 'odp', 'odf', 'odg', 'sxc', + if f.extension in ('odt', 'ods', 'odp', 'odf', 'odg', 'odb', 'sxc', 'stc', 'xls', 'xlsx', 'xlt', 'xlw', 'gnm', 'gnumeric'): return self.either(c, 'gnumeric', 'kspread', 'libreoffice', 'soffice', 'ooffice') |