We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Useful for determining whether a column should be auto-sized or not. Two available methods:
getColumnWidth() and getColumnWidthInPixels().
getColumnWidth()
getColumnWidthInPixels()
The first will return the width in "character widths" where 0 in the default workbook font is normally the reference character.
0
The text was updated successfully, but these errors were encountered:
adb1493
cfsimplicity
No branches or pull requests
Useful for determining whether a column should be auto-sized or not. Two available methods:
getColumnWidth()
andgetColumnWidthInPixels()
.The first will return the width in "character widths" where
0
in the default workbook font is normally the reference character.The text was updated successfully, but these errors were encountered: