Home
last modified time | relevance | path

Searched refs:is_xls (Results 1 – 3 of 3) sorted by relevance

/dports/devel/py-oletools/oletools-0.54.2/oletools/
H A Dooxml.py142 is_xls = False
151 is_xls |= content_type.startswith(CONTENT_TYPES_EXCEL)
161 if is_doc and not is_xls and not is_ppt:
163 if not is_doc and is_xls and not is_ppt:
165 if not is_doc and not is_xls and is_ppt:
167 if not is_doc and not is_xls and not is_ppt:
H A Dxls_parser.py81 def is_xls(filename): function
H A Dmsodde.py914 if xls_parser.is_xls(filepath):