Hi Team,
I would like to know from you that do we have any limit for converting an excel file to jpg, since I have an excel file with around 800 pages, when we are trying to convert it to jpg then we are getting an error.
Hi Team,
I would like to know from you that do we have any limit for converting an excel file to jpg, since I have an excel file with around 800 pages, when we are trying to convert it to jpg then we are getting an error.
Please share your source file and the code of converting excel file to jpg.
By the way, set the option ImageOrPrintOptions.OnePagePerSheet
to true
, the dimension of the output image will be too large for your 800 pages source file. If you used the option, please try to set it to false
.