Skip to content

Commit f30461c

Browse files
committed
add notes on Excel
1 parent a5bfeb2 commit f30461c

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

_static/css/layout.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,24 @@ dd p:first-child {
157157
margin-top: 0
158158
}
159159

160+
table {
161+
width: 100%;
162+
border-collapse: collapse;
163+
}
164+
165+
thead tr {
166+
border-bottom: solid 1px var(--border-color);
167+
}
168+
169+
td, th {
170+
padding: 0 0.5em;
171+
border-right: 1px solid var(--border-color);
172+
}
173+
174+
td:last-child, th:last-child {
175+
border-right: none;
176+
}
177+
160178
ul.taglist {
161179
display: flex;
162180
gap: 1em;
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
:title: Using Excel
2+
:date: 2025-07-03
3+
:tags: msexcel
4+
:identifier: 20250703T125514
5+
6+
Using Excel
7+
===========
8+
9+
Random notes on using Excel
10+
11+
Keyboard Shortcuts
12+
------------------
13+
14+
=================== ===========
15+
Keys Description
16+
=================== ===========
17+
:kbd:`Ctrl+D` Fill down
18+
:kbd:`F2` Edit Cell
19+
:kbd:`Ctrl+F2` Edit Formula
20+
:kbd:`Ctrl+Shift++` Insert row
21+
:kbd:`Shift+Space` Select row
22+
=================== ===========

0 commit comments

Comments
 (0)