jQuery copy from Excel to multiple input fields

前端 未结 2 457
清歌不尽
清歌不尽 2021-01-16 12:43

I have na excel sheet with the data:

English | Spanish | Italian | French

I\'d like to be able to copy all these inputs and paste it to the

2条回答
  •  终归单人心
    2021-01-16 12:54

    The clipboard is not going to allow this. You might want to look into a library like HandsOnTable which will parse the clipboard/excel data and run the paste into multiple inputs.

    http://handsontable.com/

提交回复
热议问题