欢迎来到天天文库
浏览记录
ID:6331849
大小:245.00 KB
页数:23页
时间:2018-01-10
《毕业设计(论文)-格式化excel表格的工具的设计与测试》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、格式化EXCEL表格的工具的设计与测试摘要Excel是一个在各个领域中被广泛应用的电子表格软件。通过它,我们可以很好的组织管理数据,对数据进行统计分析等。在实际应用中,我们发现经常需要根据某种特定的条件,特殊显示部分数据。虽然这种功能可以通过Excel宏来实现,但每次编写类似的代码使人感觉跟不方便。Excel同其它Office组件一样,提供了通过插件进行功能扩展的可能。通过编写和安装插件,我们可以几乎任意地扩展Excel的功能,为我们的工作提供极大的便利。本文详细介绍了一个Excel条件格式化软件的设计和实现。该软件使用COM组件技术,根据Office插件的接
2、口要求,设计了一个Excel的插件。该插件在Excel应用程序的窗口中增加一个工具栏,并在其上创建了一个按键,用于打开格式化设置窗口。软件可以对用户输入的、用字符串表达的判断条件进行计算,并根据计算结果,将满足条件的单元数据设置为用户选择的特殊格式(字体、颜色、字号、修饰等)关键词:Excel插件;COM组件;接口TheDesignandImplementationoftheConditionallyFormattingToolforExcelAbstractExcelisanelectronicsheetsoftwarewhichisextensivelyu
3、sedinvariousfields.Byusingit,wecanorganizeandmanagedata,statisticallyanalysisdataeasily.Inpracticalapplications,weneeditusuallyneedtospeciallyshowsomedataundercertainconditions.ThisfunctioncanbeachievedbyusingExcelmacros.However,suchamethodisinconvenientinwritingsimilarcodesineachti
4、me.Excel,aslongasotherMicrosoftOfficesoftwares,povidesastandardplug-ininterface,alsocalledadd-in,toallowuserstoexpanditsfunctionalities.BywritingaddinsforExcel,wecanalmostunlimitedlytoexpanditsfunctionalityandmakesourworkmoreeasilyandeffectively.Thispaperintroducesthedesignandimplem
5、entationofanExcelconditionalformattingaddin,whichisimplementedbytheCOMcomponenttechniqueaccordingtotheinterfacerequirementsofExcel.TheconditionalformattingaddinaddsanewToolbarintoExcel,onwhichthereisabuttontobeusedtoopentheformatsettingdialog.Thesoftwarecancalculatetheresultsoftheco
6、nditionexpressionsinputtedbytheuserintheformofstring,andaccordingtotheresult,itsetstheformatofthecellsmatchingtheuse-definedconditiontospecialformats(font,color,fontsizeanddecoration)thatwasinputtedbytheuser.Keywords:ExcelAddin;COMComponent;Interface目录论文总页数:23页1引言12COM组件的实现技术12.1COM
7、组件技术12.2接口22.3插件技术32.4EXCEL对象模型42.4.1Excel对象模型的类以及之间的关系42.4.2使用Excel52.4.3引用Application对象52.4.4Application对象常用的属性、方法62.4.5使用工作薄62.4.6使用工作表82.5VB编写组件基本介绍92.5.2在VB中编写COM组件93EXCEL条件格式化工具的具体实现123.1插件接口方法123.2Excel插件的实现133.2.1插件实现的功能133.2.2具体功能实现13参考文献21Excel条件格式化工具的设计与实现1引言我们生活的这个世界是丰富多
8、彩的,几乎所有的知识都来自于视觉。也许
此文档下载收益归作者所有