Skip to content

fiuyang/generate-password

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

How To Use For Node js

  • npm install fs
  • npm install xlsx
  • npm install bcrypt

Add File Excel:

  • const workbook = XLSX.readFile('C:\\Users\\LENOVO\\Excell\\{file}.xlsx');

Save Update Excel:

  • const workbook = XLSX.readFile('C:\\Users\\LENOVO\\Excel\\{file}.xlsx');

Run file

  • node bcryptPassword.js

How To Use For Golang

  • go mod init {name-project}
  • go mod tidy

Add File Excel:

  • excelFileName := C:\Users\LENOVO\Excel{file}.xlsx'``

Save Update Excel:

  • outputFileName := C:\Users\LENOVO\Excel{file}.xlsx'``

Run file

  • go run bcryptPassword.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published