Cell background doesn't carry over from xlsx to pdf

I have a VB.NET app that creates an xlsx (attached) using OpenXML 2.5 SDK - it’s about 10,000 lines.
When using ASPOSE.Cells to open it and convert to pdf, it converts, but the gray-shaded cells only show up on the first page of the pdf. The remaining pages of the pdf - no more gray shading cell backgrounds.
Attached is the .xlsx that I’m using.

pylusd.zip (134.5 KB)

@gthomson_pylusd

Please download and use the most recent version and it should fix your issue as we have tested it.

Here is the sample code and output Pdf for your reference.

Download Link:
out–17.9.5.pdf (967.8 KB)

C#

Workbook wb = new Workbook("340-EmergencyList.xlsx");

wb.Save("out--" + CellsHelper.GetVersion() + ".pdf");