Questions regarding to GridDesktop

Hi,

I have 2 questions regarding ImportExcel file method of GridDesktop.


1. How can I keep empty cells available to be edited in GridDesktop after importing an Excel file?

Please see GridDesktop.jpg, I would like to see columns C, D, ... and rows 7, 8, ...

So that uses don't need to keep inserting on their own.

2. I tried to import a file created by Excel 2010 (see attached excel file).

It's weird that the data in column A is different from what I input in Excel file.

(Please see attached 2 screenshots.) And it seems to be a displaying issue of GridDesktop.

When I double click in any cells of column A, I could see the completed content like in Excel.


Note: the environment I perform the testing is

  • Windows 7 Enterprise SP1 x64 Chinese Traditional
  • Visual Studio 2008 SP1 Chinese Traditional
  • Excel 2010 Chinese Traditional
  • Aspose.Cells 6.0 trial version

Thanks.


Tim

Hi,

Thanks for your interest in Aspose.Cells for GridWeb.

We will look into your issue and help you asap.

Hi,


1. Please try the following code for your need:
_grid.ImportExcelFile(stringFileName);
_grid.Worksheets[0].RowsCount = 8;
_grid.Worksheets[0].ColumnsCount = 4;
2. I have tested your issue and found the issue. I have logged it as an id: CELLSNET-28808. We will fix the issue soon.

Thank you.

Thanks for promptly reply.

The 1st question is resolved following your sample code, and

waiting for updates of 2nd issue.

Hi,

We have logged your second issue. As soon as it is resolved/fixed by the developers, we will update you here by posting. Thanks for your patience.

Hi,

We have fixed the bug in Aspose.Cells.GridDesktop v2.6.0.2001

The issues you have found earlier (filed as 28808) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.