Hi there,
I'm using ODS to export to Excel (see code below), but I am baffled by the column width option. When I set column width to 20 and another column width to 10, the column set to 20 is not twice as wide as the column width = 10! Can someone explain how the column width works (e.g. what are the units of measurement?), because I am having to use trial and error which is very time consuming?!
Many thanks,
Katie
I'm using ODS to export to Excel (see code below), but I am baffled by the column width option. When I set column width to 20 and another column width to 10, the column set to 20 is not twice as wide as the column width = 10! Can someone explain how the column width works (e.g. what are the units of measurement?), because I am having to use trial and error which is very time consuming?!
Many thanks,
Katie
Code:
ods tagsets.excelxp style=XLStatistical options
(sheet_name='Report'
sheet_interval='none' /*Put more than one table on the same sheet*/
absolute_column_width='10,15,30,10,15,14,11,10,11,9,17,12,11, 15, 8, 8, 12, 13' /**/
zoom='100' /*Reduce this number to make the page appear smaller*/
/*&L = left, */
Print_header='&L&"Arial,bold"&17Department Name &14&"Arial,regular"Company&R&"logo"&40abc'
Print_footer='&L&"Arial"&14&a&RPage &P/&N'
orientation='Landscape' scale='70'
AutoFilter='all'
Frozen_Headers='yes'
bcolor='#fff'
hcolor='#5d5d5d'
);