Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Rows Autofit #168

Open
MohamedA-Ibrahim opened this issue Aug 13, 2020 · 2 comments
Open

Add support for Rows Autofit #168

MohamedA-Ibrahim opened this issue Aug 13, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@MohamedA-Ibrahim
Copy link

Currently there is only autofit for columns. The only way to do it now is by using sheet.Row(rowNumber).CustomHeight = true;
But the problem with this implementation that it leaves it to MS Excel, So the effect doesn't take place until I open Excel and save the file. In a situation where someone might need to get the row height after the autofit, It won't be possible and will only get the base row height.

@JanKallman JanKallman added the enhancement New feature or request label Aug 14, 2020
@JanKallman
Copy link
Contributor

Thanks for the suggestion. I'll add this as an enhancement.

@VigossX
Copy link

VigossX commented May 9, 2022

Oh, finally I find the reason why I can't get the row's actual height. But how can I solve this? Any good solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants