Copy from VB.NET DataGridView into Excel -


i'm trying copy datagridview control , paste excel. copy works, cell widths remain narrow , data isn't formatted properly. highlighting column , attempting auto-size doesn't work. there can in grid control make work better?

vs2013 vb.net framework 4.5.2

edit: it's datagridview defaults. it's loaded dataset statement:

grid.datasource = _griddata.tables(0)  (where grid datagridview , _griddata dataset) 


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -