From: Warren Young Date: September 24 2008 5:02am Subject: Re: dump from mysql to "xl" file List-Archive: http://lists.mysql.com/plusplus/7977 Message-Id: <48D9C9EF.3050401@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit manish wrote: > What are the function present in mysql++ for > dump the database into microsoft XL file. There are no large-scale data format conversion functions of any sort in MySQL++. That is not its purpose. You could use MySQL++ to write such a thing, with MySQL++ handling the "read from MySQL" part, but it would be up to you to figure out how to write the data you retrieve out in Excel format. If you just need a simple one-time data conversion (i.e. not something ongoing or needing automation) I recommend MySQL's Query Browser tool: http://dev.mysql.com/downloads/gui-tools/5.0.html