Skip to content
View ferozhussain's full-sized avatar

Block or report ferozhussain

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. next-inventory-client next-inventory-client Public

    Forked from milon27/inventory-client

    Inventory Management System Frontend using next js

    JavaScript

  2. Read csv file with or without header... Read csv file with or without headers in C#
    1
    // This method allow us to read the csv using the library. 
    2
    //since the csv is a text file you can always go for a simple text reader or default streamreader
    3
    
                  
    4
            public static DataTable ReadCsvFileWithHeader(string CSVFilePath, bool isFirstRowHeader, string tableName)
    5
            {