Excel 扩展编程相关
============================
产品分析
============================
Excel Automation Tools (Best of List)
https://www.automateexcel.com/excel-automation-tools
https://www.querystorm.com/
https://www.pyxll.com/
https://sqlspreads.com/sql-spreads-benefits/
https://www.devart.com/excel-addins/sqlite.html
https://www.sqlforexcel.com/(开源)
============================
技术文章
============================
https://www.pyxll.com/blog/tools-for-working-with-excel-and-python/
xlwings : 从此可以 VBA 调用 Python 代码啦
https://blog.csdn.net/stone0823/article/details/100553728
Excel & Python
http://www.snb-vba.eu/VBA_Python_en.html
Interactive Data Analysis with Python and Excel
https://pbpython.com/xlwings-pandas-excel.html
xlwings: Use Python and Excel to Calculate Your Mortgage
https://matthewkudija.com/blog/2018/03/25/xlwings-mortgage/
Use Matplotlib from Excel with xlwings
https://newtonexcelbach.com/2016/02/14/use-matplotlib-from-excel-with-xlwings/
Writing UDFs in Excel With Python
https://www.myonlinetraininghub.com/writing-udfs-in-excel-with-python
浅谈Excel开发:一 Excel 开发概述
https://www.cnblogs.com/yangecnu/p/Excel-Develpment-Introduction.html
ExcelDna 官方文档
https://github.com/Excel-DNA/ExcelDna/wiki
【20180529】- VSTO和ExcelDna开发插件那个更好?
https://zhuanlan.zhihu.com/p/37949183
Pros and cons of VSTO vs Excel-DNA? [closed]
https://stackoverflow.com/questions/26974959/pros-and-cons-of-vsto-vs-excel-dna
为Excel XLL插件 UDF 函数增加chm帮助
https://github.com/Excel-DNA/ExcelDnaDoc
新人大餐:2018最新Office插件开发之ExcelDNA开发XLL插件免费教学视频,五分钟包教包会
https://www.cnblogs.com/Charltsing/p/ExcelDnaVideoCourse.html
============================
ExcelDNA示例
============================
ExcelDna项目完整工程演示及讲解
https://www.cnblogs.com/Charltsing/p/ExcelDnaDemo.html
Charltsing 博主开源的ExcelDNA示例, 项目脚手架, 包含打包脚本
http://github.com/Charltsing/ExcelDnaProjectDemo
Excel催化剂开源的ExcelDNA示例
http://github.com/minren118/ExcelUdfByExcelCuiHuaJi
另一个示例, 注意 *.dna 配置文件的写法, 和调试说明
https://github.com/fb19801101/ExcelDna-CSharpAddin
在 Udf 函数中, 如何获取 Excel range
https://github.com/gaham/TransposeBy
调试步骤
https://stackoverflow.com/questions/25203326
Use "Debug"/"Attach to Process", from Visual Studio, and connect to Excel. Then open the xll from Excel. This will hopefully show you the error.
==================
sql 方式访问 excel
==================
https://stackoverflow.com/questions/18798522/how-to-run-a-sql-query-on-an-excel-table
https://smallbusiness.chron.com/use-sql-statements-ms-excel-41193.html
https://www.wikihow.com/Embed-a-SQL-Query-in-Microsoft-Excel
Excel 扩展编程相关的更多相关文章
- 跨平台编程相关技术资料及笔记.md
目录 跨平台编程技术选型 ## 需求 最终选定的技术方案:uni-app 混合或跨平台编程相关资料 ## uni-app 官网 相关资料 个人笔记 个人经验 ## taro 官网 相关资料 ## Ch ...
- Linux环境编程相关的文章
Linux环境编程相关的文章 好几年没有接触Linux环境下编程了,好多东西都有点生疏了.趁着现在有空打算把相关的一些技能重拾一下,顺手写一些相关的文章加深印象. 因为不是写书,也受到许多外部因素限制 ...
- Arduino使用注意问题及编程相关
1.Arduino的概念 arduino是一款便捷灵活方便上手的开源电子原型平台,包含硬件(各种型号的arduino板)和软件(arduino IDE), 是一个基于开放原始码的软硬件平台,构建于开放 ...
- 使用Excel VBA编程将网点的百度坐标转换后标注到高德地图上
公司网点表存储的坐标是百度坐标,现需要将网点位置标注到高德地图上,研究了一下高德地图的云图数据模版 http://lbs.amap.com/yuntu/reference/cloudstorage和坐 ...
- Python网络编程相关的库与爬虫基础
PythonWeb编程 ①相关的库:urlib.urlib2.requests python中自带urlib和urlib2,他们主要使用函数如下: urllib: urlib.urlopen() ur ...
- php并发编程相关扩展
Stream:PHP内核提供的socket封装Sockets:对底层Socket API的封装Libevent:对libevent库的封装Event:基于Libevent更高级的封装,提供了面向对象接 ...
- laravel5.5 excel扩展包的安装和使用
(文章引用来源 http://www.cnblogs.com/djwhome/p/9322112.html 有自己的补充用于记录) (在此次项目中,本人亲自尝试,标题中文无论如何转换(GBK.gb ...
- php多进程编程相关资料(以备参考)
进程与线程的区别 要了解二者的区别与联系,首先得对进程与线程有一个宏观上的了解. 进程,是并发执行的程序在执行过程中分配和管理资源的基本单位,是一个动态概念,竟争计算机系统资源的基本单位.每一个进程都 ...
- 提高工作效率的神器:基于前端表格实现Chrome Excel扩展插件
Chrome插件,官方名称extensions(扩展程序):为了方便理解,以下都称为插件. 我们开发的插件需要在浏览器里面运行,打开浏览器,通过右上角的三个点(自定义及控制)-更多工具-拓展程序-打开 ...
随机推荐
- css网页布局模板
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title> ...
- Django注意知识点(二)
Tinymce富文本 前台和后台的使用 一,后台 Admin 1. 于 settings.py 文件中修改 INSTALLED_APPS 2. 于 settings.py 文件中增添如下配置 # 富文 ...
- Android Studio如何配置CURL指令一键打包apk上传至蒲公英
Android Studio如何配置CURL指令一键打包apk上传至蒲公英 第一步:在所需要打包的模块build.gradle文件中加入如下代码: android{ buildTypes { //配置 ...
- [20191119]探究ipcs命令输出2.txt
[20191119]探究ipcs命令输出2.txt --//继续上午的测试:http://blog.itpub.net/267265/viewspace-2664758/=>[20191119] ...
- ORA-04045: errors during recompilation/revalidation of LBACSYS.LBAC_EVENTS
使用orachk工具检查数据库实例的时候,发现报告里面有类似下面这样一些错误(最近有给Oracle 10g应用补丁PSU 10.2.0.5.180717,不清楚是这个产生的还是其他原因导致),使用脚本 ...
- [Linux] ubuntu环境安装和使用elasticsearch
wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -apt-get install ap ...
- Deepin nginx lumen配置
正常安装 sudo apt install nginxsudo apt install php-fpm 启动后将 /etc/nginx/sites-enabled/default 配置文件 copy一 ...
- vuex中module的命名空间概念
vuex中module的命名空间概念 默认情况下,模块内部的 action.mutation 和 getter 是注册在全局命名空间的. 弊端1:不同模块中有相同命名的mutations.action ...
- hashlib和hmac模块
目录 一.hashlib模块 1.0.1 hash是什么 1.0.2 撞库破解hash算法加密 一.hashlib模块 1.0.1 hash是什么 hash是一种算法(Python3.版本里使用has ...
- django--通过jwt获取用户信息的两种方式
HTTP请求是无状态的,我们通常会使用cookie或session对其进行状态保持,cookie存储在客户端,容易被用户误删,安全性不高,session存储在服务端,在服务器集群情况下需要解决sess ...