Uses of Interface
csv.impl.ExcelFormatter
Packages that use ExcelFormatter
Package
Description
Provides implementation classes for reading various kind of streams as well as producing
such.
-
Uses of ExcelFormatter in csv.impl
Classes in csv.impl that implement ExcelFormatterModifier and TypeClassDescriptionclassDefault implementation of an ExcelFormatter.Methods in csv.impl that return ExcelFormatterModifier and TypeMethodDescriptionExcelWriter.getFormatter()Returns the formatter set for this ExcelWriter.Methods in csv.impl with parameters of type ExcelFormatterModifier and TypeMethodDescriptionvoidExcelWriter.setFormatter(ExcelFormatter formatter) Sets the formatter for this ExcelWriter.