pub fn find_first_table(path: &PathBuf) -> XResult<CalamineTable>
读取 Excel 文件里的第一张表
path
returns: Result<Range, XError>
use xcell_core;