Feature
Description
Explore complete code demonstrating how to generate an Excel file, or you may have your own Excel files and just want to open and update some of its contents at server side.
In this tutorial, we create a real-life scenario with GrapeCity Documents for Excel to give you a fundamental understanding of what it can do.
Execute operations on cells, rows or columns in Excel documents with the help of Range property of the IWorksheet interface.
Create, initialize and use the FontCollection class to manage and use when rendering texts.
GcExcel provides many properties to customise the appearance of a range.
Manage Tables independently in Excel worksheets, format rows & columns, perform calculations for a specific table range.
Create conditional formatting rules for individual cells or a range of cells based on cell values.
Validate data by restricting the information format and the values that can be entered in cells of a worksheet. Create distinct validation scenarios for individual cells or for a range of cells.
Create and use 450+ built-in functions formulas that let you calculate the value of a cell quickly and accurately. You can also use built-in functions and operators to generate formulas and calculate values in cells.
Summarise large amounts of information in groups so that complex spreadsheets are easier to navigate. You can expand and collapse details with the click of a button in the group header row.
Apply rich text formatting in the cells of the worksheet.
Create your own custom functions, allowing you to easily create any custom arithmetic logic you may need.
GcExcel supports one-way data binding with cell, sheet and Table binding in Excel spreadsheets.
Find and replace text in Excel workbook with different options.
Explore complete code demonstrating how to export sheet/range/shape/chart to image files at server side.
Specify page setup attributes (left margin, bottom margin, paper size, and so on) on Excel workbook.
Export Excel .xlsx spreadsheets to PDF at server side with various PDF options.
GcExcel supports all types of filters which you can apply on selected range of data.
GcExcel provides a comprehensive charting API to add charts in Excel workbook.
Embed drawing objects like shapes and pictures in the cells of a worksheet. You can insert arrows, lines, charts, slicers, pictures, and general shapes.
Add a picture to a worksheet, use the AddPicture method of the worksheet's Shapes collection to create, delete, cut, copy and duplicate pictures in the worksheet.
Slicers are visual filters that you can use to filter a table or pivot table. GcExcel supports adding both built-in and custom slicer styles in Excel workbook.
GcExcel enables users to annotate worksheets, write comments for cells to add information about the data it contains.
Add pivot table to Excel workbook for data summarization, automatically count, total, or average the data stored in a spreadsheet, and display the resulting summarized data in a second table.
Apply hyperlinks to a range using the IWorksheet.Hyperlinks.Add or IRange.Hyperlinks.Add method. Apply hyperlinks to a shape using the IWorksheet.Hyperlinks.Add method.
GcExcel provides you with a set of built-in themes so you can quickly change the overall appearance of a workbook. It also lets you create custom themes and apply them to workbooks.
GcExcel provides all the necessary properties and methods required to create a workbook, perform complex operations on the data residing in the spreadsheets and make use of several workbook events that are triggered when called explicitly by the user through code.
In GcExcel, you can use the methods of IWorksheets to execute different tasks in a spreadsheet including insertion of a new worksheet in the workbook, deletion of a worksheet from the collection, assigning an active sheet, and so much more.
GcExcel introduces new templates support with comprehensive syntax and API to bind Excel documents to data and generate Excel reports with advanced layouts. With flexible syntax and easy notations for data expansion and formulas, the new template syntax and API will make it easy to define Excel templates and generate Excel reports supporting numerous use cases.
Examples in this folder demonstrate how to use GrapeCity Documents for Excel and SpreadJS. GrapeCity Documents for Excel works on the server side to import and export Excel template files. Spread.Sheets works in the browser (client side) as a viewer or editor.