Hi, I'm working on an application where I need to import Excel data and put it into either a QTableView or QTableWidget. I'm wondering what would be the best method to accomplish this:

  1. Export as XML document. I have no idea how to work with XML though.
  2. Export as a CSV (comma-seperated) or perhaps tab-seperated. I mostly have numbers in my data but there is a comma and some spaces occasionally. Would TAB-seperated work well, then?
  3. Or perhaps, is there a ready made solution?


Thanks in advance.

~codeslicer