Mrli
别装作很努力,
因为结局不会陪你演戏。
Contacts:
QQ博客园

为了不跑操而Excel——Orz

2019/09/15 NJUPT
Word count: 428 | Reading time: 2min

为了不跑操而Excel——Orz

3月1日

Excel

  • 15、16、17、18级分类——筛选、开头是(?15通配符)、制不同表

  • 获得50m、800-1000m、身高、肺活量……各年级数据和总的平均值

    • 有的单元框内容虽然看上去像数字(数值靠右),但其实是文本(文本靠左),需要做处理后才能进行公示计算——分列
    • 复杂的重复公示最好还是指明地址
    • 翻到下一个非空单元格——Ctrl + ↓ 或 ↑

3月4日

文字排版不支持竖版,所以弄成图片后发布的

安排表

4月28日

图片排版,体育部的网站支持源代码修改,因此可以修改html代码.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<table cellspacing="100" cellpadding="20">
<tbody>
<tr>
<td>
<img data-layer="photo" src="/_upload/article/images/c4/cb/d351f4fa408e8414b718debf8b99/20a324aa-c891-4be2-9174-590277bff71d.jpg" original-src="/_upload/article/images/c4/cb/d351f4fa408e8414b718debf8b99/20a324aa-c891-4be2-9174-590277bff71d_d.jpg" sudyfile-attr="{'title':'webwxgetmsgimg (1).jpg'}" width="600" height="400" border="0" hspace="0" vspace="0" style="width:600px;height:400px;" />
</td>
<td>
<img data-layer="photo" src="/_upload/article/images/c4/cb/d351f4fa408e8414b718debf8b99/c9fdcc12-a3e5-422e-b4cb-ac6c5ecd9e64.jpg" original-src="/_upload/article/images/c4/cb/d351f4fa408e8414b718debf8b99/c9fdcc12-a3e5-422e-b4cb-ac6c5ecd9e64_d.jpg" sudyfile-attr="{'title':'webwxgetmsgimg (2).jpg'}" style="font-size:14px;width:600px;height:400px;" width="600" height="400" border="0" hspace="0" vspace="0" />
</td>
</tr>
<tr>
<td>
<img data-layer="photo" src="/_upload/article/images/c4/cb/d351f4fa408e8414b718debf8b99/67108b99-b0f6-42bf-aac4-a6e012e7e66d.jpg" original-src="/_upload/article/images/c4/cb/d351f4fa408e8414b718debf8b99/67108b99-b0f6-42bf-aac4-a6e012e7e66d_d.jpg" style="width:600px;height:400px;" sudyfile-attr="{'title':'webwxgetmsgimg (3).jpg'}" width="600" height="400" border="0" hspace="0" vspace="0" />
</td>
<td>
<img data-layer="photo" src="/_upload/article/images/c4/cb/d351f4fa408e8414b718debf8b99/69659dd8-a9a2-424f-bdb7-324c1807af18.jpg" original-src="/_upload/article/images/c4/cb/d351f4fa408e8414b718debf8b99/69659dd8-a9a2-424f-bdb7-324c1807af18_d.jpg" sudyfile-attr="{'title':'webwxgetmsgimg (4).jpg'}" width="600" height="400" border="0" hspace="0" vspace="0" style="width:600px;height:400px;" />
</td>
</tr>

</tbody>
</table>

Author: Mrli

Link: https://nymrli.top/2019/03/01/为了不跑操而Excel——Orz/

Copyright: All articles in this blog are licensed under CC BY-NC-SA 3.0 unless stating additionally.

< PreviousPost
构造一个能发数据的POST请求头
NextPost >
Flask 本地局域网连接
CATALOG
  1. 1. 为了不跑操而Excel——Orz
    1. 1.1. 3月1日
      1. 1.1.1. Excel
    2. 1.2. 3月4日
    3. 1.3. 4月28日