You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Excel doesn't support displaying tab characters in the cell, please insert space characters in a cell instead of it
I have fixed the problem that the newline character in stream writer has been escaped, please upgrade to the master branch code by go get -u github.com/xuri/excelize/v2@master, and this patch will be released in the next released version. Note that, you need also create a style with the wrap text format by the NewStyle function, you will get a style ID, and set the cell with wrap text style by stream writer:
Steps to reproduce the issue:
可以看到:
(1)122中不存在制表符
(2)“等” 后面应该是一个换行,但是xlsx中没有换行
谢谢,麻烦解答下
Output of
go version
:Excelize version or commit ID:
Environment details (OS, Microsoft Excel™ version, physical, etc.):
centos
The text was updated successfully, but these errors were encountered: