Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
java - 如何在Java spring中验证excel的列?列之类的验证应该是字符串或不为空。读取 Excel 文件后,进行验证,然后所有数据将存储在数据库的表中。
简短的回答是:您可能必须使用 JXL 库(或类似的东西)。它允许您访问 Excel 工作表中的具体单元格并获取它们的值(以及其他内容)。