Added initial support for converting office documents (only ods and docx tested)
This commit is contained in:
@@ -27,3 +27,7 @@ class UnkownConvertError(ConvertError):
|
||||
identify the kind of error
|
||||
'''
|
||||
pass
|
||||
|
||||
|
||||
class OfficeConversionError(ConvertError):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user