Skip to content

Transposes data from one sheet and puts it in another.

License

Notifications You must be signed in to change notification settings

christales/GAS-transpose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

GAS-transpose

To be used with Google Spreadsheets with Google Apps Script

Transposes data from one sheet and puts it in another, allowing the user to choose whether they want to handle an entire sheet or choose between exclusive transposition of either headers or the data itself. The script doesn't account for sheets that do not exist nor for incompatible data sets.

@param {string} sourceSheet - source sheet name
@param {string} targetSheet - target sheet name
@param {number} headers: 0 - transpose just data; 1 - just headers; 2 - both

About

Transposes data from one sheet and puts it in another.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published