无法使用twigspreadsheetbundle在电子表格中设置边框样式

时间:2019-02-15 07:11:01

标签: twig phpspreadsheet

我将phpspreadsheet与twigspreadsheetbundle结合使用,并且试图获取文件的边框

这是我正在使用的代码,但是没有用

{% set style =  {
            alignment : {
                horizontal: 'center'
            },
            borders: {
                bottom: {
                    style: 'thin',
                    color: {
                        rgb: '000000'
                    }
                }
            }
        }
        %}

{% xlscell { style: style } %}Date{% endxlscell %}

0 个答案:

没有答案