File tree Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Original file line number Diff line number Diff 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+
160178ul .taglist {
161179 display : flex;
162180 gap : 1em ;
Original file line number Diff line number Diff line change 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+ =================== ===========
You can’t perform that action at this time.
0 commit comments