Method: Axlsx::Workbook#use_autowidth
- Defined in:
- lib/axlsx/workbook/workbook.rb
#use_autowidth ⇒ Boolean
Note:
This gem no longer depends on RMagick for autowidth calculation. Thus the performance benefits of turning this off are marginal unless you are creating a very large sheet.
Indicates if the workbook should use autowidths or not.
250 |
# File 'lib/axlsx/workbook/workbook.rb', line 250 def use_autowidth() @use_autowidth; end |