Spire.Doc for Python 13.8.0 supports setting chart axis intervals

Spire.Doc for Python 13.8.0 supports setting chart axis intervals

2025-08-14 09:25:07

We're pleased to announce the release of Spire.Doc for Python 13.8.0. This version adds support for setting chart axis intervals. Meanwhile, several issues related to text box counting, formula display, document comparison, custom properties, and content formatting have also been successfully fixed. More details are listed below.

Here is a list of changes made in this release

Category ID Description
New feature SPIREDOC-11307 Supports setting chart axis intervals.
chart.AxisX.Units.Major = 5
chart.AxisX.Units.MajorTimeUnit= AxisTimeUnit.Days
chart.AxisX.Units.BaseTimeUnit= AxisTimeUnit.Days
New feature SPIREDOC-11211 Synchronizes the setDefaultSubstitutionFontName method to support setting the default substitution font.
doc.DefaultSubstitutionFontName = "SimSun";
Bug SPIREDOC-10473 Fixes the issue where the count of text boxes was incorrect.
Bug SPIREDOC-10842 Fixes the issue where the μ symbol in formulas was displayed incorrectly when converting Word to PDF.
Bug SPIREDOC-10912 Fixes the issue where the program threw an "Arg_NullReferenceException" exception when comparing two Word documents.
Bug SPIREDOC-11024 Fixes the issue where the value of custom document properties was incorrect when added and retrieved.
Bug SPIREDOC-11191 Fixes the issue where the content formatting was incorrect when converting Word to HTML and then back to Word.
Bug SPIREDOC-11210 Fixes the issue where formula characters were garbled when converting Word to HTML.
Bug SPIREDOC-11339 Fixes the issue where an error occurred when obtaining the row containing a cell.
Bug SPIREDOC-11403 Fixes the issue where the program threw an exception when using the PageCount method to obtain the total number of pages in the document.
Click the link to download Spire.Doc for Python 13.8.0: