Page 1 of 1

[REACT]Excel Export in expanded view

Posted: Mon Mar 20, 2023 11:59 am
by vconstruct

Hi Team,

Is there a way where we can export the excel in expanded view even though some activities are collapsed in the grid

Current output :

Expected Output:


Re: [REACT]Excel Export in expanded view

Posted: Tue Mar 21, 2023 6:15 pm
by marcio

Hey vconstruct,

Are you able to share how your Grid is configured with the export? Just to get a better context around your project configuration and make it easier to assist you.


Re: [REACT]Excel Export in expanded view

Posted: Wed Mar 22, 2023 8:31 am
by vconstruct

This is the export config we have used in our application

 
 export(){
        const config: Partial<GridExcelExporterConfig> = {
            filename: `Schedule_${this.jobNumber}_Data-date_${moment(this.dataDate).format("MM-DD-YYYY")}`,
        }
        this.ganttRef?.instance?.features.excelExporter.export(config);
    }

Re: [REACT]Excel Export in expanded view

Posted: Mon Mar 27, 2023 8:55 pm
by marcio

Hey vconstruct,

Sorry for the late reply. That doesn't clarify too much about your issue, would be possible to share a sample project with your configuration and a sample of data for us to check?