How I create headers in Google sheets with App Script

Поділитися
Вставка
  • Опубліковано 1 гру 2024

КОМЕНТАРІ • 28

  • @rexated5148
    @rexated5148 11 місяців тому

    How did you call your function from the sheets screen? Did you need to select a cell, then write “=createHeader()”, then press enter?

    • @DaimtoAps
      @DaimtoAps  11 місяців тому

      I normally do it when a new sheet is created but you could create a menu item or a button

  • @studyandworkwithmarky
    @studyandworkwithmarky Рік тому +22

    LoL I think it's easy to just write the header. But it's cool though.

    • @jessepinkeye2339
      @jessepinkeye2339 4 місяці тому +2

      Yes, but this is perfect if you want to automate dozens of sheets. I've used this for my client's team spreadsheet for his football clinic . At the click of a button it automatically creates a new team sheet, assigned teams based on their age and whatnots, then rename the sheets based on their names.
      Manually inputting the header that has A to R columns every newly created sheet can be tedious.

  • @ontolandianamaec.6145
    @ontolandianamaec.6145 10 місяців тому +1

    How to create this? Where do i input this to create a header?

  • @man49231
    @man49231 Рік тому

    Hi! I have made a CSV Importer that lets users drag and drop CSV files onto the Google Sheet from their device. I am trying to add another functionality that is the moment they drop the CSV file, allowing them to select which columns to import. Could you please help me out. thanks

    • @DaimtoAps
      @DaimtoAps  Рік тому

      Sounds like an interesting idea im not sure if its possible though.

  • @andreaguerri.educational
    @andreaguerri.educational 8 місяців тому

    very cool, brava👏👏👏👏🤩...but you can a typewriter effect? I understand who you are from your voice (beautifull)

    • @DaimtoAps
      @DaimtoAps  7 місяців тому +1

      I have a script that types it for me.

  • @thatveganpest
    @thatveganpest Рік тому

    I noticed it’s been saying I have hit my quota creating a calendar event even though I have not, have you had this issue?

    • @DaimtoAps
      @DaimtoAps  Рік тому

      Hmm strange which quote exactly?

    • @thatveganpest
      @thatveganpest 11 місяців тому

      @@DaimtoAps CalendarApp

    • @thatveganpest
      @thatveganpest 11 місяців тому

      Do you know what might of happened?, i was making events every 30 seconds but that should still be fine

  • @arpa1520
    @arpa1520 11 місяців тому

    GOOD VIDEO, IS IT POSSIBLE TO GET INFORMATION OF A HTML FILE IN GOOGLE DRIVE AND CREATE A NEW REGISTER TO GOOGLE SHEET??????

    • @DaimtoAps
      @DaimtoAps  11 місяців тому

      Depends on what information you want from the HTML file

    • @arpa1520
      @arpa1520 11 місяців тому

      @@DaimtoAps some text

    • @edhahaz
      @edhahaz 11 місяців тому +1

      It's possible to load files from GDrive and it's possible to parse HTML, even from a website. It's also possible to make your own HTML elements and get data out of it.

    • @arpa1520
      @arpa1520 11 місяців тому

      @@edhahaz if you have some video like that, let me know

  • @see9981
    @see9981 Рік тому

    Hi How to save From 1 Sheet Data to other sheet with matching dates.

    • @DaimtoAps
      @DaimtoAps  Рік тому

      you should be able to create two deferent objects

  • @hexprince
    @hexprince Рік тому

    That's awesome 👍 ❤

  • @12chachachannel
    @12chachachannel 3 місяці тому

    range should be dynamic and use headers[0].length. also who wants to fill a 2D array manually? Just use [headers] in setValues

  • @gohkikmyhell995
    @gohkikmyhell995 11 місяців тому

    👍

  • @omanhhung1442
    @omanhhung1442 Рік тому

    But what is case it use for?

    • @DaimtoAps
      @DaimtoAps  Рік тому +2

      I have a report generator

  • @vidneshsharma9194
    @vidneshsharma9194 Місяць тому

    Lol, Manually we build header faster , simpler way... 🤦why you are using app script (complex method)

    • @DaimtoAps
      @DaimtoAps  Місяць тому

      The data was coming from an api in my case