mirror of https://github.com/apache/poi.git
Add information of EventBasedExcelExtractor to the documentation
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@647577 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
adb1c55e96
commit
f05e43b6f7
|
@ -71,6 +71,13 @@
|
||||||
Those using POI 3.5 can also use
|
Those using POI 3.5 can also use
|
||||||
<em>org.apache.poi.xssf.extractor.XSSFExcelExtractor</em>, to perform
|
<em>org.apache.poi.xssf.extractor.XSSFExcelExtractor</em>, to perform
|
||||||
a similar task for .xlsx files.</p>
|
a similar task for .xlsx files.</p>
|
||||||
|
<p>In addition, there is a second text extractor for .xls files,
|
||||||
|
<em>org.apache.poi.hssf.extractor.EventBasedExcelExtractor</em>. This
|
||||||
|
is based on the streaming EventUserModel code, and will generally
|
||||||
|
deliver a lower memory footprint for extraction. However, it will
|
||||||
|
have problems correctly outputting more complex formulas, as it
|
||||||
|
works with records as they pass, and so doesn't have access to all
|
||||||
|
parts of complex and shared formulas.</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section><title>Word</title>
|
<section><title>Word</title>
|
||||||
|
|
Loading…
Reference in New Issue