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')}
