Example usage for org.apache.poi.hssf.eventusermodel AbortableHSSFListener subclass-usage

List of usage examples for org.apache.poi.hssf.eventusermodel AbortableHSSFListener subclass-usage

Introduction

In this page you can find the example usage for org.apache.poi.hssf.eventusermodel AbortableHSSFListener subclass-usage.

Usage

From source file my_poi.MyXLS2CSVmra.java

/**
 * A XLS -> CSV processor, that uses the MissingRecordAware EventModel code to
 * ensure it outputs all columns and rows.
 * 
 * @author Nick Burch
 */