Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
If the sheet is empty, then Aspose.Cells for Python via .NET will not print anything when you export a worksheet to an image. You can change this behavior by using the ImageOrPrintOptions.output_blank_page_when_nothing_to_print property. When you set it to true, it prints a blank page.
The following sample code creates an empty workbook that contains an empty worksheet and renders the empty worksheet to an image after setting the ImageOrPrintOptions.output_blank_page_when_nothing_to_print property to true. Consequently, it generates a blank page because there is nothing to print, which you can see in the image below.

Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.