ExcelBuilder.js在单元格内进行文本换行
我使用ExcelBuilder.js从json数据生成Excel文件。 我想在单元格内进行文本换行,有没有可能做到这一点? 谢谢
这是一个风格的选项
var wrapped = stylesheet.createFormat({ alignment: {wrapText: true} });
https://github.com/stephenliberty/excel-builder.js/issues/27
我使用ExcelBuilder.js从json数据生成Excel文件。 我想在单元格内进行文本换行,有没有可能做到这一点? 谢谢
这是一个风格的选项
var wrapped = stylesheet.createFormat({ alignment: {wrapText: true} });
https://github.com/stephenliberty/excel-builder.js/issues/27