we are evaluating Aspose.Cells Capabilities in order to use it within a project, but we have some questions regarding the products, we tried to search around forums and documentation on the site, but still we have some doubts.
Our concerns are primary related to the use of the Aspose.Cells.GridWeb Component since in our requirements we have a strong need for an advanced Excel User Experience for our spreadsheet web component; by looking at your demo and your documentation it is not clear if the webGrid can support the following features:
-Column Dragging like in Excel: this means that user is ablo to drag the value of a specific cell in order to populate adiacent cells (in Excel a user can edit a cell and than decide to drag it to the near cell in order to copy the original value to the destination cells or to populate a series of progressive value and so on…);
-Undo last actions;
-Hide columns and rows;
-Hide worksheets;
-Navigate through the cells of a webgrid component with the keyboard.
And a last question is related to file sizes: in the demo it is not possibile to upload file greather than 5 Mb, is is just like the demo has been configured or also if we’ll use this component in our deployment we will have this limitation?
Thanks for the quick reply I still like to have further details:
-About Dragging: ok we could try to implement a copy/paste alternative option, but for example could it also be managed the copy/paste of formulas with the autoreference option? (i.e. I have a formula in Cell C1 that sums the values of A1 and B1 if I drag the C1 in C2 Excel automatically adapt the formula in C2 in order to sum A2 and B2).
-It’s ok I got that is possible to hide columns and sheet through some code, but it is also possible to implement buttons on the GridWeb in order to let the user decide whether to hide columns, rows and sheets?