Home  >  Article  >  Backend Development  >  xls file processing

xls file processing

WBOY
WBOYOriginal
2016-10-17 09:30:211396browse

Today, we are processing new students’ information and entering it into the database. It is required that the last 6 digits of the ID number be used as the system login password. How can I batch process and intercept the last 6 digits of each student as the password?

Reply content:

Today, we are processing new students’ information and entering it into the database. It is required that the last 6 digits of the ID number be used as the system login password. How can I batch process and intercept the last 6 digits of each student as the password?

Have you ever used PHPExcel?

I don’t know about anything else, but Node can https://github.com/hanzichi/f...

Uploaded via excel?
Parse the ID card column, intercept the last 6 digits, and store them (after salting or encrypting) as the password field.
Is this so?

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn