1

I am using Qt Xlsx to edit and write my xlsx file. I want to make a program that can read and write on *.xlsx file via QAbstractTableModel.

But i got confuse how to implement read and write that file via QAbstractTableModel. How can i do this ?

Pierre Prinetti
  • 9,092
  • 6
  • 33
  • 49
lappet
  • 116
  • 1
  • 7
  • Have you seen its [github examples](https://github.com/dbzhang800/QtXlsxWriter/tree/master/examples/xlsx)? There is a read function that seems to read the cells ([here](https://github.com/dbzhang800/QtXlsxWriter/blob/master/examples/xlsx/extractdata/main.cpp)) – sop May 21 '15 at 07:20
  • 3
    You probably want to learn more about the [Qt Model/View programming](http://doc.qt.io/qt-5/model-view-programming.html) and apply these generic information to your particular case – Antwane May 21 '15 at 07:39

0 Answers0