SpreadsheetGear , 6 . , b/c AutoFit() , " " .
, Excel, . :
SpreadsheetGear Excel , , .NET GDI +, , Excel. , , , , , Excel , . , Excel, .
, Excels ; SpreadsheetGear, , 40-50 "a" . Excel 2007 2010, , . SpreadsheetGear .
, " " , . "", , , Excel.
" fudge", :
ws.UsedRange.Columns.AutoFit()
For col As Integer = 0 To ws.UsedRange.ColumnCount - 1
ws.Cells(1, col).ColumnWidth *= 1.
Next
#
ws.UsedRange.Columns.AutoFit()
for (int col = 0; col < ws.UsedRange.ColumnCount; col++)
ws.Cells[1, col].ColumnWidth *= 1.15;