# NAME

msdoc - Greple module for access MS office documents

# VERSION

Version 0.01

# SYNOPSIS

greple -Mmsdoc

# DESCRIPTION

This module makes it possible to search Microsoft docx/xlsx/pptx file.

Microsoft document is consists of multiple files archived in zip
format.  Document data is stored in "word/document.xml",
"xl/worksheets/\*.xml" or "ppt/slides/\*.xml".  This module extracts the
content of these files and replaces the search target data.

# OPTIONS

- **--indent**

    Indent XML document before search.

- **--text**

    Remove XML markups and extract document text.

# LICENSE

Copyright (C) Kazumasa Utashiro.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

# AUTHOR

Kazumasa Utashiro