简体   繁体   English

我想用php / mysql导入excel文件和一些图像。 有人有解决方案吗?

[英]I want to import excel file in php/mysql with some images too. Does anyone has solution?

I want to import excel file in php/mysql with some images too. 我想用php / mysql导入excel文件和一些图像。 Does anyone has solution? 有人有解决方案吗? If Yes, Then plz reply with required software insatallation too. 如果是,那么PLZ也会回复所需的软件安装。

I would recommend you to use the library named as PHP Excel. 我建议你使用名为PHP Excel的库。 Here is the Link 这是链接

Here is the list of Examples 以下是示例列表

Click here to view the Excel downloads with image 单击此处查看带有图像的Excel下载

You will be giving the path like $objDrawing->setPath('./images/phpexcel_logo.gif'); 你将给出像$objDrawing->setPath('./images/phpexcel_logo.gif');这样的路径$objDrawing->setPath('./images/phpexcel_logo.gif');

And for more attributes 并获得更多属性

$objDrawing->setName('Paid');
$objDrawing->setDescription('Paid');
$objDrawing->setCoordinates('B15');
$objDrawing->setOffsetX(110);
$objDrawing->setRotation(25);

You shall download the library and see the examples provided in it. 您应下载该库并查看其中提供的示例。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM