I have promised a customer that with your product I could create a spreadsheet that has the background colors of a style that they currently use. In fact they downloaded the spreadsheet from another web site that also creates spreadsheets from database tables.
The worksheet cells A1 to A5 and C1 to C5 have a very pleasant light blue background color, with no pattern. When I open up the spreadsheet they sent me in Excel 2003 and look at Cell Formatting there is nothing in the Pattern and just a Color is picked.
Originally I tried to simply copy a template created from that sample worksheet that had only Styles, Formatting and Headings into my Aspose workbook, but only the Headings came with it. None of the colors or font styles were imported.
Also, so far I have been able to get only the basic colors to even show up, like Red, Yellow or Blue. I would like to try SlateBlue, Beige or even LightBlue, but none of those colors seem to work, even with BackgroundType.Gray75.
When I try to set the Style.Pattern = BackgroundType.Solid I don't get any color at all. When I choose BackgroundType.Gray75 I get an ugly dot pattern. Is there any way with Aspose.Cells 4.4 that I can get a nice solid color in my cells?
Thank you