Enum eExternalWorkbookCacheStatus
- Namespace
- OfficeOpenXml.ExternalReferences
- Assembly
- EPPlus.dll
The status of an external workbooks cache.
public enum eExternalWorkbookCacheStatus
Fields
Failed = 2Update of the cache failed. Any loaded data from the package is still available.
LoadedFromPackage = 1Cache has been loaded from the external reference cache within the package.
NotUpdated = 0Cache has not been updated. Saving an external reference with this status will update the cache on save.
Updated = 3The cache has been successfully updated