测试插入代码

2022年1月7日09:39:34 发表评论 393 views

python

测试
python

def ddd():
    pass

 

def ddd(ddd):
    pass

 

def ddd():
    pass
def read_xls(head:str,xls_handle,sheet_index = 0):
    """
    :param head:   表第一行字段,都好分割
    :param xls_handle: xls句柄
    :param sheet_index: sheet编号,从0开始
    :return:  list:[head,[],[],[],[]]   按行存储列表格式
    """
    sheet = xls_handle.sheet_by_index(sheet_index)
    total_list = []
public void main(){
println('999')}

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: