No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
I have written an article in "codeproject", in my article, I used a wizard to guide you. And when I designed the form, I used checkbox to select columns from DataGridView. More information: [B][U][URL="http://www.codeproject.com/KB/cs/Excel_PDF_Word_ExportWiz.aspx"]http://www.codeproject.com/KB/cs/Excel_PDF_Word_ExportWiz.aspx[/URL][/U][/B]
You can use the method: Dim da As new DataAdapter = DataAdapter(); Dim dt As new DataTable = DataTable(); da.Fill(dt); More information: [B][U][URL="http://www.e-iceblue.com/Knowledgebase/Spire.DataExport/Demos/Demo.html"]http://www.e-iceblue.com/Knowledgebase/Spire.DataExport/Demos/Demo.html[/URL][/U][/B]
I have just wrote an article on "code project", it's about exporting data from database. In it, I discuss how to choose columns from a data set. you can read it on: [URL="http://www.codeproject.com/KB/cs/Excel_PDF_Word_ExportWiz.aspx"]http://www.codeproject.com/KB/cs/Excel_PDF_Word_ExportWiz.aspx[/URL] And I use a free component, you can visit here for more information: [URL="http://www.e-iceblue.com/Introduce/free-dataexport-component.html"]http://www.e-iceblue.com/Introduce/free-dataexport-component.html[/URL]
I suggest to use a C# data export component Spire.DataExport, I use it for a long time, quit good. Now it provides a free version. It supports importing/exporting from database to XLS, PDF, Word and so on. May help to you. More information: [url]http://www.e-iceblue.com/Download/download-dataexport-for-net-now.html[/url]
The End.
tomason