Closed felixbuenemann closed 7 years ago
This adds support for overriding the default font settings for the whole workbook.
The default settings are:
{ font: { name: 'Calibri', size: 12, family: 'Swiss' } }
Example with Arial 10pt:
Xlsxtream::Workbook.new('foo.xlsx', font: { name: 'Arial', size: 10 })
Resolves #15
This adds support for overriding the default font settings for the whole workbook.
The default settings are:
Example with Arial 10pt:
Resolves #15