1.根据avue官网,直接使用 官网导入导出地址 在index.html里导入包 <!--导入需要的包 (一定要放到index.html中的head标签里)--> 不需要安装插件直接使用 <template><el-buttontype="primary"@click="handleGet">下载模版</el-button><el-upload:auto-upload="false":show-file-list="false"action="action":...
1.在Apache官网下载Apache最新poi版本:poi-bin-3.11-20141221.zip,解压; 这里要注意是在binary distribution 下载,binary distribution是jar包,source distribution是包含源文件的,可以打开java代码 2.在Eclipse中引入jar包:project—properties—Libraries—Add External JARs Apache官网提供了一些例子:http://poi.apache.or...