Skip to content

Instantly share code, notes, and snippets.

@Buckwich
Buckwich / README.MD
Last active December 5, 2023 14:45 — forked from njoerd114/README.MD
Sankey Diagram with Google Spreadsheets

Sankey Diagrams within Google Spreadsheets

This Gist is there to help you creating a Sankey Diagram from your Google Spreadsheets.

Fork of @njoerd114

Changes:

  • update usage instruction for new Apps Script IDE
  • does not need document Id (@steren)
  • supports named sheet (not default, see customization in code.gs)

Pre

  • CentOS 7.4 but should also work with others
  • current state: root with password
  • working SSH client with key pair

Basic programs

  • yum update
  • yum install epel-release
  • yum install nano htop tmux

User setup

  • useradd USERNAME && passwd USERNAME