0
Reply

Determine Excel worksheet column width in C#

Thomas

Thomas

May 7 2009 9:21 AM
6.1k
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!