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