We have some important questions for you

Hello
I'am representing www.novabase.pt, we are very interesting in your product Aspose.Grid.
We are trying to buy, so we have some important questions for you:

For a testing purpose we are using the demo version of the Aspose Grid for web, and two of the most important features we need to make sure that are fully supported are not working:

· Set a cell Editable

· Set EditMode() of a GridWeb to true.



What makes impossible data inputs, copy paste, etc…. Is this because it’s a demo version?



We also would like to know when will the product support MS Office Excel 2007 ?



And last but not least we would like to report a bug:



When a cell is formatted in the category as Currency, and the negative numbers is represented with a parenthesis “()” the left parenthesis is missing, and when the symbol is €Euro(123€) it adds “-1” to the end of what is displayed in the sheet.



Regards, Miguel Nazario

www.novabase.pt



This message was posted using Email2Forum by Admin.

Hi Miguel,

Thanks for considering Aspose.

Well, there is no limitation of evaluation version of the control related your scenario.

1). •Set a single Cell Editable

.
.
// Sets all cells readonly first.
sheets[0].SetAllCellsReadonly();
//Only C6 is editable in the worksheet.
sheets[0].SetEditableRange(4, 2,1,1);

2). Set EditMode() of a GridWeb to true.

GridWeb1.EditMode = true;

For ref, please check the source code of the Modes demo in Common category in our featured demos: http://www.aspose.com/Products/Aspose.Grid/Demos/ (the featured demos gets installed when you install the control using its msi installer.)

We also would like to know when will the product support MS Office Excel 2007 ?

We will support it in the future and lets you know our plan soon.

When a cell is formatted in the category as Currency, and the negative numbers is represented with a parenthesis “()” the left parenthesis is missing, and before the right side one, an underscore is placed before the parenteshis. And also when the symbol is €Euro(123€) it adds “-1” to the end of what is displayed in the sheet.

Please provide the correct custom format string. For ref, please check the source code of Custom Format demo in Format category. If any custom format is not working, create a simple test code and paste it here to reproduce the problem. So that we may check try to support it soon.

Thank you.