Rilasci di Document Solutions for Excel .NET

Released: Jun 7, 2018

Aggiornamenti in 1.5.0.3

Funzionalità

  • 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...