摘要: openpyxl是一个第三方库,可以处理xlsx格式的Excel文件。 安装: pip install openpyxl 对如下excel进行读取操作,如图: 对文件的写入操作: 效果如下: *当需要对已有文件进行更改的时候,需要使用: >>> from openpyxl import load_w 阅读全文
posted @ 2018-05-07 22:21 AAA五金批发王建军 阅读(491) 评论(0) 推荐(0)
摘要: # -*- coding:utf-8 -*- # Filename: main.py # Author:hankcs from jpype import * import jpype import os.path import json #jarpath = os.path.join(os.path.abspath('.'), 'C:\\jiami\\sinosun_security\\sin... 阅读全文
posted @ 2018-05-07 18:56 AAA五金批发王建军 阅读(187) 评论(0) 推荐(0)
摘要: import time import os from appium import webdriver from selenium.webdriver.support.ui import WebDriverWait from swipe import swipeLeft #调用向左滑动的方法 import unittest PATH=lambda p:os.path.abspath(os.... 阅读全文
posted @ 2018-05-07 14:32 AAA五金批发王建军 阅读(331) 评论(0) 推荐(0)