Show / Hide Table of Contents

Enum eExternalWorkbookCacheStatus

The status of an external workbooks cache.

Namespace: OfficeOpenXml.ExternalReferences
Assembly: EPPlus.dll
Syntax
public enum eExternalWorkbookCacheStatus

Fields

Name Description
Failed

Update of the cache failed. Any loaded data from the package is still available.

LoadedFromPackage

Cache has been loaded from the external reference cache within the package.

NotUpdated

Cache has not been updated. Saving an external reference with this status will update the cache on save.

Updated

The cache has been successfully updated

In This Article
Back to top Generated by DocFX