excelworkbookread_all_by_sheets本页总览read_all_by_sheets 读取指定的各个表的所有数据 声明 mixed read_all_by_sheets(bool is_to_str = false, mixed sheet_info = nil) 参数 参数名描述is_to_str结果是否转为字符串sheet_info表信息 int 返回值 返回一个map,键为表名,值为数据(即“二维数组”) 使用方式 返回文档