SheetXL - v0.3.20
    Preparing search index...

    Variable isValidWindowsFilenameConst

    isValidWindowsFilename: (input: string) => boolean

    Returns a boolean indicating the the string name is a valid windows filename.

    Type declaration

      • (input: string): boolean
      • Parameters

        • input: string

          The string to validate.

        Returns boolean