| 101 | } |
| 102 | |
| 103 | void OdsFilter::setFirstRowAsColumnNames(const bool b) { |
| 104 | d->firstRowAsColumnNames = b; |
| 105 | } |
| 106 | |
| 107 | QVector<QStringList> OdsFilter::preview(const QString& sheetName, int lines) { |
| 108 | return d->preview(sheetName, lines); |
no outgoing calls