Ask for guidance, enter multiple long characters on the mobile phone, how can the technical implementation make the operation the most simple?

clipboard.png

for example, in this case, what can be done technically to simplify the user"s operation in the H5 page on the mobile phone? The ID number is stored in the excel on the computer.
what I can think of now are:
1. Take a screenshot of the ID number on the computer or mobile phone, then upload it and identify it.
2, guide the user to send the excel containing only the ID number to the specified mailbox, and then parse the excel (allowing the user to use a specific identification code as the subject of the email can solve the data body problem).
3. Guide the user to paste the ID number in excel into the txt text on the computer, then send it to the mobile phone Wechat, copy it down
4, use a specific web page to guide the user to enter it in the web page, and then submit it to generate a QR code, and the mobile phone scans the code to obtain the multi-line ID number filled in on the computer.

there is a big touch, is there a better way?

Mar.13,2021

data in the excel,
of the computer, but you have to make a mobile H5 web page to save the data? It feels weird

  1. the amount of data is small. Open this web page with a computer browser, copy and paste it into the web page with excel.
  2. there is a lot of data. The server receives users to upload excel files, and the server parses and saves them.
Menu