Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,038

HOME > PHP > PHP Forum > ช่วยดู code ให้หน่อยค่ะว่า Error ตรงไหนคะ Excel ... Fatal error: Uncaught exception 'com_exception' with message '<b>Source:</b> Microsoft Office Excel<br/><b>Description



 

ช่วยดู code ให้หน่อยค่ะว่า Error ตรงไหนคะ Excel ... Fatal error: Uncaught exception 'com_exception' with message '<b>Source:</b> Microsoft Office Excel<br/><b>Description

 



Topic : 036906



โพสกระทู้ ( 512 )
บทความ ( 0 )



สถานะออฟไลน์




ExcelForm.php
Code (PHP)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
</head>

<body>
<form method="post" action="import2.php" enctype="multipart/form-data">
Excel file : <input type="file" name="excelfile" id="excelfile" size="50">
<br><input type="submit" value="Up&nbsp;File">
</form>
</body>
</html>


import2.php
Code (PHP)
<html>
<head>
<title>ThaiCreate.Com PHP(COM) Excel.Application Tutorial</title>
</head>
<body>
<?
	//*** Get Document Path ***//
	$strPath = realpath(basename(getenv($_SERVER["SCRIPT_NAME"]))); // C:/AppServ/www/myphp
	$excel_file=$timen.$HTTP_POST_FILES['excelfile']['name'];
	$dot  =strpos($excel_file,'.');
	$newexcelfiles =  substr($excel_file,0,$dot);
	$OpenFile = "Excel/Nov/$excel_file.xls";
	//*** Create Exce.Application ***//

	$xlApp = new COM("Excel.Application");
	
	$xlBook = $xlApp->Workbooks->Open($strPath."/".$OpenFile);
	$xlBook = $xlApp->Workbooks->Open(realpath($OpenFile));

	$xlSheet1 = $xlBook->Worksheets(1);	
        $xlSheet1->Name = "My Customer";


	//*** Insert to MySQL Database ***//
	$objConnect = mysql_connect("localhost","root","123456") or die("Error Connect to Database");
	$objDB = mysql_select_db("sahapoint");
mysql_query('set charset tis620 ') or die (mysql_error());

$i=2;

	//for($i=2;$i<=5;$i++){


		while(trim($xlSheet1->Cells->Item($i,1)) != "" )
		{
			$strSQL = "CREATE TABLE if not exists a$newexcelfiles(AR_CODE varchar(15) NOT NULL,GOODS_CODE varchar(15),TRD_QTY int)";
mysql_query($strSQL,$objConnect) or die(mysql_error());
			$strSQL = "INSERT INTO a$newexcelfiles ";
			$strSQL .= "(AR_CODE,GOODS_CODE,TRD_QTY) ";
			$strSQL .= "VALUES ";
			$strSQL .= "('".$xlSheet1->Cells->Item($i,3)."','".$xlSheet1->Cells->Item($i,5)."' ";
			//$strSQL .= ",'".$xlSheet1->Cells->Item($i,3)."','".$xlSheet1->Cells->Item($i,4)."' ";
			$strSQL .= ",'".$xlSheet1->Cells->Item($i,9)."')";
//$strSQL .= ",'".$xlSheet1->Cells->Item($i,5)."','".$xlSheet1->Cells->Item($i,6)."')";
			mysql_query($strSQL,$objConnect);
			$i++;
		}//end if
	//}//end for
	
	//*** Close MySQL ***//
	mysql_close($objConnect);

	//*** Close & Quit ***//
	$xlApp->Quit();
	//$xlApp->Application->Quit();
	$xlApp = null;
	$xlBook = null;
	$xlSheet1 = null;
?>
Data Import XLS2/Inserted.
</body>
</html>


มันขึ้น Error ว่า
Fatal error: Uncaught exception 'com_exception' with message '<b>Source:</b> Microsoft Office Excel<br/><b>Description:</b> ไม่พบ 'C:\AppServ\www\sahaPoint/Excel/Nov/001052552.xls.xls' โปรดตรวจการสะกดของชื่อแฟ้มและตรวจสอบตำแหน่งที่ตั้งของแฟ้มให้ถูกต้อง ถ้าคุณกำลังพยายามเปิดแฟ้มจากรายการของแฟ้มที่เปิดใช้เมื่อเร็วๆ นี้ โปรดตรวจสอบให้แน่ใจว่าแฟ้มไม่ได้ถูกเปลี่ยนชื่อ ย้าย หรือถูกลบ' in C:\AppServ\www\sahaPoint\import2.php:17 Stack trace: #0 C:\AppServ\www\sahaPoint\import2.php(17): variant->Open('C:\AppServ\www\...') #1 {main} thrown in C:\AppServ\www\sahaPoint\import2.php on line 17

เปิดไรขึ้นต้องแก้ตรงไหน



Tag : - - - -







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2010-01-12 15:30:22 By : tukata View : 1206 Reply : 1
 

 

No. 1



โพสกระทู้ ( 1,357 )
บทความ ( 4 )

สมาชิกที่ใส่เสื้อไทยครีเอท

สถานะออฟไลน์



$excel_file=$timen.$HTTP_POST_FILES['excelfile']['name'];


ตรงนี้จะได้ชื่อ excelfile.xls มาแล้วครับ ดังนั้น

$OpenFile = "Excel/Nov/$excel_file.xls";

// แก้เป็น

$OpenFile = "Excel/Nov/$excel_file";

// ครับ







Date : 2010-01-12 17:10:45 By : lozomac
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : ช่วยดู code ให้หน่อยค่ะว่า Error ตรงไหนคะ Excel ... Fatal error: Uncaught exception 'com_exception' with message '<b>Source:</b> Microsoft Office Excel<br/><b>Description
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ FTP| ใส่แถวของตาราง ใส่คอลัมน์ตาราง| ตัวยก ตัวห้อย ตัวพิมพ์ดีด| ใส่โค้ด ใส่การอ้างถึงคำพูด| ใส่ลีสต์
smiley for :lol: smiley for :ken: smiley for :D smiley for :) smiley for ;) smiley for :eek: smiley for :geek: smiley for :roll: smiley for :erm: smiley for :cool: smiley for :blank: smiley for :idea: smiley for :ehh: smiley for :aargh: smiley for :evil:
Insert PHP Code
Insert ASP Code
Insert VB.NET Code Insert C#.NET Code Insert JavaScript Code Insert C#.NET Code
Insert Java Code
Insert Android Code
Insert Objective-C Code
Insert XML Code
Insert SQL Code
Insert Code
เพื่อความเรียบร้อยของข้อความ ควรจัดรูปแบบให้พอดีกับขนาดของหน้าจอ เพื่อง่ายต่อการอ่านและสบายตา และตรวจสอบภาษาไทยให้ถูกต้อง

อัพโหลดแทรกรูปภาพ

Notice

เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ
อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง

   
  เพื่อความปลอดภัยและการตรวจสอบ กระทู้ที่แทรกไฟล์อัพโหลดไฟล์จากที่อื่น อาจจะถูกลบทิ้ง
 
โดย
อีเมล์
บวกค่าให้ถูก
<= ตัวเลขฮินดูอารบิก เช่น 123 (หรือล็อกอินเข้าระบบสมาชิกเพื่อไม่ต้องกรอก)







Exchange: นำเข้าสินค้าจากจีน, Taobao, เฟอร์นิเจอร์, ของพรีเมี่ยม, ร่ม, ปากกา, power bank, แฟลชไดร์ฟ, กระบอกน้ำ

Load balance : Server 01
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2025 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่