当前位置:Gxlcms > 数据库问题 > php读取excel内容并写入mysql中

php读取excel内容并写入mysql中

时间:2021-07-01 10:21:17 帮助过:22人阅读

<form action='./add' method="post" enctype="multipart/form-data">
 <table cellpadding='5px' align='center' width='100%'>
 <tr>
  <td><span style='color:red;'>*</span> 请选择文件:</td>
					<td><input type='file' name='excelname'></td>
				</tr>
				<tr>
					<td colspan='2'><input type='submit' name='submit' value='导入数据'></td>
				</tr>
				</table>
			</form>
按照上述流程excel内容就可以正确导入到mysql中

写好的例子:http://yun.baidu.com/share/link?shareid=3068641847&uk=2903375990

php读取excel内容并写入mysql中

标签:excel读取   php读取excel   excel写入数据库   

人气教程排行