We can read and modify existing simple .xlsx file now
This commit is contained in:
@@ -59,6 +59,11 @@ int SharedStrings::addSharedString(const QString &string)
|
||||
return index;
|
||||
}
|
||||
|
||||
void SharedStrings::incRefByStringIndex(int idx)
|
||||
{
|
||||
addSharedString(m_stringList[idx]);
|
||||
}
|
||||
|
||||
void SharedStrings::removeSharedString(const QString &string)
|
||||
{
|
||||
if (!m_stringTable.contains(string))
|
||||
|
||||
Reference in New Issue
Block a user