Nevron Open Vision Documentation
Nevron.Nov.Formats.Excel Namespace / NExcelReader Class / IsExcelFile Method


In This Topic
    IsExcelFile Method
    In This Topic
    Returns true if the extension of the given file name is XLSX or XLS.
    Syntax
    'Declaration
     
    
    Public Shared Function IsExcelFile( _
       ByVal fileName As System.String _
    ) As System.Boolean
    'Usage
     
    
    Dim fileName As System.String
    Dim value As System.Boolean
     
    value = NExcelReader.IsExcelFile(fileName)
    public static System.bool IsExcelFile( 
       System.string fileName
    )

    Parameters

    fileName
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also