dbzhang800 / QtXlsxWriter

.xlsx file reader and writer for Qt5
http://qtxlsx.debao.me
Other
1.23k stars 631 forks source link

How does qtxlsx insert string to footer or header in xlsx file? #190

Open fcy2016 opened 5 years ago

fcy2016 commented 5 years ago

Hello, I want to know how does qtxlsx insert string to footer or header in xlsx file? I have writen footer in xlsx file , but after saveas by qt+qtxlsx the footer is nothing. how i insert new string to footer or do some setting that won't let the footer disappear? i see the Qt Xlsx C++ Classes on http://qtxlsx.debao.me/,and i don't find anything function about footer or header,my english is very bad,maybe i lost some thing. please, thank you.

VSRonin commented 5 years ago

It's basically the same as https://github.com/VSRonin/QtXlsxWriter/issues/27