I am programmatically converting Excel files to PDF, but uploading them to SharePoint, and then downloading in a PDF format. This has been working fine, but I now have an issue trying to convert a large Excel file. It has about 2007 rows, and when converted using Excel 365 creates a 462 page PDF.
When I try to convert this file programmatically, I get this error: XLSPageLimitExceeded
I presume this means I'm exceeding some limit to the number of pages. But I am unable to find this limit documented anywhere.
Could you please point me to where this limit (and any others are documented), or let me know what this limit is, and others, such as file size.
Thank you,
Allen