Aspose.Cells for Python via .NET V26.7

Released: Jul 9, 2026

Mises à jour de V26.7

Fonctionnalités

  • Added support for the LET function which uses LAMBDA function as "name_value".
  • Added support for converting HTML Table into Excel.
  • Added support for copying a chart to a Word file.
  • Added support for filtering the timeline.
  • Table formula is now updated when deleting columns.
  • Formulas in other sheets are now updated automatically by default when inserting/deleting rows/columns in one sheet.
  • Added support for parsing text-transform:capitalize when importing HTML.
  • Added support for parsing text-transform:full-width when importing HTML.
  • Improved support for only exporting the table's borders to DOCX when pagestupe.PrintGridLines is true.
  • Added support for selecting and unselecting items of a slicer.
  • Enhanced getting slicer items with Table source.

Correctifs

  • TextBox AutoSize and FitToTextSize fail to resize dimensions correctly.
  • Incorrect cell number formatting for accounting format in de-de culture on Cell.StringValue.
  • REDUCE was calculated incorrectly when using LET-bound LAMBDA function.
  • Dynamic array formula value differs from Excel on Workbook.CalculateFormula method.
  • FILTER function was calculated as #VALUE! when filtering result of HSTACK/VSTACK with single parameter.
  • MMULT was calculated incorrectly when the parameter is a large range of cells.
  • Chart formatting and per-series coloring lost after saving workbook on Workbook.Save() method.
  • X-axis labels rendered diagonally instead of horizontally on Chart.ToImage() method.
  • The date scale of the chart after converting to an image is inconsistent with Excel.
  • DataLabels.WidthPixel always returns 0 after Calculate() inconsistent behavior between charts.
  • Excel to PDF conversion - Chart rendering and layout discrepancies on Workbook.Save() method.
  • The background format behind the titles are not displaying.
  • excel2html error report.
  • The file cannot be opened after adding the rectangle box with SetLinkedCell.
  • Invalid "no data" flag of slicer item if data source is grouped pivot field.
  • Aspose.Cells unable to load XLSX file.
  • Invalid table reference on Workbook.CalculateFormula method.
  • XLSX to DOCX: hidden Excel rows not honoured.
  • Null reference handling with smart marker nested object.
  • FileFormatUtil.DetectFileFormat fails to identify HTML files with specific encodings.
  • XHTML detected as HTML.
  • Excel crashes after converting .xlsx to .xlsm and back to .xlsx using Workbook.Copy.
  • Merging Cells is not allowed within Table.
  • Structured references shift to neighboring columns instead of #REF! on Cells.DeleteColumn() method.
  • Inside latest version 25.8 when using range (_CellsSmartMarkers).
  • PivotTable value filters not reapplied after ChangeDataSource and CalculateData methods.