In project I'm working on I need to export relatively long text into smaller cell. I use to prevent text from being truncated. It works but text is wrapped and I fail to find workaround for this behaviour. I examined source code and it seems wrap property for cell is set to true by default.
Please add some way to choose beteween text-wrap/no-wrap.
Recommended Comments