we ran into the following error while trying to convert a CSV file to TIFF.
“Error Decoding TestFile.CSV. No imaging component suitable to complete this operation was found.”
Aspose.Cells 23.8.0.0
Could you please help us resolve this?
We will share the sample code privately if required.
Sure, please take your time to try the recommendations. In case, you still find any issue, let us know with sample file(s) and code. We will look into it soon.
Please try to call auto-fit columns operation for the worksheet before rendering to TIFF. You may try to add a line to your code segment before rendering to TIFF. See the following code segment for your reference.
.......
//Get the first worksheet
Worksheet worksheet = workbook.Worksheets[0];
worksheet.AutoFitColumns();
If you still get any issue, kindly do zip and attach your input and output files. Also, share your sample code that you are using. We will check it soon.