QtExcel / QXlsx

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

Lock properties #61

Open fmorlino opened 4 years ago

fmorlino commented 4 years ago

Thanks for the great project. I used it to generate simply excel file, but I have necessity to lock some columns. Seem's any lock implementation yet. Is it correct? Or How can lock columns? There is the possibility to have any sort of lock? Many thanks Fabrizio

j2doll commented 4 years ago

Dear @fmorlino QXlsx does not support cell locking. I will register for enhancement.

liufeijin commented 4 years ago

https://github.com/7lb/QtXlsxWriter/commit/664e072628023575c03f1917d4101105b99adf3a https://github.com/7lb/QtXlsxWriter/commit/56a99445b94e9e3a1794a26c84377c658c188d62 https://github.com/7lb/QtXlsxWriter/commit/a501a06fbc35e2e5741169634cb22ca81f20eba5 https://github.com/7lb/QtXlsxWriter/commit/a4e26fb6f7ba06480028e73865178e206ff50659 j2doll follow above update ,will support sheet lock and cell lock

j2doll commented 4 years ago

7lb/QtXlsxWriter@664e072 7lb/QtXlsxWriter@56a9944 7lb/QtXlsxWriter@a501a06 7lb/QtXlsxWriter@a4e26fb j2doll follow above update ,will support sheet lock and cell lock

Thanks for reporting. I'll make new branch for this issue.