tfussell / xlnt

:bar_chart: Cross-platform user-friendly xlsx library for C++11+
Other
1.45k stars 406 forks source link

Fix unhandled enumeration values in switch statement #646

Closed tfussell closed 2 years ago

tfussell commented 2 years ago

Fixes clang compiler warning: /Users/thomas/Development/xlnt/source/detail/serialization/xlsx_producer.cpp:680:27: 34 enumeration values not handled in switch: 'unknown', 'core_properties', 'extended_properties'.... Also cleans up some nearby code and adds comments.