EPPlus v7.1.0

Released: Mar 27, 2024

v7.1.0 버젼 업데이트

기능

  • Improved HTMLExport - The HTML exporter can now export all conditional formatting's except icon sets and data bars and their priority order.
  • Improved performance on range rich text.
  • ExcelRangeBase.LoadFromCollection improvement - Number format for columns added via LoadFromCollection can now be set in runtime via the IExcelNumberFormatProvider interface.

수정사항

  • Inserting rows would cause an exception to occur in formulas in rare cases.
  • Special signs such as ' when last in a formula would throw an exception in rare cases.
  • Reading Conditional Formatting's with property PivotTable equals to true failed to read in property.
  • Tokenize an intersect operator with the _keepWhitespaces set, caused both a white-space token and an intersect operator to be added.
  • Added Exception when over maximum data validations that Excel allows.
  • Fixed sort order in LoadFromCollection. Instances of MemberInfo supplied to the function will always override sort order set via attributes.
  • The DeleteRow method could cause formulas that referenced the delete range from another worksheet to become corrupt in some cases.
  • The DeleteRow method did not update the end cell in the "ref" address for share/array formulas in some cases.
  • Fixed handling of double quotes in conditional formatting number formats.
  • Having an escaped character (as for example # or [) in a table address corrupted the formula.
  • Having a conditional formatting cfRule without an address caused the reading of the workbook to hang.
  • Extended charts failed to load if the XML namespace prefix was not standard.