Click or drag to resize

ExcelExportAttrs Enumeration

Attributes for controlling the behavior of Excel Export. These mainly manage the behavior for offline exports.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum ExcelExportAttrs
Members
  Member nameValueDescription
Online1Records that the export has been executed online. Online exports are recorded for statistial purposes.
Offline2Records that the export has been queued for offline execution. Online and Offline attributes are mutually exclusive
Saved3Marks an export to be excluded from purging. The exported Excel document will be available for future downloads from document storage
Email4All exports are saved to document storage. If an export is marked for email, a copy of the spreadsheet will be emailed to the user. However if the exported document exceeds a specified size, an email notification will still be sent, but the document will not be attached. It will still be available for download.
See Also