Table/Excel

Hi,

I have a data array containing numbers (double) i need to be able to display them in a table (like Excel, how do i do this

Also at the bottom of the table i would like to have a button that can send the data table to excel, how do i do this

Many THansk for any help/ideas you may be able to give me,

Best Regards,

Andy



Answer this question

Table/Excel

  • clint 2

    Thanks for your help,

    Do you know if there is an exmple vb project around, so i can look an learn (regarding data grids or excel passing )

    Again many thanks,

    andy


  • Ben Fidge

    You might want to use a datagrid view for this. You can then use an Oledb connection to pass the info from the data grid to the spreadsheet on the button's click event.


  • Table/Excel