Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将如何将 Excel 工作表中的数据提取到 Excel 加载项中的列表中?理想情况下,我需要从工作表中获取每一行并将其保存在加载项的元组列表中。
这是一个 C# 加载项,数据将存储在工作表的加载项中。数据不需要在会话之间存储。有任何想法吗?