Display Google Sheets Data on Interactive HTML Tables (Quick & Easy Setup)

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 มี.ค. 2024
  • Link to the blog post: www.bpwebs.com/display-google...
    This video demonstrates how to effortlessly transform your Google Sheets data into dynamic, interactive HTML tables. Using the power of Google Apps Script and the Tabulator library, this process is surprisingly straightforward.
    Tabulator provides a wide array of features for filtering, sorting, and more, giving you the ability to create an interactive HTML interface for your Google Sheets data. You can effortlessly enable or disable most of these features without much coding knowledge. If you are searching for an easy setup to display your Google Sheets data on interactive HTML tables, then this is an excellent solution for you.

ความคิดเห็น • 16

  • @SOUVIKKUMAR-vj6wm
    @SOUVIKKUMAR-vj6wm 9 วันที่ผ่านมา +1

    Sir, if i create hyperlink or want to show any weblink from Google, it is not showing or acting like fix value, how to do.
    Please help

  • @NdegwaGithigi
    @NdegwaGithigi หลายเดือนก่อน +1

    Nice,

  • @user-uc6xu3nr3r
    @user-uc6xu3nr3r หลายเดือนก่อน +1

    🔥🔥

  • @user-yq5uu4zq9o
    @user-yq5uu4zq9o หลายเดือนก่อน +1

    ❤❤❤

  • @THDYoung
    @THDYoung หลายเดือนก่อน +1

    Thank you.
    Question!
    If you paste the url of a web app like the one in this video into a Google Site (using 'embed'), then update the data in the spreadsheet associated with the web app, will the Google Site view update automatically or only with a manual page reload?

    • @bpwebs
      @bpwebs  หลายเดือนก่อน

      Manual page reload.

  • @jorgetesecum9065
    @jorgetesecum9065 หลายเดือนก่อน

    Mine does not display all the info for example i changed the headers to this: Part Description, Quantity, Location , Condition, Serial Number , Compatibility , Information, Comments , Date/Time ... and only quantity, information and date/time have their data populated in the app, what am i doing wrong ?
    columns:[
    {title:"Part Description", field:"Part Description"},
    {title:"Quantity", field:"Quantity"},
    {title:"Location", field:"Location"},
    {title:"Condition", field:"Condition"},
    {title:"Serial Number", field:"Serial Number"},
    {title:"Compatibility", field:"Compatibility"},
    {title:"Information", field:"Information"},
    {title:"Comments", field:"Comments"},
    {title:"Date/Time", field:"Date/Time"},
    ],

  • @user-yq5uu4zq9o
    @user-yq5uu4zq9o หลายเดือนก่อน +1

    Can we customize the sheet as per our requirements?

    • @bpwebs
      @bpwebs  หลายเดือนก่อน

      Yes.

  • @christopherangeles4916
    @christopherangeles4916 หลายเดือนก่อน

    Why the body of HTML didn't show up?

  • @SouravTalukdar-oz6os
    @SouravTalukdar-oz6os 29 วันที่ผ่านมา

    Why Sheet Data Not Showing??

  • @airdrop4ufree
    @airdrop4ufree 27 วันที่ผ่านมา

    Hi can make step by tutorial

  • @SOUVIKKUMAR-vj6wm
    @SOUVIKKUMAR-vj6wm 9 วันที่ผ่านมา

    Sir if i want to show any hyperlink or weblink which is in Google sheet, what changes have to do?
    Because hyperlink or weblink is not working in html table, it shows fix value.
    Please help

    • @bpwebs
      @bpwebs  8 วันที่ผ่านมา

      Add formatter:"link" to the relevent column in the createTable function of the JavaScript.html file.
      E.g. {title:"Type",field:"Type",headerFilter:true, formatter:"link"},

  • @SOUVIKKUMAR-vj6wm
    @SOUVIKKUMAR-vj6wm 9 วันที่ผ่านมา

    Sir if i want to show any hyperlink or weblink which is in Google sheet, what changes have to do?
    Because hyperlink or weblink is not working in html table, it shows fix value.
    Please help

    • @bpwebs
      @bpwebs  8 วันที่ผ่านมา

      Add formatter:"link" to the relevent column in the createTable function of the JavaScript.html file.
      E.g. {title:"Type",field:"Type",headerFilter:true, formatter:"link"},