Home Forums SQL Server 2008 T-SQL (SS2K8) need to create an excel sheet without any data in it RE: need to create an excel sheet without any data in it

  • I doubt there is an "elegant" way to do this via TSQL.

    You might be better off trying the SQL CLR, I would imagine you could code against the Excel Object Model with it.