
Service Pack release provides performance improvements and API enhancements.
Features
- Documents for Excel performance improvements - GcExcel is now faster than ever, with several major performance enhancements. GcExcel’s enhanced performance includes:
- Getting/setting value for a single cell
- Setting an array of double/int/float values to a range, for example, Range.Value = new double[,]{ {1d, 2d}, {3d, 4d}}
- Getting/setting style for single cell
- New APIs
- CellInfo class - While working with a range of cells, several customers have expressed the need to convert columns/rows index to expressions. A new feature has been added that allows GcExcel to add a new utility class in order to work with a range of cells.
- Additional API enhancements
- You can now set a standard width of columns and height of rows in the worksheet.
- You can reset an adjacent range's border when setting a border for a range.
- New demos - New demos have been added to show the various operations that can be performed with GcExcel:
- Access Range.
- Access Cells, Rows and Columns in a Range.
- How to use the utility class CellInfo to convert row/column index to expression.