Class HybridStreaming
- java.lang.Object
-
- org.apache.poi.examples.xssf.streaming.HybridStreaming
-
public class HybridStreaming extends Object
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).
-
-
Constructor Summary
Constructors Constructor Description HybridStreaming()
-
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException, SAXException
- Throws:
IOExceptionSAXException
-
-