tfussell / xlnt

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

active_sheet() always returns 0 #653

Closed sbj42 closed 1 year ago

sbj42 commented 2 years ago

There is no code to assign a value to the variable active_sheet_index_ in struct workbook_impl. It is always unset. So workbook.active_sheet() always returns 0.