com.aspose.gridjs
Contents
[
Hide
]Provides simple apis to view or edit spreadsheet file through json operation.
Classes
| Class | Description |
|---|---|
| CoWorkOperationType | Represents the action operation type in collabration mode.only available in java version now, will be available in .net/python version in future. |
| CoWorkUserPermission | represent the user permission in collaboration mode.only available in java version now, will be available in .net/python version in future. |
| Config | Represents all the static settings for GridJs |
| GridAbstractCalculationEngine | Represents user’s custom calculation engine to extend the default calculation engine of Aspose.Cells. |
| GridCacheForStream | This class contains the cache operations for GridJs. |
| GridCalculationData | Represents the required data when calculating one function, such as function name, parameters, …etc. |
| GridCellException | The exception that is thrown when GridJs specified error occurs. |
| GridExceptionType | Represents custom exception code for GridJs. |
| GridInterruptMonitor | Represents all operator about the calculation interrupt. |
| GridJsOptions | Represents all the load options for GridJs |
| GridJsPermissionException | represents permission exception in collaboration mode.only available in java version now, will be available in .net/python version in future. |
| GridJsService | Provides the basic operation apis used in controller actions. |
| GridJsWorkbook | Represents the main entry class for GridJs |
| GridLoadFormat | Represents the load file format. |
| GridReferredArea | Represents a referred area by the formula. |
| GridUpdateMonitor | Monitor for user to track the change of update operation. |
| GridWorkbookSettings | Represents the settings of the workbook. |
| OprMessageService | This class provide all the operations for messages sync in Collaborative mode . |
Interfaces
| Interface | Description |
|---|---|
| CoWorkUserProvider | Represents the user provider inerface in collabration mode.only available in java version now, will be available in .net/python version in future. |
| IGridJsService | Reprensents the basic operation apis interface used in controller actions. |
| ITextTranslator | Represents the interface for translate |