上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 25 下一页
摘要: 如图: 对象模型是一组由Office应用程序提供的对象,用来控制Office应用程序,是VSTO开发的核心内容。其中Application是最顶层的对象,负责对Office进行整体的控制,类似于.Net WinForm和WPF中的Application对象,是根对象。Workbook(s)指工作簿, 阅读全文
posted @ 2023-05-19 14:17 有翅膀的大象 阅读(153) 评论(0) 推荐(0)
摘要: I see a good web-word: How do I ask a good question? - Help Center - Stack Overflow 阅读全文
posted @ 2023-05-19 14:12 有翅膀的大象 阅读(39) 评论(0) 推荐(0)
摘要: import win32com.client xl =win32com.client.Dispatch("Excel.Application") #实例化Excel应用程序 wb =xl.Workbooks.Open(r'C:\Users\Desktop\test1.xlsm') xl.Applic 阅读全文
posted @ 2023-05-15 17:36 有翅膀的大象 阅读(87) 评论(0) 推荐(0)
摘要: using Microsoft.Vbe.Interop; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Diagnostics; 阅读全文
posted @ 2023-05-15 17:24 有翅膀的大象 阅读(32) 评论(0) 推荐(0)
摘要: pip install xlwings xlwings addin install xlwings Documentation 创建项目: 命令:xlwings quickstart ProjectName 测试语句: import xlwings as xw import pandas as pd 阅读全文
posted @ 2023-05-15 16:17 有翅膀的大象 阅读(147) 评论(0) 推荐(0)
摘要: `timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// /*二进制无符号整数除法*/ module divider_2bit(a,b,c,d); i 阅读全文
posted @ 2023-05-13 11:38 有翅膀的大象 阅读(26) 评论(0) 推荐(0)
摘要: internal class ExcelHelper { /// <summary> /// 执行Excel中的宏 /// </summary> /// <param name="excelFilePath">Excel文件路径</param> /// <param name="macroName" 阅读全文
posted @ 2023-05-11 10:41 有翅膀的大象 阅读(55) 评论(0) 推荐(0)
摘要: Sub myNZA() '利用IE,抓取深市股票涨跌数据 Sheets("SHEET2").Select Dim IE, IEDOM As Object Dim myTable, myTR As Object Set IE = CreateObject("InternetExplorer.Appli 阅读全文
posted @ 2023-05-11 10:36 有翅膀的大象 阅读(164) 评论(0) 推荐(0)
摘要: //创建注册表下并加载信息。 public bool registryCreateAndSet(string FillName, string Name, string Value) { try { //引用HKEY_CURRENT_USER RegistryKey key = Registry.C 阅读全文
posted @ 2023-05-04 17:04 有翅膀的大象 阅读(15) 评论(0) 推荐(0)
摘要: NuGet Gallery | MaterialSkin.2 2.3.1 NuGet\Install-Package MaterialSkin.2 -Version 2.3.1 下载包方式: Download package:materialskin.2.2.3.1.nupkg,安装在文件夹下后、程 阅读全文
posted @ 2023-05-02 11:04 有翅膀的大象 阅读(820) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 25 下一页