Choose cell A1 - TAB - 【 】 from the text to find the file to import, select file > import > choose any a kind of simplified Chinese character in the original format - - choose the appropriate separator to the next step, set the column data type.
项目开发中遇到导入表格常见的就是excel和csv 格式,一般情况下我们会前端首先得到这个表格里面的数据,然后再把数据发送给后端,也有的是直接上传文件传给后台后台自己处理,这样就不好控制上传前预览和处理数据,如果不需要预览直接上传的需求,那还是直接上传文件交给后台处理,本文实例是