Skip to content

Google フォームから活動報告書を生成するためのツール

Notifications You must be signed in to change notification settings

ECCNetLab/report-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Report Generator

日報から簡単にレポートを出力できるインテグレーション。

Syntax

go run ./main.go [-i <csv> -c <club name> -t <excel path>]

example:
go run ./main.go \
  -c ネットワーク研究会 \
  -r 2301 \
  -i file.csv \
  -t ./月間活動報告書.xlsx \
  -i ./ECCコンピュータ専門学校\ ネットワーク研究会\ .csv

Parameters

  • -i (入力する csv)
  • -c (クラブ名)
  • -r (教室名)
  • -t (テンプレート)
  • -om (markdown 出力名)
  • -oe (excel 出力名)

Installation

  1. Google Form(Template) を用意
  2. Google Form の回答タブから Google Spreadsheet を選択 スプレッドシートに移動。
  3. csv 形式でダウンロード。
  4. プログラムを実行。

About

Google フォームから活動報告書を生成するためのツール

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages