LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (April 2009, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 8 Apr 2009 02:25:04 -0700
Reply-To:   chumba <vikas.dharamsattu@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   chumba <vikas.dharamsattu@GMAIL.COM>
Organization:   http://groups.google.com
Subject:   Re: coloured cells in exported csv
Comments:   To: sas-l@uga.edu
Content-Type:   text/plain; charset=ISO-8859-1

On Apr 8, 1:08 pm, chumba <vikas.dharamsa...@gmail.com> wrote: > On Apr 8, 1:03 pm, Mark Roosen <mark.roo...@gmail.com> wrote: > > > > > > > Hi, > > > pure csv files will not color anything, it is just plain text file. > > You are talking about "coloring cells", do you wants to import > > this data (csv) into Excel ? > > a little more information will helps to receive relevant answers > > > http://en.wikipedia.org/wiki/Comma-separated_values > > > regards Mark > > > On Apr 8, 9:16 am, chumba <vikas.dharamsa...@gmail.com> wrote: > > > > Hi All, > > > > I work on unix SAS, I run my progs through the back end using Putty. > > > > I need to colour cells of an exported csv according to some criteria > > > on the data. > > > > Can anyone help me out with this please. > > > > Thanks in advance- Hide quoted text - > > > - Show quoted text - > > Hi Mark, > > Thanks for the reply, I can conver the csv to excel. > > Now I believe once can color cells using DDE, I tried to import my > excel file using this, > > filename test dde 'excel|/aodev/vik/test.xls'; > > not sure if the syntax is correct, it gives me a invalid data error. > > Any insights would be greatly appreciated. > > Thanks- Hide quoted text - > > - Show quoted text -

Just found out DDE cant be used for UNIX , only WINDOWS, how unfair

Anyways any help still would be greatly appreciated.

Thanks


Back to: Top of message | Previous page | Main SAS-L page