Show / Hide Table of Contents

Class ExcelAddressUtil

Utilites tp verify addresses and reöated tokens

Inheritance
System.Object
ExcelAddressUtil
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.FormulaParsing.ExcelUtilities
Assembly: EPPlus.dll
Syntax
public static class ExcelAddressUtil

Methods

GetValidName(String)

Ensures valid name by removing invalid chars and replacing them with '_'

Declaration
public static string GetValidName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.String

IsValidAddress(String)

Ensure address and sheet has valid names

Declaration
public static bool IsValidAddress(string token)
Parameters
Type Name Description
System.String token
Returns
Type Description
System.Boolean

Wether or not the address is valid

IsValidName(String)

Returns true if a defined name is valid

Declaration
public static bool IsValidName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Boolean
In This Article
Back to top Generated by DocFX