A
A
alexandrto2021-12-07 12:02:41
PHP
alexandrto, 2021-12-07 12:02:41

How to find the right solution with loading data from google spreadsheets?

Good day.
There are 140 google tables from which you need to get information from each active sheet with saving to a file ( file name = table name ) for further verification of changes, and if changes are found, then the telegram bot reports the line, column, changed text.
A script was written that conducts all the indicated manipulations, but only with 1 table . I am sitting for the second day and do not understand: how to process all tables correctly.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
T
twobomb, 2015-06-03
@swipeshot

You can type like this https://jsfiddle.net/twobomb/uk9tgngq/

T
teotlu, 2015-06-02
@teotlu

Sorry for the offtopic, I just opened the source code of the site and came across this XD
And so, GreatRash is right.

G
GreatRash, 2015-06-02
@GreatRash

radio.vlad805.ru/v2.js - line 157 monitors the mouse wheel and starts line 212

M
MK, 2015-06-02
@Maxsior

i would do like this:

element.onscroll = function (e) {
elem=e.target
  if (elem.scrollTop == 0)
    //с помощью CSS делаем тень СВЕРХУ
  else if (elem.scrollTop == elem.scrollTopMax)
    //с помощью CSS делаем тень СНИЗУ
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question