6/23/2010 3:29:38 AM
Title:
Setting the Excel cell text color using Flex Air package
I 'm trying to create a Excel sheet using the AIR package.
Want to set the special colors for the some of the cells.Also want to make some of the text in Bold. Could any one please help me for the same...
I'm using the below code to set the cell content,
sheet.setCell(0, 0, "Today's date:");
6/23/2010 4:21:54 AM
what is sheet, i mean is that a flex component or your own customized component. Normally in components you use background color style to set the background color .