0
Answer

Determine Excel worksheet column width in C#

Thomas

Thomas

15y
6.1k
1
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!