mirror of https://github.com/apache/poi.git
Make it a complete sentence.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694537 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
10f3a8fff3
commit
a6bb26cc61
|
@ -15,6 +15,8 @@ import org.xml.sax.SAXException;
|
|||
|
||||
/**
|
||||
* This demonstrates how a hybrid approach to workbook read can be taken, using
|
||||
* a mix of traditional XSSF and streaming one particular worksheet (perhaps one
|
||||
* which is too big for the ordinary DOM parse).
|
||||
*/
|
||||
public class HybridStreaming {
|
||||
|
||||
|
|
Loading…
Reference in New Issue