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
{{ message }}
This repository was archived by the owner on May 26, 2022. It is now read-only.
Instead of using the default width/height, Spout could calculate the optimal width/height for each cell, based on its content.
This involves using a graphics library, render the text content with the chosen font and get the width/height of the rendered text.
This calculation may be slow so it should be optional. It can also be used when using "wrap text" as wrapping does not work well without a custom row height in LibreOffice.
Spout should expose an option to automatically set the optimal width/height but should also allow developers to specify a max width / height. When the max width is reached, the content will automatically wrap and the cell height will increase. It will increase until it reaches the max height.
rauanmayemir, Hocdoc, iamsalnikov, harrygulliford, gmmarc and 34 more