in reply to Convert SQL queries to XLS files

Also see Querylet and CGI::Querylet, which implement a small "language" for reports, and can output to the console, to Excel and XLS, and which also can run as CGI.

Replies are listed 'Best First'.
Re^2: Convert SQL queries to XLS files
by dpavlin (Friar) on Nov 06, 2008 at 18:16 UTC
    Thanks, it looks interesting for cases where I would want to mungle data after query. My use-case for this script is more something like: you already have SQL query files somewhere and want to export them quickly with single CGI script with nice REST API.

    2share!2flame...