Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lmj01 committed Apr 30, 2024
1 parent df5d0ac commit 33a70a6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
7 changes: 7 additions & 0 deletions articles/notes/excel.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# Excel
> 学习excel的操作,目标是超过老婆的水平,说不定还能给老婆写插件
[Excel JavaScript API 概述](https://learn.microsoft.com/zh-cn/office/dev/add-ins/reference/overview/excel-add-ins-reference-overview)

## [Handsontable](https://github.com/handsontable/handsontable)
> Handsontable is a JavaScript component that combines data grid features with spreadsheet-like UX.
It provides data binding, data validation, filtering, sorting, and CRUD operations.
>> 展示excel
## [前端 Excel Workbook Manager ](https://github.com/exceljs/exceljs)
> Read, manipulate and write spreadsheet data and styles to XLSX and JSON.
> Reverse engineered from Excel spreadsheet files as a project.
>> 读写和解析excel
- [中文内容](https://github.com/exceljs/exceljs/blob/master/README_zh.md)

4 changes: 2 additions & 2 deletions index/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
- [3D引擎](/cg/engines.md)
- [Markdown](/articles/markdown.md)
- [Mathjax](/articles/mathjax.md)
- [数学概念笔记](/articles/notes/math.md)
- [数学概念笔记](/articles/notes/excel.md)
- [数学笔记](/articles/notes/math.md)
- [excel笔记](/articles/notes/excel.md)
- [软硬件一体的项目](/articles/others/robot.md)

### 图形学
Expand Down
7 changes: 6 additions & 1 deletion web/framework.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Vue
# [Vue 前端框架]()
> 一种前端开发框架,较小的框架
## 关键流程
Expand All @@ -13,6 +13,11 @@ Vue3.0新增了一个组件Teleport组件,将其所在组件模板内容内容
## 参考
- [Vue 技术栈 Vue3 + Pinia + Vite5 实现](https://github.com/zyronon/douyin)

# [Egg 后台框架](https://www.eggjs.org/)

# [Next.js 后台框架](https://nextjs.org/)
> Next.js is a React framework for building full-stack web applications.
# Electron

- [工程创建模板](https://github.com/reZach/secure-electron-template)

0 comments on commit 33a70a6

Please sign in to comment.