ASP to Excell sheet

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an ASP script where i am generating the excell sheet dynamically i am
passing some column header text which is long text so i want it to display
it vertically in column (cell).In excell i can do it manually using format
cell , alignment, orientation =90.

the same i want to display through my asp page dynamically.

thanks
Mustafa
 
two approaches, 1 is to write it to a div tag and set the alignment
attribute to horizontal. another approach is to use the office web
components available as a download from microsoft. it contains a bona fide
excel object that you can load data to and unload data from

--
Regards,
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
_________________________
 
Back
Top