Browse Source

Word error

Word error
pull/3018/head
syyyj 1 year ago committed by GitHub
parent
commit
94421ab8a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README_EN.md

2
README_EN.md

@ -122,7 +122,7 @@ DEMO:[https://github.com/alibaba/easyexcel/blob/master/src/test/java/com/aliba
* 1. Create an entity object, refer to{@link DownloadData}.
* Each property of the entity object corresponds to a specific field of Excel
* 2. Specify the returned properties
* 3. Invoke wirte function, then the OutputStream is automatically closed when it ends.
* 3. Invoke write function, then the OutputStream is automatically closed when it ends.
* </p>
*/
@GetMapping("download")

Loading…
Cancel
Save