Hi,
Thanks for your posting and using Aspose.Cells for .NET.
We were able to replicate this issue using your code with the latest version. We have logged this issue in our database. We will look into it and resolve this issue. Once the issue is resolved or we have some other update for you, we will let you know asap.
We have attached the output image for a reference.
This issue has been logged as CELLSNET-41704.
Hi Shakeel,
Hi,
Thanks for your posting and using Aspose.Cells.
Well, this issue id is for our own internal communication with developers. You can request us the status of these issue ids. Once, there is some update for you relating to it, we will let you know asap. When the issue is fixed, we will provide you a fix. Please spare us some time to look into and fix this issue.
Hi Shakeel,
Hi,
Thanks for your posting and using Aspose.Cells for .NET.
We are afraid, there is no update for you at this moment. However, I have logged your comment against this issue and requested the development team to provide ETA.
Once, we will have some update for you, we will let you know asap.
Hi,
Hi,
Thanks for your posting and using Aspose.Cells for .NET.
Your issue is logged as a Normal User. If you want to log this issue as a Priority or Enterprise User, you will have to purchase Priority or Enterprise support.
Please read about the support options from this link.
http://www.aspose.com/corporate/services/support-options.aspx
We have also logged your comments in our database and requested the development team to provide ETA for this issue.
Once, we will have some update for you, we will let you know asap.
Hi,
Hi Michel,
Thanks for your posting and using Aspose.Cells for .NET.
We are afraid, your issue is not resolved yet. However, we have logged your comment and requested the development team to provide the ETA. Once, we will have some fix or update for you, we will let you know asap.
Hi Shakeel,
Hi Michel,
Thanks for your posting and using Aspose.Cells.
We are afraid, your issue is not resolved as yet and we also do not have any update for you. However, we have again logged your comments for consideration and requested the development team to provide some update or ETA for this issue.
Priority or Enterprise support does not guarantee a fix, however, your issue is logged with higher priority and development team tries to resolve higher priority issues first than normal priority issues.
Once, we will have some update or fix for you, we will let you know asap.
Hi,
with MS Excel’s print preview.
Hi Amjad,
Hi,
Thanks for your feedback and using Aspose.Cells.
It is good to know that your issue is now resolved. If you face any other issue, please feel free post on our forum, we will be glad to help you further.
Hi Amjad,
Hi,
Sure,
Hi,
Sample code:
Workbook workbook = new Workbook(“e:\test2\vip_verbatim±+Copy.xls");
Worksheet sheet = workbook.Worksheets[“Presentation”];
ImageOrPrintOptions imgOptions = new ImageOrPrintOptions();
imgOptions.ImageFormat = System.Drawing.Imaging.ImageFormat.Tiff;
imgOptions.HorizontalResolution = 200;
imgOptions.VerticalResolution = 250;
imgOptions.OnlyArea = true;
SheetRender sr = new SheetRender(sheet, imgOptions);
for (int j = 0; j < sr.PageCount; j++)
{
sr.ToImage(j, "e:\test2\outsheetimgpresentation” + j.ToString() + “.tiff”);
}
The issues you have found earlier (filed as CELLSNET-41704) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.