Studio中使用excel宏

Studio中使用excel宏

本文介绍了在Visual Studio中使用excel宏的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

HI,


目前我们正在尝试使用Visual Studio和C#自动化单元测试脚本。客户端要求是我们需要使用Data访问excel文件(大多数数据是使用公式和宏计算的)。我们需要在
应用程序UI中验证这些值。 


关注:我们不确定访问Excel宏和公式并操纵它们以在执行时获取值脚本。我们知道我们可以访问Excel单元格值并更新/读取/编辑/写入单元格。但不确定是否要访问单元格中存在的宏
和excel公式。


请告诉我们如何实现此目的。 



先谢谢。

解决方案

HI,

Currently we are trying to automate unit test script using Visual Studio and C#. The client requirement is that we need to access a excel file with Data ( most of the data is calculated using formulas and macros). And we need to verify this values in the application UI. 

Concern: We are not sure about accessing Excel macros and formula's and manipulating them to get the Value while executing the scripts. We know that we can access Excel cell values and update/read/edit/write into cell. But not sure about accessing macros and excel formulas that are present in the cell.

Please let us know How to achieve this. 

Thanks in Advance.

解决方案


这篇关于在Visual Studio中使用excel宏的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-31 09:15