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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -