Excel borders

Hi, I have an issue where excel borders are not showing up, even though I define them in the excelHeaderQueryCellInfo fucntion. Below is the function and the excel output. Attached is the full code for review.




Attachment: report.component_5df4bad6.zip

10 Replies 1 reply marked as answer

BS Balaji Sekar Syncfusion Team December 13, 2021 04:21 PM UTC

Hi Charles, 

Greetings from the Syncfusion support. 

Currently we are working your query with provided the information and we will update further details on December 15, 2021 

Until then we appreciate your valuable patience. 

Regards, 
Balaji Sekar. 



CE Charles Eichelberger replied to Balaji Sekar December 16, 2021 06:01 PM UTC

Hello,


Thank you for the update I look forward to more details and information.


Thanks,

Charles



BS Balaji Sekar Syncfusion Team December 20, 2021 07:11 AM UTC

Hi Charles, 

Thanks for your valuable patience. 

We have validated the provided information and we have confirmed it as a bug and logged the defect report “Border is disappear in Excel exporting”. Thank you for taking the time to report this issue and helping us improve our product. At Syncfusion, we are committed to fixing all validated defects (subject to technological feasibility and Product Development Life Cycle ) and including the defect fix in our upcoming weekly release which is expected to be rolled out on 5th January 2022. 
    
You can now track the current status of your request, review the proposed resolution timeline, and contact us for any further inquiries through this link.    
    
Regards, 
Balaji Sekar. 


Marked as answer

CE Charles Eichelberger replied to Balaji Sekar December 20, 2021 02:13 PM UTC

Hi,


Thank you for the update. Good to know that it is being worked on and is expecting to be fixed soon!


Thanks,

Charles



BS Balaji Sekar Syncfusion Team December 20, 2021 04:15 PM UTC

Hi Charles, 

We have achieved the Border disappear in the Excel exporting in sample level and we suggest you to define the lower case value in style.borders.lineStyle like “thin” instead of “Thin”. Please refer the below code example sample for more information. 

[app.component.ts] 
  excelHeaderQueryCellInfo(args) { 
    args.style = { 
      backColor: '#90AFC4', 
      fontColr: '#003f74', 
      hAlign: 'Center', 
      borders: { color: '#000000'lineStyle: 'thin'bold: true }, 
    }; 
  } 


Please get back to us, if you need further assistance. 

Regards, 
Balaji Sekar.


CE Charles Eichelberger December 20, 2021 05:25 PM UTC

Hi,


I can confirm changing the input args from ExcelQueryCellInfoEventArgs to any and changing the lineStyle to lowercase has fixed the issue.


Thank you,

Charles



BS Balaji Sekar Syncfusion Team December 21, 2021 06:14 AM UTC

Hi Charles, 
  
Thanks for the update. 
  
We are happy to hear that your issue has been resolved. 
  
Please get back to us if you need further assistance. 
  
Regards, 
Balaji Sekar. 



SK Sujith Kumar Rajkumar Syncfusion Team January 6, 2022 12:10 PM UTC

Hi Charles, 
 
Due to some internal complexities we could not include the fix for the issue as promised. We are currently working on it with high priority and will include it in our weekly patch release scheduled to be rolled out by 19th January 2022. We apologize for the inconvenience caused and appreciate your patience. 
  
Until then we suggest you to use the workaround solution provided in our previous update. 
 
Regards, 
Sujith R 



SK Sujith Kumar Rajkumar Syncfusion Team January 20, 2022 01:10 PM UTC

Hi Charles, 
 
Due to some internal complexities we could not include the fix for the issue as promised. We are currently working on it with high priority and will include it in our weekly patch release scheduled to be rolled out by the end of January 2022. We apologize for the inconvenience caused and appreciate your patience.  
   
Until then we suggest you to use the workaround solution provided in our previous update.  
  
Regards,  
Sujith R 



SK Sujith Kumar Rajkumar Syncfusion Team February 2, 2022 10:13 AM UTC

Hi Charles, 
 
Thanks for your patience. 
 
We are glad to announce that our Essential Javascript2 Volume 4 SP release (v19.4.48) has been rolled out successfully and in that release we have added the fix for this issue. So please update your packages to this version to include this fix. 
 
Now you can refer the ‘ExcelHeaderQueryCellInfoEventArgs’ and ‘ExcelQueryCellInfoEventArgs’ argument types itself for the excelHeaderQueryCellInfo and excelQueryCellInfo events respectively and the type issue for border line style will not occur. 
 
We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance. 
 
Regards, 
Sujith R 


Loader.
Up arrow icon