| Package | Description |
|---|---|
| csv |
Provides basic classes for reading and writing table-like data.
|
| csv.impl |
Provides implementation classes for reading various kind of streams as well as producing
such.
|
| Modifier and Type | Method | Description |
|---|---|---|
AbstractStreamTableWriter |
CSVFactory.getMimeTypeWriter(String mimeType) |
Returns a writer for the given MIME type.
|
AbstractStreamTableWriter |
CSVFactory.getWriter(File file) |
Returns the correct reader for the given file.
|
AbstractStreamTableWriter |
CSVFactory.getWriter(String file) |
Returns the correct reader for the given file.
|
| Modifier and Type | Method | Description |
|---|---|---|
Class<? extends AbstractStreamTableWriter> |
MimeTypeInfo.getWriterClass() |
Returns the responsible writer class.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
CSVWriter |
Implements functionality for writing CSV streams.
|
class |
ExcelWriter |
Provides ability to write Excel files.
|
class |
HtmlWriter |
Provides implementation for writing HTML table.
|
class |
XmlWriter |
Writer implementation for XML streams.
|
Copyright © 2018. All rights reserved.