Hi,
psexec.exe –s –i 0 cmd.exe<o:p></o:p>
Hi,
psexec.exe –s –i 0 cmd.exe<o:p></o:p>
Hi,
Thanks for your posting and using Aspose.Cells.
It seems you are running your program on two different machines. The first machine gives different results than second machine. It means it is a font problem. The fonts are not same on both machines. Suppose your excel file uses Arial and your first machine also has Arial, then it will give correct values and if your second machine does not have Arial, then it will give different results.
If your problem is not occurring because of it, then it will be helpful if you could provide some screenshots or preferably a video. It will help us look into your issue more precisely and closely and we will be able to help you asap. Thanks for your cooperation.
Hi,
Hi,
Thanks for your complete description and using Aspose.Cells.
We are afraid we are unable to replicate this issue on our machine by following your steps. Please make sure you are using the latest version:
Aspose.Cells for .NET v8.7.0.2
.
I have attached the screenshots in the pdf format for your reference. As you can see results are correct in both cases.
I have also attached the console application project, please try it at your end and see if you get same or different results.
Here is the code I used in the test project.
C#
Hi,
Hi,
Thanks for your posting and using Aspose.Cells.
We have logged this issue in our database for investigation. We will look into it and provide you advice. Once there is some news or fix for you, we will let you know asap.
This issue has been logged as
Hi,
Thanks for using Aspose.Cells.
We have looked into this issue further and found that this issue is caused by different DPI in the different sessions.
If the DPI is changed, the default column’s width is changed too in MS Excel.
Aspose.Cells works as MS Excel.
If you need to get the same width, please specify the DPI.
Please see the following code.
C#