We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
properties、obj需要符合如下规则: * 1、obj对象必须存在默认构造函数,且属性需存在setter方法 * 2、properties中的值必须是在obj中存在的属性,且obj中必须存在这些属性的setter方法。 * 3、properties中值得顺序要与Excel中列相相应,否则值会设置错: 请问传入的properties是一个硬编码的东西,如果他跟model字段不一样或者跟excel顺序不一致的话,就得不到预期的结果了。 请问大神有良好的思路应对这些变化吗?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
properties、obj需要符合如下规则:
* 1、obj对象必须存在默认构造函数,且属性需存在setter方法
* 2、properties中的值必须是在obj中存在的属性,且obj中必须存在这些属性的setter方法。
* 3、properties中值得顺序要与Excel中列相相应,否则值会设置错:
请问传入的properties是一个硬编码的东西,如果他跟model字段不一样或者跟excel顺序不一致的话,就得不到预期的结果了。
请问大神有良好的思路应对这些变化吗?
The text was updated successfully, but these errors were encountered: