mirror of
https://github.com/troldal/OpenXLSX.git
synced 2025-10-14 03:05:48 +08:00
Fix captical typo in Get
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user