how to create online database

vinod12345madhu

vinod12345madhu

@vinod12345madhu-FwUje1 Oct 26, 2024

I have a some data base in excel and I want the same to be connected to a webpage dynamically! I also need to use the information to filter data and say calculate some data from the information. For example I would like to filter people who live in Delhi or Bangalore or any other city
for the above kind of project What kind of programs do I need to connect the data to a webpage? from excel or any other data base (access , sql, etc.)to online page.
PS: I am also okay if you share the tutorials for the same in language such as python, R, HTML, JAVA SCRIPT, etc.

In layman terms I have data as below
S. NO Name college current work location projects completed
1 vinod (xyz) delhi A
which is in excel i would like to use it online with the help of some data base systems

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk Jan 8, 2017

    I guess you could quickly import all your data into MySQL and perform operations that you want. It's pretty damn easy in PHP.

    It's not very clear how you want the data to be made available on the Internet. You could simply import your excel in Google sheet and perform regular excel operations.

  • Prasad Ajinkya

    Prasad Ajinkya

    @prasad-aSUfhP Feb 26, 2017

    If you need to do this for building reports, take a look at Google's Data Studio.

    It's a free tool which can talk to multiple data sources and it gives you a nice interface to create beautiful reports.