GrapeCity Documents for Excel, Java Edition, (GcExcel Java) is a high-speed, feature-rich Excel document API based on VSTO. We released the GcExcel for .NET Version in April 2018, and with this launch, it's now possible to use a similar package in Java applications.
You can add a table structure on data using built-in styling, or your own custom styles. Suppose you want to calculate the total row count in a table, and the average weight.
Let’s see do this with GcExcel.
Initialize the workbook.
Add a range of data.
Add the data to the worksheet.
Set the table over the range of data.
Set formulas over the table to calculate total rows count and average weight.
Save the workbook and run the application.
With GcExcel, you can command total control of your spreadsheets—with no dependencies on Excel.
If you have a comment or question about this tutorial, please leave your comments in the thread below.