Java org.apache.poi.hssf.eventusermodel FormatTrackingHSSFListener fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.hssf.eventusermodel FormatTrackingHSSFListener fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.hssf.eventusermodel FormatTrackingHSSFListener.

The text is from its open source code.

Constructor

FormatTrackingHSSFListener(HSSFListener childListener)
Creates a format tracking wrapper around the given listener, using the Locale#getDefault() default locale for the formats.
FormatTrackingHSSFListener(HSSFListener childListener, Locale locale)
Creates a format tracking wrapper around the given listener, using the given locale for the formats.