public class ApachePoiDocumentParser extends Object implements DocumentParser
Document using Apache POI library.
This parser supports various file formats, including doc, docx, ppt, pptx, xls, and xlsx.
For detailed information on supported formats,
please refer to the official Apache POI website.| Constructor and Description |
|---|
ApachePoiDocumentParser() |
public Document parse(InputStream inputStream)
parse in interface DocumentParserCopyright © 2023. All rights reserved.