Lapinator / odsPhpGenerator

odsPhpGenerator is library writen in PHP for generate OpenDocumentSpreadsheet.
https://odsphpgenerator.lapinator.net/
GNU Lesser General Public License v3.0
6 stars 2 forks source link

setUseOptimalColumnWidth #4

Open hahooo opened 5 years ago

hahooo commented 5 years ago

Hello! Please, help. How can I set the optimal width for all columns in the document. This is necessary so that the width of the column is adjusted to the content. I tried to figure it out myself, but it doesn't work. I have seen the setUseOptimalColumnWidth function in odsStyle.php. But how can I use it?

Thank!