当前位置:网站首页>openpyxl to manipulate Excel files
openpyxl to manipulate Excel files
2022-08-05 09:05:00 【Xiao Xiaoran】
openpyxl操作Excel文件
案例数据
IP地址 | 风险等级 | 是否恶意IP | 可信度 | 威胁类型 | IP归属地 |
---|---|---|---|---|---|
192.241.214.65 | 中 | true | 高 | [‘傀儡机’, ‘垃圾邮件’, ‘IDC服务器’, ‘扫描’] | 美国-加利福尼亚州-旧金山 |
37.44.238.161 | 高 | true | 高 | [‘垃圾邮件’, ‘扫描’, ‘漏洞利用’] | 法国-Ile de France region-巴黎 |
141.98.83.139 | 中 | true | 高 | [‘傀儡机’, ‘垃圾邮件’, ‘扫描’, ‘未启用IP’, ‘漏洞利用’] | 罗马尼亚-布加勒斯特-布加勒斯特 |
39.100.73.242 | 低 | true | 高 | [‘傀儡机’, ‘垃圾邮件’, ‘IDC服务器’, ‘扫描’] | 中国-北京市-北京市 |
40.118.131.195 | 低 | true | 高 | [‘垃圾邮件’, ‘IDC服务器’, ‘扫描’] | 美国-加利福尼亚州-旧金山 |
167.99.190.147 | 低 | true | 高 | [‘IDC服务器’, ‘扫描’] | 加拿大-安大略省-多伦多 |
192.241.219.240 | 中 | true | 高 | [‘傀儡机’, ‘垃圾邮件’, ‘暴力破解’, ‘IDC服务器’, ‘扫描’] | 美国-加利福尼亚州-旧金山 |
104.248.136.93 | 中 | true | 高 | [‘垃圾邮件’, ‘暴力破解’, ‘IDC服务器’, ‘扫描’] | 德国-黑森州-Frankfurt am Main |
121.40.210.60 | 中 | true | 高 | [‘垃圾邮件’, ‘IDC服务器’, ‘扫描’] | 中国-浙江省-杭州市 |
128.1.91.205 | 低 | true | 高 | [‘傀儡机’, ‘垃圾邮件’, ‘IDC服务器’, ‘扫描’] | 美国-加利福尼亚州-洛杉矶 |
39.98.118.164 | 中 | true | 高 | [‘垃圾邮件’, ‘IDC服务器’, ‘扫描’] | 中国-北京市-北京市 |
106.75.64.59 | 中 | true | 高 | [‘傀儡机’, ‘垃圾邮件’, ‘IDC服务器’, ‘扫描’, ‘漏洞利用’] | 中国-北京市-北京市 |
218.201.233.169 | 中 | true | 高 | [‘傀儡机’, ‘垃圾邮件’, ‘暴力破解’, ‘扫描’, ‘撞库’, ‘动态IP’, ‘漏洞利用’] | 中国-贵州省-铜仁市 |
101.200.188.50 | 中 | true | 高 | [‘垃圾邮件’, ‘IDC服务器’, ‘扫描’] | 中国-北京市-北京市 |
198.199.103.139 | 中 | true | 高 | [‘傀儡机’, ‘垃圾邮件’, ‘VPN’, ‘IDC服务器’, ‘扫描’, ‘代理’] | 美国-加利福尼亚州-旧金山 |
192.241.197.21 | 中 | true | 高 | [‘傀儡机’, ‘垃圾邮件’, ‘IDC服务器’, ‘扫描’] | 美国-加利福尼亚州-旧金山 |
82.156.227.106 | 低 | true | 高 | [‘IDC服务器’, ‘扫描’] | 中国-北京市-北京市 |
103.136.249.107 | 低 | true | 高 | [‘垃圾邮件’, ‘扫描’, ‘未启用IP’] | 新加坡-新加坡-新加坡 |
192.241.214.65 | 中 | true | 高 | [‘傀儡机’, ‘垃圾邮件’, ‘IDC服务器’, ‘扫描’] | 美国-加利福尼亚州-旧金山 |
Please see the data generation : https://blog.csdn.net/qq_52549196/article/details/126145651
遍历表
import openpyxl
read_xlsx = openpyxl.load_workbook('1.xlsx') # 读取文件
readSheet1 = read_xlsx["Sheet1"] # 选择 Sheet1
for row in range(1, readSheet1.max_row): # get max row
print(*[readSheet1.cell(row, i).value for i in range(1, readSheet1.max_column)]) #Get the max column and iterate over
边栏推荐
- Creo 9.0 基准特征:基准点
- 今天是元宵节~~
- 好资料汇总
- Embedded practice ---- based on RT1170 transplant memtester to do SDRAM test (25)
- 苹果官网商店新上架Mophie系列Powerstation Pro、GaN充电头等产品
- php fails to write data to mysql
- 使用稀疏 4D 卷积对 3D LiDAR 数据中的运动对象进行后退分割(IROS 2022)
- Pagoda measurement - building small and medium-sized homestay hotel management source code
- openpyxl操作Excel文件
- Xcode 12 ld: symbol(s) not found for architecture armv64
猜你喜欢
The Coolest Kubernetes Network Solution Cilium Getting Started Tutorial
Creo 9.0 基准特征:基准坐标系
动态库之间回调函数使用
C语言-数组
Creo 9.0 基准特征:基准点
[Structure internal power practice] Structure memory alignment (1)
七夕看什么电影好?爬取电影评分并存入csv文件
MySQL database error The server quit without updating PID file (/var/lib/mysql/localhost.localdomain.pid)
为什么我推荐使用智能化async?
How to replace colors in ps, self-study ps software photoshop2022, replace one color of a picture in ps with another color
随机推荐
sql server收缩日志的作业和记录,失败就是因为和备份冲突了吗?
pytorch余弦退火学习率CosineAnnealingLR的使用
并发之CAS
汇编语言(8)x86内联汇编
浅谈自动采集程序及入库
spark集群部署(第三弹)
php fails to write data to mysql
CROS和JSONP配置
我的杂记链接
嵌入式实操----基于RT1170 移植memtester做SDRAM测试(二十五)
苹果官网商店新上架Mophie系列Powerstation Pro、GaN充电头等产品
How to replace colors in ps, self-study ps software photoshop2022, replace one color of a picture in ps with another color
DPU — 功能特性 — 存储系统的硬件卸载
漂亮MM和普通MM的区别
行走社会100绝招
k-nearest neighbor fault monitoring based on multi-block information extraction and Mahalanobis distance
Rotation of the displayed value on the button
基于多块信息提取和马氏距离的k近邻故障监测
DTcloud 装饰器
动态内存开辟(C语言)