Xceed Workbooks for .NET V3.0 (Build 5.0.25228)

Released: Apr 29, 2025

V3.0 (Build 5.0.25228) での更新項目

機能

  • Now optimized to support millions of cells in a Workbook.
  • Now supports almost every type of 2D and 3D charts offered by Microsoft.
  • Now possible to use Conditional Formatting in a Worksheet to format Cells based on specific conditions.
  • The DataValidation class has been changed and now works with two new companion classes, called DataValidationSingleCondition & DataValidationRangeCondition, which determine the type of condition that will be used for the validation process.
  • In DataValidationCollection, new methods were introduced to make it easier to retrieve DataValidations within a specific range of the Worksheet.
  • In PictureCollection, a new method, called Clear, can now be used to remove all the Pictures in a Worksheet.
  • Now possible to get the value of the CellRange class’ DataValidation property.
  • The picture part associated with a Picture is now correctly removed from a .xlsx document when said Picture is removed.
  • When a new style is set on a CellRange intersecting with an already styled Column, the resulting style will now be in sync with the range’s or Column’s original styles.