WDocument doc = new WDocument(file);
List<WTable> tables = doc.tables();
//根据单元格内容
tables = doc.tables("单元格内容")