Is there any other way to print the excel sheet or any way to trigger print button of excel?
https://learn.microsoft.com/en-us/office/dev/add-ins/excel/
I have searched a lot in office JS documentation. But, not getting any solution for print the excel sheet. I think not any API available in the office JS for print the sheet.
You cannot print Excel sheets directly from the office js API. However, you can use a workaround by exporting the Excel sheet to a PDF and then triggering the print dialog for the PDF, like this: