feat(libreoffice): add .odg, .dotx, .xltx support - close #567, close #573

This commit is contained in:
Julien Neuhart
2023-01-12 15:48:53 +01:00
parent 4607ade8e9
commit fbc9f9dec9

View File

@@ -484,6 +484,9 @@ func (mod UNO) Extensions() []string {
".xls",
".xlt",
".xlsx",
".odg",
".dotx",
".xltx",
}
}