项目作者: jjkoh95

项目描述 :
Convert spreadsheet to translation JSON files
高级语言: Scala
项目地址: git://github.com/jjkoh95/scalangsheet.git
创建时间: 2020-02-22T12:18:51Z
项目社区:https://github.com/jjkoh95/scalangsheet

开源协议:

下载


scalangsheet

Extract translation JSON files from spreadsheet

Usage

Publish your spreadsheet as CSV and pass the sheetURL in the body and translation zip files will be returned

  1. curl --location --request POST 'https://warm-mountain-57502.herokuapp.com/sheet' \
  2. --header 'Content-Type: application/json' \
  3. --data-raw '{
  4. "sheetURL": "https://docs.google.com/spreadsheets/d/e/2PACX-1vQMOQvGBNk4AlGIN94tCeOVgZQdhQnr2cmUDD6mPZVVCP1hrtQd83OiwaYOnIE-nF9ds345QJ0kAkTY/pub?output=csv"
  5. }' -O -J