For string type cell, Cell::value() return the string instead of the index
This commit is contained in:
@@ -191,9 +191,9 @@ QList<QSharedPointer<Worksheet> > Workbook::worksheets() const
|
||||
return d->worksheets;
|
||||
}
|
||||
|
||||
SharedStrings *Workbook::sharedStrings()
|
||||
SharedStrings *Workbook::sharedStrings() const
|
||||
{
|
||||
Q_D(Workbook);
|
||||
Q_D(const Workbook);
|
||||
return d->sharedStrings.data();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user