Java org.apache.poi.xssf.extractor XSSFExcelExtractor fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.xssf.extractor XSSFExcelExtractor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.xssf.extractor XSSFExcelExtractor.

The text is from its open source code.

Constructor

Method

CorePropertiesgetCoreProperties()
Returns the core document properties
StringgetText()
Retrieves the text contents of the file
voidsetFormulasNotResults(boolean formulasNotResults)
Should we return the formula itself, and not the result it produces?
voidsetIncludeCellComments(boolean includeCellComments)
Should cell comments be included?
voidsetIncludeHeadersFooters(boolean includeHeadersFooters)
Should headers and footers be included?
voidsetIncludeSheetNames(boolean includeSheetNames)
Should sheet names be included?