我将phpspreadsheet与twigspreadsheetbundle结合使用,并且试图获取文件的边框
这是我正在使用的代码,但是没有用
{% set style = {
alignment : {
horizontal: 'center'
},
borders: {
bottom: {
style: 'thin',
color: {
rgb: '000000'
}
}
}
}
%}
{% xlscell { style: style } %}Date{% endxlscell %}