You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fittable is an Angular/TypeScript component optimized for handling large table structures with spreadsheet-like capabilities. The component's view is developed in Angular, while all other modules are written in TypeScript, designed to be independent of the GUI technology in use.
A quick-start project that helps you insert a chart in the Syncfusion Angular Spreadsheet. In this project, a chart has been inserted in a specific cell using both the chart property and the "insertChart" method. To enable or disable this feature, use the "allowChart" property in the Spreadsheet component.
A quick-start project that helps you to protect a worksheet in the Syncfusion Angular Spreadsheet component. This project contains code to lock cells in a sheet, protect an entire sheet or workbook with a password and to unprotect them. To enable or disable this feature, use the "isProtected" property or the "protectSheet" method.