Spire.DataExport for .NET is a 100% pure data .NET library suit for exporting data into MS Word, Excel, RTF, Access, PDF, XPS, HTML, XML, Text, CSV, DBF, SYLK, SQL Script, DIF, Clipboard, etc.
Tue Aug 19, 2008 8:54 am
I am trying to export a listview to xls.
I have selected datasource as 'Listview' but how do i connect it to the correct listview.
I have 3 listviews on the form and i will like to have the data for listview 2 and 3
Keeps getting an error 'Listview not initiated correctly'
[/code]
-
stc@seapay.dk
-
- Posts: 4
- Joined: Tue Aug 19, 2008 8:32 am
Fri Sep 05, 2008 8:03 am
Hello,
You need to merge three listview to a datatable, then export datatable to excel file using Spire.DataExport.
-
DataExport
-
- Posts: 35
- Joined: Thu Jun 29, 2006 2:29 pm