Uses of Interface
csv.impl.ExcelFormatter
| Package | Description |
|---|---|
| csv.impl |
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 ExcelFormatter Modifier and Type Class Description classDefaultExcelFormatterDefault implementation of an ExcelFormatter.Methods in csv.impl that return ExcelFormatter Modifier and Type Method Description ExcelFormatterExcelWriter. getFormatter()Returns the formatter set for this ExcelWriter.Methods in csv.impl with parameters of type ExcelFormatter Modifier and Type Method Description voidExcelWriter. setFormatter(ExcelFormatter formatter)Sets the formatter for this ExcelWriter.