News Feed
Jobs Feed
Sections




News Archive
Brian Swan's Blog:
Rendering SQL Server Reports as Excel Documents with PHP
September 27, 2010 @ 10:15:51

Brian Swan has a new post to his blog that looks at a method for pulling back the reports from a SQL Server instance in something a bit more readable/useful - an Excel document.

One of the most common questions [from his previous post] has been "How do I render a report as an Excel document?" I've been telling folks that this is easy with the SSRS SDK for PHP (and it is easy), but when I sat down to do it, I ran into a problem. So, in this post, I'll show you how to render a SSRS report as an Excel document and how to avoid the one problem that caused me headaches.

This post's a short one with a code snippet (and download) showing how to connect to the server and create a "RenderAsEXCEL" object and request the report information with that in the rendering function. Then it's just as simple as pushing that information out to a file as a ".xls". The included download will also let you pull down the report as HTML or as a PDF.

0 comments voice your opinion now!
sqlserver report excel format pdf html


blog comments powered by Disqus

Similar Posts

Brian Swan's Blog: CTP 2 of Microsoft Driver for PHP for SQL Server Released!

Rob Allen: Sending an HTML with text alternative email with Zend\Mail

Benjamin Schneider's Blog: Use PHP's Tidy extension to validate your (X)HTML markup

Juozas Kaziukenas' Blog: Creating Excel documents on the fly

Mike Wallner's Blog: pecl_http response performance


Community Events











Don't see your event here?
Let us know!


symfony2 unittest testing language release podcast development zendframework2 introduction opinion rest conference database usergroup framework interview community series functional phpunit

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework