Module doc

Source
Expand description

All the supported matchers categorized and exposed as functions

Functions§

is_doc
Returns whether a buffer is Microsoft Word Document (DOC) data.
is_docx
Returns whether a buffer is Microsoft Word Open XML Format Document (DOCX) data.
is_ppt
Returns whether a buffer is Microsoft PowerPoint 97-2003 Presentation (PPT) data.
is_pptx
Returns whether a buffer is Microsoft PowerPoint Open XML Presentation (PPTX) data.
is_xls
Returns whether a buffer is Microsoft Excel 97-2003 Worksheet (XLS) data.
is_xlsx
Returns whether a buffer is Microsoft Excel Open XML Format Spreadsheet (XLSX) data.