mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Fix bug 69056
This commit is contained in:
@ -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");
|
||||
|
||||
Reference in New Issue
Block a user