[]
        
(Showing Draft Content)

Release Notes for Version 1.5.0.3

Enhancements from the Previous Release

The following features have been added with this version of the product.

  • The StandardWidthInPixel property has been introduced in order to allow users to get or set the standard width(in pixel) of all the columns in the worksheet.
  • The StandardHeightInPixel property has been introduced in order to allow users to get or set the standard height(in pixel) of all the rows in the worksheet.
  • While setting borders for a range, users also have the option to reset the range of the adjacent border using the ResetAdjacentRangeBorder property.
  • Now, you can use the CellInfo class with some helper functions in order to convert the row/column/cell index to expression and vice a versa.

Changes from the Previous Release

This version of the product has the following changes:

  • Now, you can get or set the single cell values in a spreadsheet considerably faster than before.
  • The performance of setting an array of double/int/float values to a range has been significantly improved. For instance, Range.Value = new double[,]{ {1d, 2d}, {3d, 4d}}.
  • You can get or set the style for a single cell in a worksheet quickly and efficiently.

Resolved Issues

The following issues have been resolved since the last release.

  • PDF is now saved correctly when the width of the column exceeds the width of the paper.