QtOfficeOpenXml
https://github.com/dbzhang800/QtOfficeOpenXml
Introduction
Qt Office Open Xml is a library that can be used to read and write opc packages, such as .xlsx/.docx/.pptx files. It doesn't require Microsoft Office and can be used in any platform that Qt 5.2 or newer supported.
Status | Namespace | .... |
---|---|---|
[Done] | QtOfficeOpenXml::Opc |
is designed for general OPC package reading and writing. |
[Wip ] | QtOfficeOpenXml::Sml |
is designed for Spreadsheet documents reading and writing. |
[Todo] | QtOfficeOpenXml::Wml |
is designed for Wordprocessing documents reading and writing. |
[Todo] | QtOfficeOpenXml::Pml |
is designed for Presention documents reading and writing. |
[Wip ] | QtOfficeOpenXml::Dml |
provides Drawing support for Sml, Wml and Pml. |
[Wip ] | QtOfficeOpenXml::Ooxml |
is used by Dml, Sml, Wml and Pml. |
[Done] | QtOfficeOpenXml::Mce |
provides Markup Compatibility and Extensibility supports for all the library. |
====================
dsoframer是微软提供一款开源的用于在线编辑、调用Word、 Excel 、PowerPoint等的ActiveX控件。
Qt可以直接使用 QAxObject 调用
https://blog.csdn.net/jacken123456/article/details/83748329 Qt实现Excel表格的读写操作(office,WPS)
https://blog.csdn.net/chase_hung/article/details/83040075 清除用QAxObject创建的Office进程
https://github.com/xinyanHu/QAxBrowser web browser using qt QAxWidget
https://github.com/olena-lizina/PPT Pedagogical program tool. Implemented using Qt/C++
https://github.com/Qt-Widgets/Qt-Ribbon-Widget-V1 Qt-Ribbon-Widget
https://github.com/martijnkoopman/Qt-Ribbon-Widget A Ribbon widget for Qt
https://github.com/martijnkoopman/Qt-VTK-viewer A CMake/C++ project for embedding a VTK 3D view in a Qt window.
=============== End