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.
我们有一个 Web 应用程序,用户可以在其中从网页创建特定类型的记录。网络表单上有许多必填字段,用户需要填写所有字段才能保存数据。
现在我们需要为用户提供一个功能,以便他们可以下载 MS Excel 模板或其他模板,用户将根据提供的格式提供批量数据。
你们有没有做过这样的事情。任何想法都非常感谢。
我对上述方法的主要关注是我们需要验证用户在 Excel 工作表中提供的数据。是否有任何第三方工具/组件可以做到这一点?
提前致谢
Have the client upload the excel file. Open it as a data source, validate the data (DataTable object). If there are any errors, return a list of errors to the user. You can do this all in .NET