no color is produced:
Workbook workbook = new Workbook();Worksheet sheet = workbook.Worksheets[0];sheet.Name =
"test";Cells cells = sheet.Cells;cells[0, 0].PutValue(
"HERE");cells[0, 0].Style.Font.IsBold = true;cells[0, 0].Style.BackgroundColor =
Color.Yellow;workbook.Save("tes7t.xls");
This message was posted using Aspose.Live 2 Forum