caxlsx / caxlsx_rails

A Rails plugin to provide templates for the axlsx gem
MIT License
735 stars 84 forks source link

new line break on same column #155

Closed kori22 closed 2 years ago

kori22 commented 2 years ago

hi,

currently i work with caxlxs to create custom report in excel, i got some stuck when styling in same column with line break, i tried using \r, \r\n, \x0A is not woking and set use_shared_strings = true

can help me to do this

noniq commented 2 years ago

Please do not create issues for questions regarding the usage of caxlsx. Instead, look through the README, the examples, and the FAQ.

You can also search for questions tagged axlsx on Stack Overflow, or join the Caxlsx Slack channel and ask your question there.

If you’ve found an answer and think it would be of general interest: Please help us improving the documentation! For example, you could add your question to the FAQ, or you yould create a pull request updating the Readme or the examples. Thank you!