Introduction to the method of phpexcel to implement freezing locking header

Source: Internet
Author: User
This article mainly introduces the simple implementation method of Phpexcel frozen (locked) table header, involving the use of Phpexcel for tabular properties of simple operation skills, very simple and practical, the need for friends can refer to the following

In this paper, a simple implementation method of Phpexcel frozen (locked) table header is described. Share to everyone for your reference, as follows:

Phpexcel is a powerful operation of the Microsoft Excel PHP plug-in, when exporting data for ease of viewing, sometimes need to lock the table header, that is, when scrolling through the data, the header always appears in the field of view, and does not disappear.

The calling method is as follows:


$objPHPExcel = new Phpexcel (); $objPHPExcel->setactivesheetindex (0); $objPHPExcel->getactivesheet () Freezepane (' A2 ');

The above code is to freeze the first row of the table, you may have some doubts about this method, why this is to freeze the first row, the following diagram explains the principle

The picture is ugly, everyone can read it.

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.