cocomaster's recent timeline updates
cocomaster

cocomaster

V2EX member #268449, joined on 2017-11-20 11:14:03 +08:00
Today's activity rank 2860
cocomaster's recent replies
Aug 28, 2022
Replied to a topic by Marionic0723 宽带症候群 关于运营商分配假公网 IP 的问题
如果入站连接正常,对于目前没有公网 IP 的宽带来说倒是好事?
获得了"假"公网 IP ,起码能从外面访问家里的机器了,从无到有的提升。3389 冲突我换一个别的就行了
openpyxl 可以做到只修改单元格的值

excel = openpyxl.load_workbook(path)
excel._active_sheet_index = 1
sheet = excel.active
sheet.cell(row=2, column=1, value="test Value")
sheet.cell(row=2, column=2, value="4599.11")
excel.save(path)
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1001 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 18ms · UTC 19:37 · PVG 03:37 · LAX 12:37 · JFK 15:37
♥ Do have faith in what you're doing.