Today I had a little problem with excelphp. I wanted to set the default column width manually and only once.
I found several solutions here in stackoverflow, which suggested changing the value for each individual column (for example, inside a loop).
But I wanted to do this with one command.
source share