GridDesktop can not work correctly

I have a worksheet whtich displayed from right to left.
When I load it in GridDesktop ,it didn’t show from right to left.
Does it support?please check my file here.test.zip (8.0 KB)

@bibila.sevenk,

Thanks for the template file and details.

After an initial test, I am able to observe the issue as you mentioned by importing your template file into GridDesktop matrix. I found the control does not display the worksheet’s data in right to left even I used the following sample code:
e.g
Sample code:

_grid.ImportExcelFile("e:\\test2\\test.xlsx"); 
         _grid.RightToLeft = RightToLeft.Yes; 
         _grid.Worksheets[0].DisplayRightToLeft = true; 
         _grid.Invalidate(); 

I have logged a ticket with an id “CELLSNET-45780” for your issue. We will look into it soon.

Once we have an update on it, we will let you know.

@bibila.sevenk

Please try our latest version/fix: Aspose.Cells.GridDesktop v17.11.6.

Your issue should be fixed in it.

Let us know your feedback.

It shows the worksheet much better,
but I find another issue,when I click on Cell A1,it will jumps to other cell .
the focused cell postion is wrong.

@bibila.sevenk

Thanks for your feedback and using Aspose APIs.

We were able to observe this issue and logged it our database for investigation and for a fix. Once, the issue is resolved or we have some other news for you, we will let you know asap.

This issue has been logged as

  • CELLSNET-45800 - When click on cell A1, it jumps to other cell and focused cell position is wrong

The issues you have found earlier (filed as CELLSNET-45780) have been fixed in this Aspose.Cells for .NET 17.12 update.

Please also check the following article:

@bibila.sevenk

Please download and try the following fix for the issue CELLSNET-45800 and let us know your feedback

The issues you have found earlier (filed as CELLSNET-45800) have been fixed in this Aspose.Cells for .NET 18.1 update.

Please also check the following article: