Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Windows Forms
  4. Export datagridview to MS Excell

Export datagridview to MS Excell

Scheduled Pinned Locked Moved Windows Forms
helpquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    Tufail Ahmad
    wrote on last edited by
    #1

    How can i export data from datagridview into excell using vb dot net. i need simple code. Help please

    A D 2 Replies Last reply
    0
    • T Tufail Ahmad

      How can i export data from datagridview into excell using vb dot net. i need simple code. Help please

      A Offline
      A Offline
      Aman Bhullar
      wrote on last edited by
      #2

      Check Links http://social.msdn.microsoft.com/forums/en-US/vbgeneral/thread/27a9002e-9d53-440d-9750-e6c64406fdd6/[^] http://bytes.com/topic/visual-basic-net/answers/637955-export-datagridview-excel[^] http://csharp.net-informations.com/excel/csharp-excel-datagridview.htm[^] Exporting a DataGridView to Excel in .NET 2.0 (C# code)[^]

      1 Reply Last reply
      0
      • T Tufail Ahmad

        How can i export data from datagridview into excell using vb dot net. i need simple code. Help please

        D Offline
        D Offline
        Dan Mos
        wrote on last edited by
        #3

        CheckOut This article. You use the *.dll and all you have to do is:

        MyGenericDataGridView gexp =
        new MyGenericDataGricView("XLS",datagridview1, MyExcelExport.Theme.BlueSky,null,null);

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups