Home - sdupjj/ACAK GitHub Wiki
欢迎来到ACAK wiki / Welcome to the ACAK wiki!
背景 / Background:
2017年我需要一个工具来完成一些无聊的工作。所以我创建了一个基于Excel的工具。它大大减轻了我的工作负荷。毫无疑问,我开始设计一些别的工具来为别的任务服务。然后我发现维护和修改他们是浩大的工程。所以我开始设计一个通用的Excel工具,用它来服务不同的无聊任务。我发现它挺强大的。除了工作上的事情,生活中也可以使用到。我在这个工具中抄了很多网友的代码,所有我也愿意开源这个工具。现在我开始重构这个Excel机器人使它模块化。 我预想着这个机器人采用“核心+插件”的结构。然后我可以分别开发核心部分与插件部分。这会使维护效率与逻辑结构更清晰。对了我要称这个机器人为“ACAK”:)
I needed a tool to cover the boring part of my job. So I designed a specific Excel tool for that task. It worked very well. Without hesitation, I start to design other Excel tools for other tasks. Then I found it is a little hard to design/ maintain them one by one. So I start to design a generic Excel tool which can be configured for different tasks and easy to be maintained. Then I found it was strong enough to be a robot which do many funny tasks, such as playing stocks. Since many vba codes/skills are copied from Interenet and Excel communities. I'd like to opensource it. Now I start to restructure the Excel robot and make it modularization. I hope it can organized in such way : Core + Plugins. Then I can maintain the Core part and Plugin part seperately. More effecient maintaince and more clear logic are what I like. Also I want to name it "ACAK".
ACAK 结构 / ACAK structure:
核心+插件 / Core + Plugin(s)
谁这么无聊在维护ACAK / Who maintains it:
我 / Me([email protected])
ACAK 用什么语言写的 / Based on which language:
Excel/VBA + Python(可选 / optional)
Required environment:
Windows + Excel(>=2007, 32bit)