Skip to content
/ Tabunn Public

Script that copies Google tables in the required quantity with the necessary modifications.

Notifications You must be signed in to change notification settings

eduhund/Tabunn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Tabunn | Script for multiplying Google tables

Tabunn

Google does not allow you to make many copies of one table in one click. You can make one copy as many times as you like, but only one at a time, and only by hand.

Tabunn helps you to:

  1. Save time and increase productivity;
  2. Automate document creation.

Quickstart

  1. Open Google Apps Scripts page.
  2. Create a new project (or use an existing one), open it.
  3. In the left panel, select "Libraries - Add Library".
  4. Google will ask for an identification code (Script ID). Enter this one:1zvbXSUJNskKse8GiWSUskfUc1hI4q4Z-7oU0Oe-doWyUywwNuCLPlg9i.
  5. Call the functions of this library from your script. There are two functions:
  • CopyFileById copies the file for which you need to specify an ID;
  • CopyMyFiles copies a file for which the folder ID, where it is located, and the name are specified.
  1. To call the function, enter

function myFunction() {

Tabunn.CopyFileById(<function parameters>)

}

or

function myFunction() {

Tabunn.CopyMyFiles(<function parameters>)

}

For more details please check our Instruction.

Pre-requisites

To use this script, you will need to have a Google account.

Support & Donation

Our team creates fully open-source tools and solutions for developers, designers, and those who teach these subjects. You can help us: share this tool, contribute to it, or donate to us to support future work.

Donate

About

Script that copies Google tables in the required quantity with the necessary modifications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published