>>> Hmm... I use ASP.net, is there any instruction that I can use to use
ASP.net
>>> to export into excel or is there another way?

Well, I know nothing of ASP.net, but you should be able to select from
mysql, then instantiate excel via COM to write the binary.

Jeff


> > How do I export from mysql into excel format?
>
> Directly - use SELECT INTO OUTFILE and set up as a CSV, and open in excel
> Indirectly - use a programming language and library to write an Excel
> binary (php or perl with spreadsheetwrite_excel)
>
> HTH
> Jeff
>
>
>
>
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]
>
>
>
>
>






-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to