Hello, I'm looking for a way to set column width as desired.
I've tried using WorkSheet_AutoFitColumns but it doesn't make columns smaller than 64px width.
The excel file which I'm trying to export contains several columns that needs to be really thin like 20~30px.
Thanks in advance.
Hello,
It's possible, but i don't know if the Forge version supports that.
https://stackoverflow.com/questions/9096176/how-to-set-xlsx-cell-width-with-epplus
You can add this action to the extension.
Hi, Vaz.Thank you for your answer.
Like you said, it seems it's not included in Forge version, so adding it by myself is the only way.Thanks a lot!