Fix captical typo in Get

This commit is contained in:
HuaMuFeng
2025-04-15 17:52:56 +08:00
parent 480dff3909
commit e70e578e64

View File

@@ -129,7 +129,7 @@ namespace { // anonymous namespace for local functions
std::string typeString;
if (type == XLContentType::WorkbookMacroEnabled)
typeString = applicationMicrosoftExcel + ".Sheet.macroEnabled.main+xml";
typeString = applicationMicrosoftExcel + ".sheet.macroEnabled.main+xml";
else if (type == XLContentType::Workbook)
typeString = applicationOpenXmlOfficeDocument + ".spreadsheetml.sheet.main+xml";
else if (type == XLContentType::Relationships)