Online Forum To Support Coders With Technical Assistance - Read Write Execute

How to import csv data from url into google spreadsheet

Ankit Agrawal
Ankit Agrawal
Published on May 4, 2020 · 1 min read

Google spreadsheet are very useful to manage our data with colorful charts and graphs. It comes up with inbuilt formulas those help to manage sheets and save our  time.The most important thing is we can use it anywhere, anytime with our laptop or mobile.

(1)Create new spreadsheet in your google account ( click here )

(2)Put following formula in the first cell of your google sheet

=importData("CSV FILE URL") 

(3)Import Done !!

Was this article helpful?
Ankit Agrawal

Ankit Agrawal

Author & Senior Engineer at CodeExecute

Writing practical engineering guides, debugging real-world bottlenecks, and creating free tools for developer productivity.

← Previous Article HTML5 interview questions Next Article → How to send notification on mobile devices using firebase in php