unvell / ReoGrid

Fast and powerful .NET spreadsheet component, support data format, freeze, outline, formula calculation, chart, script execution and etc. Compatible with Excel 2007 (.xlsx) format and working on .NET 3.5 (or client profile), WPF and Android platform.
https://reogrid.net
MIT License
1.32k stars 390 forks source link

dropdownlist item missing while save/load rgf file #513

Open oldgj123 opened 9 months ago

oldgj123 commented 9 months ago

Description

When I load rgf file to current sheet,all the dropdownlist items are missing. And I checked the saved rgffile, It only save the selected item,there's no dropdownlist item information inside.

Screenshots

Before rgf load 1 After 2

Edition

ReoGrid 3.0.0 vs2019- Windows Form APP build in .net framework 4.8

Environment