Click or drag to resize

ExcelImportMode Enumeration

Options affecting how to determine whether an Excel export can be executed offline.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum ExcelImportMode
Members
  Member nameValueDescription
AlwaysOnline0Excel imports requested by the user are always executed online. When the user executes an import they have to wait for the import to complete.
OfflineAvailable1Excel imports can be executed online, or queued offline. If an import is executed offline the user will be notified by email once the import has completed.
See Also