TP5 Excel Export Download Convenience class Library

Source: Internet
Author: User
TP5 Excel Export Download the PHPExcel1.8 is referenced in the project
The Controller class calls the method to support chained operations
Quickly export Excel
You only need to define the fields and query criteria you want to download.
Support for multi-table output into one Excel

$excel =new Excel (); $table _name= "Mk_material_list_edit"; $field =["id" + "serial number", "GUID" and "Project Code", "name" + "project name" "]; $map =[" status "=>1]; $map 2=[" status "=>-1]; $excel->setexcelname (" Download Decoration Project ")->createsheet (" Renovation project ", $ TABLE_NAME, $field, $map)->createsheet ("Removed renovation project", $table _name, $field, $map 2)->downloadexcel ();//Fast Import $ Getexcelobject=excel::loadexcel ("Test.xls"); $sheetName = $getExcelobject->getsheetnames ();d UMP ($SHEETNAME); $ Sheet = $getExcelobject->getsheetbyname ($sheetName [0])->toarray ();d UMP ($sheet);
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.