浅谈Delphi如何控制Excel操作
1 创建Excel文件 要在Delphi中控制Excel,就必须用到OLE自动化。现在一般采用OLE2来创建OLE对象,当激活一个OLE对象时,服务器程序仅在容器程序内部激活,这就是所谓的“就地激活”(in-place activation)。 创建Excel文件时,先创建一个OLE对象,然后在对象中建立工作表worksheet,如函数createExce
1 创建Excel文件 要在Delphi中控制Excel,就必须用到OLE自动化。现在一般采用OLE2来创建OLE对象,当激活一个OLE对象时,服务器程序仅在容器程序内部激活,这就是所谓的“就地激活”(in-place activation)。 创建Excel文件时,先创建一个OLE对象,然后在对象中建立工作表worksheet,如函数createExce
KOL - Key Objects Library is a set of objects to develop power (but small) 32 bit Windows GUI applications using Delphi but without VCL (or Free Pascal). It is distributed free of charge, with source
Re: Fiesty first boot error (failed to set xfermode)I had the exact issue described. I found a post on the launchpad that said can't boot properly without adding irqpoll to the boot options, tried tha
1.所需软件atlassian-jira-enterprise-3.7.4-standalone.tar.gzatlassian-jira-subversion-plugin-0.9.8.zipjdk-1_5_0_08-linux-i586.binmysql-connector-java-5.0.3.tar.gz2.安装JDK解压jdk-1_5_0_08-linux-i586.bin 生成jdk1
INCLUDE= $(shell wx-config --cxxflags)LIBS=$(shell wx-config --libs)CC=g++all:#echo $(INCLUDE) $(CC) *.cpp $(L
今天浏览以前论坛中的文章,顺摘录一些。此文虽老,但仍有参考价值。此文原为RD室已毕业学生hatasun撰写。我们现在使用的bugzilla也是他先安装部署的,感谢hatasun。--------------------------------------------Bubzilla的自带文档提供了详细的安装指南,但在实际安装过程中还是会遇到各种各样的问题。本文主要介绍了在RH8.0的Linux环境
This page provides notes on how to read from and write to forms that are displayed in a web page in a TWebBrowser.Contents: Get the number of forms on a pageGet a form by numberGet the name of a form
IntroductionOn some occasions when using a TWebBrowser I've needed to use Delphi to call JavaScript functions contained in the current document.This is quite easy to do. We'll first examine the techn
The TWebBrowser Delphi control provides access to the Web browser functionality from your Delphi applications.Here's how to execute a custom script (JavaScript or VBScript) function on a HTML document
《模拟器编程》-(针对IE控件WebBrowser编程-自动登录操作)利用Delphi的Olevariant类型单个frames的输入var o : Olevariant;begin o := WebBrowser.OleObject.document.all.item('LoginUserID',0); //找到登录用户名的输入框 o.