Determine Excel worksheet column width in C#
Hi guys,
I would like to know how you determine the width of a column from C#. I'm putting data into the Excel file, but one column should have a certain width. But all the data has to been show. Like this for example:
| D |
| data, data ,data, |
| data, data, data, |
| data,data,data, |
| |
| |
Does anyone now how to do that?
Thanks in advance!