blob: e4c59b5a150c75e103f1f794bd3d852221f302c1 [file] [log] [blame]
namespace AppsheetEpplus;
public interface INameValueProvider {
bool IsNamedValue(string key, string worksheet);
object GetNamedValue(string key);
void Reload();
}