tfussell / xlnt

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

Dropdown list disappears #631

Closed huseyinkozan closed 2 years ago

huseyinkozan commented 2 years ago

Hi,

After load() and save(), dropdown list at file disappears.

Should I do any action to preserve it ?

huseyinkozan commented 2 years ago

It seems not implemented, yet. https://github.com/tfussell/xlnt/blob/master/source/detail/serialization/xlsx_consumer.cpp#L894

It should have a way to preserve unhandled elements with a caution. Closing the issue.