Document Solutions for Excel .NET 新版本發表
Released: Jun 7, 2018
1.5.0.3 中的更新
特性
- 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...