Home Forums Chart Support Reading CSV data

Reading CSV data

Viewing 2 posts - 1 through 2 (of 2 total)
  • #60337

    I found the example on how to read CSV data from a the website but how to read csv file from local drive?

    #60340

    @northernboy70gmail-com,

    For security reasons, browsers restrict reading local CSV files and cross-origin requests. Serving CSV file from a local web server and making an AJAX call to it or serving it from CORS enabled CSV hosting should work fine in this case. Please refer to this StackOverflow post for more information.


    Vishwas R
    Team CanvasJS

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.