View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
venkat venkat is offline
external usenet poster
 
Posts: 11
Default HtmlTextWriter - export to Excel

In C# I am creating excel report using HtmlTextWriter (.Net 2.0).
Could anyone direct me where I get information on learning nuances on
Microsoft Office stylesheets?
Stylesheet elements like class=MsoNormalTable and the like to be used in
HTML table tags.
Is is possible that I can do excel page margins, paper type, page numbering,
landscape, repeat header every page and so on?

I need to take this route as I can not use Excel object on server due to
threading issues (Microsoft does not recommend using server side automation).
And my company does not want invest in tools like OfficeWriter.

Please help

Thanks


--
Programming - long and winding road