TinTran96 / nodejs-exceltocodefile

This project purpose is to solve the problem when student coding online on google form.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nodejs-exceltocodefile

Generate exam code file (.c, .cpp,...) based on Google Form XLXS file.

Authors

Installation

Dev on Node v14.16.1

  npm install

Setup config file

{ 
    "xlsxFile": "./test.xlsx",
	"dir": "./exam",
	"fileExt": ".c"
}

xlsxFile is xlxs file name.

dir is directory name contain exam code file.

fileExt is file extension, here is .c file.

Then run the script

  npm run start

alt text alt text

About

This project purpose is to solve the problem when student coding online on google form.


Languages

Language:JavaScript 100.0%