Fix bug 69056

This commit is contained in:
Alexey
2024-07-08 17:30:49 +03:00
parent 69e6ff99f6
commit ee6ea32ad1

View File

@ -244,6 +244,7 @@ CFormatsList CFormatsList::GetOutputExts()
list.m_spreadsheets.push_back(L"csv");
list.m_spreadsheets.push_back(L"ods");
list.m_spreadsheets.push_back(L"ots");
list.m_spreadsheets.push_back(L"xlsb");
list.m_spreadsheets.push_back(L"xlsm");
list.m_spreadsheets.push_back(L"xlsx");
list.m_spreadsheets.push_back(L"xltm");