PHPExcel border styles are defined as constants in PHPExcel_Style_Border class. The solid ones are BORDER_THIN, BORDER_MEDIUM and BORDER_THICK. However, the medium and thick ones are way too thick for my needs. Is there a way to manually set the border thickness?
PHPExcel border styles are defined as constants in PHPExcel_Style_Border class. The solid ones are
Share
PHPExcel border styles are defined to mimic those available in MS Excel itself
The ECMA OfficeOpenXML specification (3rd Edition) defines available border styles in the ST_BorderStyle section of the document (section 18.18.3, pages 2671-2673) and defined in the xsd as:
This follows the list of border styles defined for the BIFF file format, and I can’t find any provision for defining custom styling or sizes.
EDIT
The Complex Border style simply adds colour information to the formatting