Microsoft Word, Excel, PowerPoint files read and write. How?
-
Hello all!
Is there any information about modules for reading and writing Word, Excel, PowerPoint files?For Word
https://github.com/lpxxn/docx
For Excel
https://github.com/dbzhang800/QtXlsxWriter
I could not find for powerpoint , Try searching it in github,I have only used QtXlsx So I can't say they can really work but you can try them.
If they didn't work You can always search for them in github?Edit:
modules
Oh! Do you mean python or what? I didn't understand. And these dependencies also depend on operating system, QT version.
Try including them in question from next question to make other clear about itI found another repo ,
https://github.com/Cheereus/AutoPlayer
check it outThanks
-
For Word
https://github.com/lpxxn/docx
For Excel
https://github.com/dbzhang800/QtXlsxWriter
I could not find for powerpoint , Try searching it in github,I have only used QtXlsx So I can't say they can really work but you can try them.
If they didn't work You can always search for them in github?Edit:
modules
Oh! Do you mean python or what? I didn't understand. And these dependencies also depend on operating system, QT version.
Try including them in question from next question to make other clear about itI found another repo ,
https://github.com/Cheereus/AutoPlayer
check it outThanks
Is there any information about modules for reading and writing Word, Excel, PowerPoint files?
Can your application require MS Excel/Word/PowerPoint to be installed?
In that case you can use Active QtCan your application require the installation of .Net framework? If so you can use the
/clrcompiler option of the MSVC compiler in order to use the same libraries C# can use (you need to use a dialect of C++ called C++/CLI for the source files involved)@Thank-You said in Microsoft Word, Excel, PowerPoint files read and write. How?:
That library is unmaintained, I'd suggest https://github.com/QtExcel/QXlsx but you can easily use the dedicated wiki page to chose the most appropriate method for your use case
-
Is there any information about modules for reading and writing Word, Excel, PowerPoint files?
Can your application require MS Excel/Word/PowerPoint to be installed?
In that case you can use Active QtCan your application require the installation of .Net framework? If so you can use the
/clrcompiler option of the MSVC compiler in order to use the same libraries C# can use (you need to use a dialect of C++ called C++/CLI for the source files involved)@Thank-You said in Microsoft Word, Excel, PowerPoint files read and write. How?:
That library is unmaintained, I'd suggest https://github.com/QtExcel/QXlsx but you can easily use the dedicated wiki page to chose the most appropriate method for your use case