Hello,
Happy New Year first. I would like to know if Fivewin already has a set of ADO functions to export the table to Excel, html, txt and csv. Thank you and greetings
Ado export to Excel, html, txt and csv
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: Ado export to Excel, html, txt and csv
FW_AdoToExcel( oRs/cSql ) --> oExcelSheet
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
-
- Posts: 93
- Joined: Mon Apr 30, 2012 9:10 am
Re: Ado export to Excel, html, txt and csv
Thank you.
What about html, txt and csv?
What about html, txt and csv?
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: Ado export to Excel, html, txt and csv
Once we have oExcelSheet object, we can save it as HTML, csv, or text.
Now that we see your interest in these features, we are adding individual function for export to xlsx, HTML, csv, txt and pdf both with and without using excel.
Meanwhile, you may like to test this:
Now that we see your interest in these features, we are adding individual function for export to xlsx, HTML, csv, txt and pdf both with and without using excel.
Meanwhile, you may like to test this:
Code: Select all
? oRs:GetString( AdoDefault(), 2 )
? oRs:GetString( 2, AdoDefault(), ",", CRLF, "" )
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India