Aspose.Cells.GridJs
The Aspose.Cells.GridJs namespace encapsulates all classes of GridJs, providing simple APIs for viewing or editing spreadsheet files through JSON operations.
Classes
| Class | Description |
|---|
| 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. User shall implement his own business logic for storage based on it.. |
| 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. |
| GridInterruptMonitor | Represents all operator about the calculation interrupt. |
| GridJsControllerBase | |
| GridJsLogger | Provides a lightweight logging system for GridJs server. Supports console and file output with configurable log levels. Default level is None. In DEBUG build, the default level is Debug (outputs all messages). Supports log file rolling by day/week/month. |
| 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 |
| 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. Customer application can implement this interface to provide the user information. |
| IGridJsService | Reprensents the basic operation apis interface used in controller actions. |
| ITextTranslator | Represents the interface for translate |
Enumeration
| Enumeration | 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. |
| GridExceptionType | Represents custom exception code for GridJs. |
| GridJsLogLevel | Specifies the log level for GridJs logging. |
| GridJsLogRolling | Specifies the log file rolling strategy. |
| GridLoadFormat | Represents the load file format. |