Yesterday I was trying to understand a procedure similar to the one you show in this video, but made with html, css and java script. Comparing both, the one you submit far exceeds the one that I comment. Anyway, the basis for understanding both is, java script. Without a doubt Google offers us great tools to develop applications. I thank you for what you share with me, that although I understand it in a slow way, I know that I can understand it as long as I practice it. 😇
@veeresha664 жыл бұрын
Hello sir. We have competed all levels. I want you to teach us further the following, 1. Creating unique ID for each entry. 2. Recall an entry using ID and edit/delete the same. 3. Multiple items input Button before submit. 4. Creating tables using ID. Like PHP Your hard awaited fan...
@bhushanharshe13755 жыл бұрын
Great tutorials.. excellent explanation.. seems as easy as a piece of a cake while you explain.. (not as simple when implementing though). I have Watched all 13 videos and have a feeling that this is only a tip of iceberg and you would help us go even deeper.. looking forward.. big thanks.
@ZzulfadliNasir5 жыл бұрын
Sir how can i CRUD using this method thank you
@coderx60613 жыл бұрын
Great videos! I created a whole google sheet dashboard from your tutorial !
@brittanm.s.breaux25952 жыл бұрын
Why is there a forward slash at the end of the meta tag "/>" @ 3:36?
@ExcelGoogleSheets2 жыл бұрын
Probably not necessary to have it. HTML 4 specs.
@guitarman75754 жыл бұрын
Excellent Tutorial. Thank you very much 👍👍👏🏼👏🏼🙂
@Anzeljaeg3 жыл бұрын
great content
@broadsolutions64475 жыл бұрын
Is it possible to edit the data in the html table and save it back to the source file? Is there an event handler to detect user click on the html table to identify the clicked location and somehow use that information to allow editing on the corresponding row?
@carljacobs88635 жыл бұрын
Broad Solutions this is the same issue I need to solve. Did you get an answer to your question anywhere?
@broadsolutions64475 жыл бұрын
@@carljacobs8863 Hello, I just noticed your question. I did not get an answer but I have done some testing in order to see if the idea works. In short, I added the click event to all the cells in the table. I did this in JavaScript by selecting all the cell via their class or html element. That way, you can then implement any functionality you want on the click event. However, you still need to solve the next part of the process, i.e. save the changes back to the source file. We can carry on this conversation via email if you need more details.
@geoffscott11385 жыл бұрын
I am doing something similar, inputting data on an html table, that writes data back to the source data, then be able to filter the data on a different web page for reports off that data…any solutions for the writing back to the source data?
@clinicadentalbellasonrisa89275 жыл бұрын
Thank you for your videos are so usefull!!! Will you do more videos on this series?
@ledecosolutions.r.o.19874 жыл бұрын
Hi, great video tutorial, but where to download the sample code you work with?
@samchoyis5 жыл бұрын
Excellent tutorials👍👍👍👍👍
@jasonz55773 жыл бұрын
First I just want to thank you for these great videos. I've been following along with a bit variation: I created a page that has entry fields, submission button and table that gets refreshed and shows the new entry after the submission button is clicked. I am running into an issue of an delay between writing data and displaying data on the page. The data got written into google sheet, but it takes time for google sheet to save data before the display function can pull it and display on the page. The display function is unable to pull the newly submitted entries. I tried to solve this problem by using SetTimeOut function to give the display function 5 seconds before pulling the data, but it's not an elegant solution as I have no way to tell how long it takes for the data to flow to the goolge sheet. Is there a way we can check the status of data write before pulling the data so we can make the display function dependent on whether the data write is complete?
@lestttefff87734 жыл бұрын
How to use this table with bootstrap datatables library (i try but "no data available in table" appear in the table.) To sort, filtred, pagination the table.
@shade11085 жыл бұрын
Thank you so much. I have 2 table in the same page and both are loading datas from 2 different big databases. Can you make a video explaining how to load the datas at the same time without blocking the web app and creating some progress bar or a loading image with materializecss? Thank you so much, you're the best teacher
4 жыл бұрын
Add a spinner element to your app. Hide it by default. Set display to block in your "run" function, and set display to none in your "withSuccessHandler" function. Easy.
@gonefishing20063 жыл бұрын
Fairly new to Googlesheets - have used HTML and ASP for awhile but what would be nice is if one could get all the code to the project so a viewer can really follow along. Works well if /or when you don't show all the code for a function or the HTML coding. Otherwise good job.
@mr_shanes Жыл бұрын
I would love to see a tutorial that uses the entered data to populate a vertical table BEFORE it is submitted to Sheets, so that users can confirm the data before it is sent to Sheets. For now i will experiment and hope the training so far is enough to get me to that result. Also, after the submission to then be redirected again to a “thank you for your submission” page.
@Zakapedia5 жыл бұрын
Awesome video series. Keep going.!!
@jismaelcr5 жыл бұрын
Muchas gracias profesor, era lo que estaba esperando...
@mask752605 жыл бұрын
Hi Could you please let us know how to show Loading animation when the data is big and Table takes time to Load.
@magudodo Жыл бұрын
Could you please help me with a question? I'm having trouble generating the table when I include the date column. Is there a way to include the date in the table?
@sschhabra53804 жыл бұрын
You are awesome .. Thanks for the videos. I need to do a kinda pagination, on the "Next" button click, the table on webpage should get next set of data from spreadsheet. And I was able to build that logic, only problem is it does not display on screen until I "Manually" reload the page. What's the right way to get next set of data display from spreadsheet? Could you please help ?
@sschhabra53804 жыл бұрын
Hi,Is there anyway you can help with this if not possible to make video,can you point me to some link ??
@RanjitKumar-xq6ks4 жыл бұрын
Hai sir! Is it possible to create a forth colm as a editable text box worked directly with spread sheet with or without buttons. If it possible could u place a video of tat. So tat it may be helpful to all.
@2JSinc4 жыл бұрын
Thank you for this, now I have a basic idea on how to do this, but is there a more visual(WYSIWYG) approach to this? Coming from visual basic 6 two decades ago and not coding for a long time, HTML and scripts are hard for me... Is there anything like Dreamweaver that can do this? thanks...
@davidstahl11895 жыл бұрын
can you please show us how to handle a larger table and add form elements to sort and filter or customize the table in my html interface?
@georgeenueshike62712 жыл бұрын
Thanks for the video. I was wondering, how to append a new table row data just inserted into the html with createElement as shown in your course. Is it possible to do insert last row into html table without page refresh?
@krizmarin93875 жыл бұрын
can you also make a video for filtering this table? id really loved watching your tutorials and i ak learning alot.
@prakashgupta36445 жыл бұрын
yes, please make a video on loading a filtered table directly from spreadsheet.
@dartom97155 жыл бұрын
Did you guys deal with it somehow? I have the same issue
@abdullahquhtani42475 жыл бұрын
Great job. Can we add search box then display result data in the same way. I mean display search result only not the whole data. I hope you got my point.
@haihuynhthanh30783 жыл бұрын
Hi @Learn Google Spreadsheets, thanks your tutorials so much. i have a question: if i have a column (col1) in Table what date type. i used: col1.textContent can not run. Can you help me this problem! thanks
@VebyoArson4 жыл бұрын
Hi bro... would you mind to add some message boxes when the run button is pressed..I mean.. pop up message box
@dgiri2333 Жыл бұрын
How to create API access for public call any where at outside
@poosam4065 Жыл бұрын
How can we set background colour of a table cell in this code? Your video series is amazing. I learned so many new things. I'm QA Eng. but after watching these videos I feel like changing my career to dev track. 😎
@bostjanbesednjak57105 жыл бұрын
Great sir. Is it possible for users to update entries of a row on website?
@ExcelGoogleSheets5 жыл бұрын
It is possible, but not that easy to do.
@chapinkonce2174 жыл бұрын
@@ExcelGoogleSheets Saludos, tus videos son de gran ayuda, habría alguna forma de que pudiera tener más información sobre estos y otros tutoriales. Como podría contactarte? Muchas Gracias!
@j53iliff24 жыл бұрын
How can we have the website reload automatically when the button is clicked so that the table is refreshed in html without having to press refresh?
@yle30024 жыл бұрын
Hi when generating the element with .foreach , the element generated with class that uses materializecss(example .materialboxed) zoom stopped working. It works fine if i am not using the foreach function. do you know why?
@rv-powerwall98705 жыл бұрын
Great videos Thumbs UP! Can you lead me in the right way to refresh the data in the table as the table data changes. Or how to refresh the page or reload the page when the data changes and it reloads the table.
@krizmarin93875 жыл бұрын
do you find solutions on this? can you share with us?
@chapinkonce2173 жыл бұрын
@@krizmarin9387 did you find out how to do it?
@renzovergara62465 жыл бұрын
Hola, Muchas gracias por todo el materiar que has subido. Me gustaria saber si en algun momento vas a enseñar como consultar y editar los datos en estan en las hojas de calculo. Traduccion: Hello, Thank you very much for all the material that you have uploaded. I would like to know if at some point you are going to teach how to consult and edit the data in the spreadsheets.
@janiceseva90332 жыл бұрын
Hi! Your videos have been so helpful! Thank you for sharing what you know with us! I created an app where each user can put in multiple entries as a tracker and I want to have an option for the user to view all their entries for the day. Can you help with that or do you already have a video that covers that? Would really appreciate the help! Thank you!!
@Usermage_5 жыл бұрын
Hello, is it possible to implement a system of authorization and registration of users on GAS? Suppose, a user tries to open the main page, if the user is authorized, the main page opens, else the authorization page opens. How to check if the user is authorized? Session, cookies? Thanks
@WilsonGalter5 жыл бұрын
This is supper helpful. Everything works as it should. But is there a way to sum a column position[2] and place that sum in a separate div?
@NAVJYOTISINGH4 жыл бұрын
how can we create hyper links to the same table data and hyperlink addresses are also from SS.
@EzeVedder4 жыл бұрын
Hello, How can we include a filter so that it only shows data that matches the filter based on a specific column? Thank you!
@ExcelGoogleSheets4 жыл бұрын
kzbin.info/www/bejne/hoXChXeegs2Kqac
@emskillzllc86372 жыл бұрын
Two questions. (1) I have time values on my google sheet that when formatted as time won't display in the table unless I set the formatting to automatic. When set to automatic the table displays values as a decimal and not a time, is there a fix for this? (2) One of the columns in my table contains URLs, is there a way for them to be clickable when transferring to an HTML table?
@ExcelGoogleSheets2 жыл бұрын
Well, one easy way is to use getDisplayValues instead of getValues. The other way is kind of complicated and requires for you to understand how to work with dates and times in both spreadsheets and javascript. For clickable links you'll need to use HTML a tag with href attribute.
@emskillzllc86372 жыл бұрын
@@ExcelGoogleSheets thank you so much!
@practicantedeplaneacion9684 жыл бұрын
Is there a way in which Google Sheets can make the user input the name every time they enter, save the name in a variable, and then export that variable somewhere? I want to be able to see who entered the Spreadsheet at the end of each day.
@danielromhany5 жыл бұрын
Hi! Amazing video, I just want to ask that, is there a way, that when you add some more info in the Spreadsheet, it will automatially refresh the page?
@ExcelGoogleSheets5 жыл бұрын
You could set a timer to automatically reload the table every x seconds, but it would count against your daily quota, therefore not something I'd suggest doing.
@danielromhany5 жыл бұрын
Thanks! Keep up with these great videos :)
@jonahdavepedrajas66935 жыл бұрын
nice video! 2 thumbs up! I learn a lot from you and I really love your tutorials! Is that okay to make a video on how to attach a file that can upload into google drive?
@jersonjosemenguito82172 жыл бұрын
How can you make the addition of rows and/or columns more dynamic? Instead of manually adding the following to the function: var col1 = document.createElement("td"); col1.textContent = r[0]; row.appendChild(col1);
@the.Novemberist Жыл бұрын
Might be a little late for this response but though it might help others: I achieved this by including a for loop containing the col1, col1.textContent, and row.append statements. This is my final code: dataArray.forEach(function(r) { var row = document.createElement("tr"); for (var i = 0; i < r.length; i++) { var col = document.createElement("td"); col.textContent = r[i]; row.appendChild(col); } tbody.appendChild(row); }); Hopefully this is helpful!
@eelamtamils59813 жыл бұрын
not update $ sign from google sheet. is there a workaround?
@avinashs60683 жыл бұрын
Can I Filter and show only that data in html?
@kepoci85992 жыл бұрын
can we make pivot table report to web app?
@ansarabdulla32134 жыл бұрын
All the tutorials in the play list are dependent to the other one could you make a bit more independent
@AS-pq7cn2 жыл бұрын
I did a mind-blowingly silly mistake which took almost 2 hours of debugging. I used the name "table-data" instead of "data" for the global var array in the table-js file. Any variable name with a minus sign does not work in Java-script, I painfully learned. WOW!!!
@ExcelGoogleSheets2 жыл бұрын
Welcome to programming! :)
@dewaynewest77565 жыл бұрын
My data only displays if I manually input the data into the specified sheet. Data from a script or form won't populate....?
@daviddelgado96915 жыл бұрын
Did you find a solution for that?
@dewaynewest77565 жыл бұрын
@@daviddelgado9691 No sir.
@dewaynewest77565 жыл бұрын
Any solutions?
@dewaynewest77565 жыл бұрын
Also will not display query data either. ???? Does display ={} data though..... So any filtered data must come from different sheet... Any fix to this?
@dewaynewest77564 жыл бұрын
@Learn Google Spreadsheets anything to help?
@trappedcat36155 жыл бұрын
is it possible to import the data on a web page using just ajax?
@jeffs38094 жыл бұрын
Thank you this series is awesome. I do have a question though, since you are repeating steps to fill the table data in rows, how could you loop that, especially if you have more than 3 columns?
4 жыл бұрын
Is it possible to make fetching data faster?
@gokulr82834 жыл бұрын
its working but i can't display the date or timestamp on the output screen . Is it possible or not to display date please tell any one
@satishag22344 жыл бұрын
Thanks for the videos.. They are really excellent!! I have one query/issue - If the data array has text elements with " ", they are being rendered in the table. Else they entire table is not being rendered at all. I am not understanding what I am missing here.. Can you please help? I have even checked the Logger where data is coming similar to what you show, i.e, without quotes
@ExcelGoogleSheets4 жыл бұрын
Try getDisplayValues() instead of getValues()
@satishag22344 жыл бұрын
@@ExcelGoogleSheets - Thanks a lot !! It worked :) Appreciate the quick response
@luisfernandomontoya73274 жыл бұрын
Hi, do you have a website where I can see and download examples of code, of course paying ?
@jagadeeshkumarpulicheri65723 жыл бұрын
How can make dynamic drop down list like you
@saderick524 жыл бұрын
Hi, Thanks for the tutorials. Helped a lot. I'm wondering if you have a video covering how to insert image in the Google Apps Script. thanks :)
@newborn78504 жыл бұрын
how to display each row page wise and move to next row with a next page button on html file
@pichit.raetai5 жыл бұрын
Super
@66Komodo5 жыл бұрын
Great Video, Thank you so much. Could you make a video about how to do this in a Google sheets - Userforn ?
@giamar30262 жыл бұрын
Hi! Again here watching one more time this video. I'm triying to sort this dinamic table for any column. I could solve it having sheet sorted but what if i want to sort only at the front end at the app script, do you have some video where i can learn it? Thank as always, i follow you on your 2 channels! Learn a lot
@ExcelGoogleSheets2 жыл бұрын
Here is an easy solution kzbin.info/www/bejne/q5mzkKOFZaiMnKs kzbin.info/www/bejne/h3LXY4WcpNirjLM
@jonahdavepedrajas47165 жыл бұрын
Great video sir! It's very useful! Is there a way to use the SCRUD method for this?Thank u very much for this tutorial!
@kingjoshuamanatad21404 жыл бұрын
Do you know how to invoke multi-page HTML in Web App in user click events?
@freeman26075 жыл бұрын
Hi sir, thanks for useful content) Why did you solve this goal through the DOM-manipulations? It would not be easier and more efficient to use such a construction - , like in PHP style?
@ExcelGoogleSheets5 жыл бұрын
Maybe. DOM manipulation allows you to improve user experience and later add things like "loading..." animation or something like that for the user if you have a large table. If you try to load that in the template side the page would have to wait until it's done getting data from the spreadsheet and then load the page, which could sometimes take a long time. In addition this will also allow us to later call the same function to update the table if data changes.
@scottiep743 жыл бұрын
these videos are awesome, thanks! can we get the code for this, which I can use instead of manually typing out what I see on screen
@학교밀알두레4 жыл бұрын
Hi. I have got great help from your videos. One question about this video. I've got the result successfully in my web app according to this video, but found that the result of query is not shown in the web app. The data is shown in Log, but not in the web app table. Do you know how to deal with it?
@학교밀알두레4 жыл бұрын
This is solved. I have looked through the comments down there and found that it was date value problem. getDisplayValues() was a quick solution. Thanks.
@soniachauhan71834 жыл бұрын
@@학교밀알두레 Thank you your solution helped me.
@fatorx4952 жыл бұрын
thanks, you help me a lot
@Aleksbrandao4 жыл бұрын
Dear Sir. Thank you for your vídeos. Is possíble to send a image from link in spreedsheet do App web using the metod in this video?
@ExcelGoogleSheets4 жыл бұрын
Yes. but you need to make sure those images are public and use html img tag to actually display them instead of just showing the link.
@Aleksbrandao4 жыл бұрын
@@ExcelGoogleSheets I got it ! Thank you
@carringtonwilliams19474 жыл бұрын
@@ExcelGoogleSheets I am also trying to make images render in the dynamic table, but failing. Here's what I've done: 1) In the generate table script, I change the data type in the column where I want the images to render to "col2.htmlContent = r[1] . 2) The content of the sheets table array second position has text like this: . The links work fine if pasted into browser address bar, and the html will render in the page head, so I'm thinking I have a js problem.. I've stored all images on an accessible server I keep at Dreamhost. Was hoping the html would just render the corresponding image in the table, but the "image" column is just empty.
@carringtonw34 жыл бұрын
@@carringtonwilliams1947 sorry - not col2.htmlContent, actually col2.innerHtml = r[1]; is Materialize blocking html from rendering or do I have issues in my script code?
@carringtonw34 жыл бұрын
solved: I was using innerHtml instead of innerHTML
@DuceD25 жыл бұрын
Could you provide these files that you're making? I can get the table to populate when typing the contents directly into the table body, but can't get anything to populate through the table-js page. I've started from scratch so many times and still don't know what I'm missing. Thanks for the videos too!
@DuceD25 жыл бұрын
Haha. I found my mistake! In the data variable at 10:00, I never separated the arrays by commas. That stopped everything else in the page from loading i guess.
@LeoCodron4 жыл бұрын
@@DuceD2I did exactly the same!
@jcarfam4 жыл бұрын
Thanks for each one of yours greats tutorials! Is it possible to click on a row and open a modal populated with data fromt hat row ?
@ExcelGoogleSheets4 жыл бұрын
This short answer is, yes.
@jcarfam4 жыл бұрын
@@ExcelGoogleSheets Thanks for your reply. I created an HTML table that is populated from a spreadsheet data and when I doubleclick on any row it opens a modal (Materialize). In this modal I created a button to cancel (close) the modal. But I can't find a way to make this button close the modal. Did you experienced any time this same issue? May I post the souce code in this comment? I expect my code could help someone and someone could help me too.
@coderx60613 жыл бұрын
@@jcarfam Hey It will be useful if you upload it. Thank you
@AG-go1eo4 жыл бұрын
How cna i embed that into a website
@TheSibaSwain3 жыл бұрын
Hey Is it possible to load the HTML page data without reloading? My data in the sheet changes every 1 monute
@A35K3 жыл бұрын
trying to figure out the same thing but so far I've been using tab reload add on for web browser.
@EugenZalepon4 жыл бұрын
I would like to load this example. Is it possible ?
@francismata44925 жыл бұрын
Hello Sir. Can we automate google sheet/s into a pdf and save to drive?
@ExcelGoogleSheets5 жыл бұрын
It's possible.
@yedukrishnan75354 жыл бұрын
Hi, how can we access the spreadsheet by openbyurl . It's showing you are not authorised to use openbyurl
@ExcelGoogleSheets4 жыл бұрын
If you have the right permissions to the spreadsheet you're trying to open then check with your gsuite admin.
@rennongz10395 жыл бұрын
Can this used by multiple users at the same time. Like 60 users at the same time and will the data be save?
@ExcelGoogleSheets5 жыл бұрын
There are limits to concurrent script calls. It should be OK though.
@GeraSanz5 жыл бұрын
i wanna do this same tutorial but adding the table to an dialog instead, i managed to work it till the table with manual data, but when i try to call from another spreadsheets it wont work, any idea?
@luisvillalba32014 жыл бұрын
Hi Gera. Did you find a solution? I have the same problem, I want to read an existing sheet and it doesn't show me anything
@abdulsamadv3 жыл бұрын
Excellent video. It'll be better if you could share the code used for this video
@edsonestevao57355 жыл бұрын
thank you teacher! how can we do to format date and currency style in the table?
how to create print button in google app script web with form in google sheets?
@vasutornleechankul94705 жыл бұрын
Thank you for your tutorial. Could you please make Google Apps Script Web App Tutorial about CRUD and checkbox from HTML to Spreadsheet?
@zafaraeqbal4 жыл бұрын
Thanks ☺️👍 a lot, I tried to replicate the code to make HTML table from Google sheet, but somewhere I made mistake in table-js, I'm getting sheet data on log, but HTML page doesn't shoes the table contents except thead. Please help me to fix it.
@videomanjorl4 жыл бұрын
I have the same problem. With Select and Autocomplete sections.
@felixtrausenecker33845 жыл бұрын
Hi. Your tutorials are amazing. I have a problem. I want to make a html table from data in a Spreadsheet, but the amount of data is flexible. For example: One time it could be 1 col + 6 rows and at another time 4 col + 20 rows. Could you help me with that? Greetings Felix
@kashifiqbal11414 жыл бұрын
Hi, how are you testing without deployment as a webapp. Even it do not get effect without it. Will you please explain it ? Thank you for uploading good stuff.
@ExcelGoogleSheets4 жыл бұрын
kzbin.info/www/bejne/iIO0p6yJrcZ2jZI
@kashifiqbal11414 жыл бұрын
Thank you for quick reply. Really appreciated.
@hilaryeins14 жыл бұрын
High sir ,how is your whole family doing? I wish all the best thing from the almighty to you and yours.... error message showed up at the console.. Uncaught TypeError: Cannot read property 'appendChild' of null at HTMLDocument. What should I probably do,great master!!!
@mramit2185 жыл бұрын
where i will get the code for the same
@Crhistianosa4 жыл бұрын
I have a C column and the cell data is URL. In the table this content appears as a clickable link. How do I make the table show the content of a given column as a clickable link?
@chapinkonce2173 жыл бұрын
Did you find out how to get clickable link in the table ?
@Crhistianosa3 жыл бұрын
@@chapinkonce217 Yes. Tomorrow I will send the code for you
@Crhistianosa3 жыл бұрын
@@chapinkonce217 function GerarTabela(Carregar){ var CorpoTabela = document.getElementById("CorpoTabela"); var Filtrar = document.getElementById("coordenador"); Filtrar = Filtrar.value.toUpperCase(); Carregar.forEach(function(r){ var Linha = document.createElement("tr"); //Elementos de texto var Coluna1 = document.createElement("td"); Coluna1.textContent = r [0]; var Coluna2 = document.createElement("td"); Coluna2.textContent = r [2]; var Coluna3 = document.createElement("td"); Coluna3.textContent = r [1]; //Elemento de link //criar um elemento de link a // Create anchor element. var Coluna4 = document.createElement('a'); // Create the text node for anchor element. var link = document.createTextNode(r [5]); // Append the text node to anchor element. Coluna4.appendChild(link); // Set the title. Coluna4.title = r [5]; // Set the href property. Coluna4.href = r [5]; Coluna4.style.width = '250px'; // Append the anchor element to the body. //document.body.appendChild(a); //abaixo os elementos de texto. Linha.appendChild(Coluna1); Linha.appendChild(Coluna2); Linha.appendChild(Coluna3); Linha.appendChild(Coluna4);
@chapinkonce2173 жыл бұрын
@@Crhistianosa thank you so much! one more thing, Vc know how to make the table refresh automatic every 30 sec, I been try different ways with no luck. Thx
@Crhistianosa3 жыл бұрын
@@chapinkonce217 no
@ytdavide2 жыл бұрын
could you make a video on how to make a crud web app? thanks 👍😊
Hi Sir, What if one of my cell consist of hyperlink, how can i get hyperlink and show in the table?
@fisheromen10314 жыл бұрын
I struggled with this, too. Instead of using "textContent", use "innerHTML".
@johnemmanueldelacruz81845 жыл бұрын
Is there a way that when someone enters a data in the spreadsheet the html will automatically update the table? Thanks!
@astrologystar60605 жыл бұрын
I don't have direct answer, but you may try to set trigger to load the html every few seconds, or minutes
@emskillzllc86372 жыл бұрын
I am unable to pass data to my table. It may be due to the type of information that I am passing, I really have no idea this is all new to me. My table information on my spreadsheet is generated from a =FILTER function and it is 6 columns wide. The contents are of the following types (1)date, (2)time, (3)time, (4)text, (5)text, (6)hyperlink. Any help would be greatly appreciated.
@ExcelGoogleSheets2 жыл бұрын
Watch this kzbin.info/www/bejne/an_HZZ97nZigmqc
@emskillzllc86372 жыл бұрын
@@ExcelGoogleSheets Thank you for the advice. Your tutorials are awesome. I watched the video you linked above but I don't think that is quite the problem I'm having. When I use a spreadsheet with data entered by a user I don't have any problems displaying it on the web app. The issue I'm having is that because the data I'm drawing from is generated by the =FILTER function Logger.log brings back the data I want except it is trailed by a bunch of empty values like this: [, , , , , ], [, , , , , ], [, , , , , ], [, , , , , ], [, , , , , ], [, , , , , ], [, , , , , ], [, , , , , ], [, , , , , ]]. I think that is what is stopping the Html table from displaying the desired values. I hope this makes sense, forgive me if I sound unintelligent.
@sirajeddineyouness52134 жыл бұрын
hi, i want to use JavaScript Charts Using Data from Google Sheets 😢
@cwlindWX5 жыл бұрын
Thank you!
@srtvmovieexplain5 жыл бұрын
where is complete code ?
@dekdee4542673 жыл бұрын
i want method google sheet and hightchart thank you
@estebancachago78685 жыл бұрын
Excellent video! But I need some help.... I want to create an HTML page that updates ITSELF with data from a spreadsheet, so if I modify a cell in the spreadsheet, that modification will appear in the html page like in "real time", without refreshing the page by myself. I hope you or someone on the comments could help me with that. Thanks
@chapinkonce2173 жыл бұрын
Did you find out how to do it?
@estebancachago78683 жыл бұрын
@@chapinkonce217 well, I guess so. What I did is that I call a function that calls itself every "t" miliseconds. So, the function does something (refresh the page) and then calls itself, so it refreshes the page again and again every "t" miliseconds. I've seen a lot of people doing this on the internet, here is a link to one explanation but there is a lot of the same: www.geeksforgeeks.org/how-to-automatic-refresh-a-web-page-in-fixed-time/ Hope this helps you! Good luck
@ALWALEEDALWABEL5 жыл бұрын
You did forget to show us how to search from google sheets and come back with data if not it will show error message.