Table header colors on export

Posted by: adisa.craig on 4 March 2021, 6:08 am EST

    • Post Options:
    • Link

    Posted 4 March 2021, 6:08 am EST - Updated 3 October 2022, 12:54 am EST

    We’re using a custom theme and which we also override some of the tabletheme options with the following code

    
    for (var theme in GC.Spread.Sheets.Tables.TableThemes) {
                if(theme !== 'inherits'){                              GC.Spread.Sheets.Tables.TableThemes[theme].headerRowStyle().font = defaultFont;                GC.Spread.Sheets.Tables.TableThemes[theme].footerRowStyle().font = defaultFont;                GC.Spread.Sheets.Tables.TableThemes[theme].highlightFirstColumnStyle().font = defaultFont;                GC.Spread.Sheets.Tables.TableThemes[theme].highlightLastColumnStyle().font = defaultFont;
                }         
            }
    
    

    Within the spread view everything looks correct, however when we export and open the exported xlsx file in Excel some of the the table theme headers are displaying the correct font color.

    Is there something that is being missed?

    The themes that have this issue are:

    Light 8, Medium 1, Medium 8, Medium 15 and Dark 1 through Dark 8

    attached are images of how Light 8 looks in the spread as well as in excel

  • Posted 4 March 2021, 8:39 pm EST

    Hello Adisa,

    We are able to replicate this at our end hence we have forwarded it to the concerned team for further investigation. We will update you regarding this issue as soon as we get any information from the team. The internal ID for the issue will be SJS-7859.

    Regards

    Avinash

  • Posted 20 March 2021, 1:17 am EST

    Hi Adisa,

    The issue has been fixed in our latest 14.0.9 build. Please update to the latest build and let us know if the issue still persists for you.

    Regards

    Avinash

  • Posted 20 March 2021, 1:17 am EST

    Hi Adisa,

    The issue has been fixed in our latest 14.0.9 build. Please update to the latest build and let us know if the issue still persists for you.

    Regards

    Avinash

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels