Interface | Description |
---|---|
FileParser |
A file parser is reading a file, and sending a series of rows.
|
Class | Description |
---|---|
CSVParser |
A simple CSV parser
|
ExcelReader |
A parser reading a Microsoft Excel format file using Apache POI
|
SourceGenerator |
Source Generator.
|
StringFormatter |
An utility to format text.
|
StringParser |
A utility class to parse elements with a separator that can be escaped by
doubling it.
|