[]
Contains the settings used for ExcelTransformationDevice.
public sealed class Settings : ISettings
Name | Description |
---|---|
Settings() | |
Settings(NameValueCollection) |
Name | Description |
---|---|
Csv | CSV settings. |
FileFormat | Indicates whether to use CSV or OpenXml format for the output file. OpenXml is default. |
Xlsx | XLSX settings. |
Name | Description |
---|---|
ApplySettings(NameValueCollection) | Applies any settings passed in the NameValueCollection settings parameters. |
GetSettings() | Returns a NameValueCollection containing the settings for the rendering extension. |
ToString() | Returns a string that represents this instance. |
Name | Description |
---|---|
implicit operator NameValueCollection(Settings) | Performs an implicit conversion from Settings to NameValueCollection. |