搜索资源列表
PHP 读取Excel文件库
- 调用示例: require_once(dirname(__FILE__) . '/includes/PHPExcel/PHPExcel/IOFactory.php'); //$book = "xxxx.xls";这个是要读取的Excel文件名 $objPHPExcel = PHPExcel_IOFactory::load($book); $Columns = $objPHPExcel->getActiveSheet()->getHighestColum
PHP Guest Book
- PHP Guest Book
PHP: The Good Parts
- Get past all the hype about PHP and dig into the real power of the language. This book explores the most useful features of PHP and how they can speed up the web development process, and explains why the most commonly used PHP elements are often misu