The conditional rules are lost for Excel 2010

Hello TMS Software team,


it seems that for the templates with Excel 2010 the conditional rules of cells are lost after FlexCel execution.

I have tried it with Sample "Advanced API" (template.xlsm)

1. Open the template template.xlsm
2. Just navigate to the "Home" ribbon and create the simply conditional rule:

   Format only cells that contain ===> Cell  value greater that === > 1

Applies to =$B$5:$B$15

3. Save the template
4. Start the example and execute it.
5. Open the result. For my case the conditional rule is lost.

Please notice that for Excel 2003 it works fine.

Hi,

Yes, you are right. Conditional format currently is only supported for xls/Excel 2003 style. We are working at this very moment to do a full implementation of xlsx/Excel 2007 conditional formats (right now I was reviewing the code to draw the icon sets when you export to pdf/html).

It is a hard work because the conditional format support is very optimized for the Excel 2003 style, so the code is quite complex. For example if you insert a row into a block formatted with some conditional format with some different one, we need to split the range of conditional formatting in 3. There is a lot of stuff like this handled really well for Excel2003 cond fmt, but we need to review everything for Excel2007, because it completely changed the way it works. You can now for example have overlapping block of conditional formats, which you couldn't before, and that the old FlexCel engine made a great work of mixing them. Now we can't mix them anymore.

Excel 2007/xlsx conditional format support will be released for next version, FlexCel 6.7.  I can't give a timeframe yet, but we are fully at work to make this ready as soon as we can.