Posts
php execl dde
<?<br /> $excel =new COM(“Excel.Application”)or die(“Unable to instanciate Excel”);<br /> print “Loaded excel,version {$excel->Version}n”;<br /> $excel->Visible =0;<br /> $book=$excel->Workbooks->open(“c://dde.xls”);<br /> $sheet=$book->Worksheets(“Sheet1”);<br /> $a=$excel->DDEInitiate(“Excel”,“c://dde.xls”);<br /> $c =$excel->DDEExecute($a,“A1:D1”);<br /> <span style=“display: none;“>(http://www.GetJetso.com - 著數網)</span> $Range=$sheet->Range(“A1:D1”);<br /> $cell=$Range->Cells(1,4);<br /> echo $cell->value;<br /> $excel->DDETerminate($a);<br /> $excel->Workbooks->Close();<br /> unset($excel);<br /> unset($a);<br /> ?>
Posts
iPhone SDK 相關網站
iPhone SDK Core Web Sites iPhone Dev Center iPhone Developer Program iPhone Tech Talk World Tour Apple Developer Forums: iPhone Development What is the iPhone SDK? iPhone OS – Wikipedia, the free encyclopedia iPhone SDK comparison chart – Engadget The unofficial iPhone SDK: Guide to writing native iPhone applications – iPhone Atlas iPhone SDK Books The iPhone Developer’s Cookbook: Building Applications with the iPhone SDK (Developer’s Library) Beginning iPhone Development: