jQWidgets Forums

jQuery UI Widgets Forums Grid Excel Export Style

Tagged: 

This topic contains 2 replies, has 2 voices, and was last updated by  karakoc49 3 weeks, 3 days ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Excel Export Style #135783

    karakoc49
    Participant

    Hello,

    I’m currently using jQWidgets v16.0.0 (2023-Mar) and working with jqxGrid to display and export tabular data. However, I’ve noticed that when I export to Excel using jqxGrid(‘exportdata’, ‘xlsx’, …), the column headers appear with black background and black text, making them unreadable.

    Is there a way to change the column headers’ background colors?

    Excel Export Style #135784

    admin
    Keymaster

    Hi karakoc49,

    Could you please try with the current version? exportdata makes only ‘xls’ export, not ‘xlsx’ and is deprecated as a data export functionality.
    Also we have a new data export using a method called “exportview”.

    Best regards,
    Peter Stoev

    jQWidgets Team
    https://www.jqwidgets.com/

    Excel Export Style #135788

    karakoc49
    Participant

    The issue is solved with this css rule

    
    .jqx-grid-column-header, .jqx-widget-header {
        background-color: #ffffff !important;
        color: #000000 !important;
    }
    
Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.