Blank page insertion error

Hi,
The document is transferred to the system and 22 blank pages are added to the document.
I attached the original file and corrupted file. We are using Aspose.Word 20.4 version. Thanks.
YG12279.zip (1.4 MB)

@srmbimser,
We have tried to reproduce this issue here but could not observe any as the output PDF contains 6 pages only similar to the output created by MS Excel. It seems that you are using some older version. Please give it a try using the latest version and share the feedback. If issue is still there, share your sample code and environment details with us for our analysis.

The sample code and output file are attached here for your reference:

Workbook workbook = new Workbook(@"YG12279\INH_TIS_67177_8-F4010.xlsx");
workbook.Save(@"output.pdf");

output.pdf (388.9 KB)