QtExcel / QXlsx

Excel file(*.xlsx) reader/writer library using Qt 5 or 6. Descendant of QtXlsxWriter.
https://qtexcel.github.io/QXlsx/
MIT License
1.17k stars 358 forks source link

suggestion for excel file print out on paper #13

Closed liufeijin closed 6 years ago

liufeijin commented 6 years ago

Hi your projects QXlsx and Qlibxlsxwriter can read and write excel file well. So i think maybe has a easy way to call some windows API and print out the excel file( of course OS to be installed office software ), because for a excel file we can click the "print item " in the pop menu by clicking right button of mouse .

j2doll commented 6 years ago

Dear liufeijin: If you use libraries on Windows, your way is okay. Why not! But I am aiming to support cross platform. So I try to use only cross-platform tools like Qt whenever possible.