Spotfire.Dxp.Data.Export Namespace

Spotfire 14.3 API Reference
The Spotfire.Dxp.Data.Export namespace contains base classes for extending the data export formats.
Classes

  ClassDescription
Public classDataWriter
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.
Public classDataWriterFactory
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.
Public classDataWriterFactoryT
Template DataWriterFactory.
Public classDataWriterTypeIdentifiers
Defines the type identifiers for built-in data writers.
Public classOutputFileTypes
Default output file types.