Spire.Doc for C++ 14.7.2 supports Word to Excel conversion

2026-07-27 08:07:30

We're pleased to announce the release of Spire.Doc for C++ 14.7.2. This version adds support for converting Word documents to Excel files, expanding document format conversion capabilities. More details are listed below.

Here is a list of changes made in this release

Category ID Description
New Feature SPIREDOC-11984 Supports Word to Excel conversion.
intrusive_ptr<Document> doc = new Document();
doc->LoadFromFile(inputFile.c_str());
doc->SaveToFile(outputFile.c_str(), FileFormat::XLSX);
doc->Close();
Click the link below to download Spire.Doc for C++ 14.7.2: