/** * excel转json * @param data [any] * @example excel2json(data); */ export default function excel2json(data: any): {}[][];