The Spotfire.Dxp.Data.Export namespace contains base classes for extending the data export formats.
Classes
| Class | Description | |
|---|---|---|
| DataWriter |
Represents a class capable of exporting data from a DataTable
to a Stream given a set of ordered row indexes and a enumerable of
column names.
| |
| DataWriterFactory | Abstract class for output file formats with a unique name,
supported file extensions and the ability to create a DataWriter
capable of writing to the output file format.
| |
| DataWriterFactoryT | Template DataWriterFactory.
| |
| DataWriterTypeIdentifiers | Defines the type identifiers for built-in data writers.
| |
| OutputFileTypes | Default output file types.
|