Skip to content
New issue

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

Add saving #127

Closed
vaa25 opened this issue Feb 1, 2020 · 5 comments
Closed

Add saving #127

vaa25 opened this issue Feb 1, 2020 · 5 comments

Comments

@vaa25
Copy link
Contributor

vaa25 commented Feb 1, 2020

Could you add support of saving please?

Example:

Class:

public class Employee {

    @ExcelCellName("id")
    private long employeeId;

    @ExcelCellName("name")
    private String name;

}

Command:

Poiji.toExcel(new File(), Employee.class, List<Employee> data);

Result excel table:

id name
123923 Joe
123123 Sophie
135923 Paul
@ozlerhakan
Copy link
Owner

Feel free to make a PR for this feature @vaa25

vaa25 added a commit to vaa25/poiji that referenced this issue Feb 2, 2020
vaa25 added a commit to vaa25/poiji that referenced this issue Feb 2, 2020
vaa25 added a commit to vaa25/poiji that referenced this issue Feb 2, 2020
vaa25 added a commit to vaa25/poiji that referenced this issue Feb 2, 2020
@vaa25
Copy link
Contributor Author

vaa25 commented Feb 2, 2020

@ozlerhakan Make branch for pr please

@ozlerhakan
Copy link
Owner

vaa25 added a commit to vaa25/poiji that referenced this issue Feb 2, 2020
vaa25 added a commit to vaa25/poiji that referenced this issue Feb 8, 2020
vaa25 added a commit to vaa25/poiji that referenced this issue Feb 8, 2020
vaa25 added a commit to vaa25/poiji that referenced this issue Feb 8, 2020
vaa25 added a commit to vaa25/poiji that referenced this issue Feb 8, 2020
vaa25 added a commit to vaa25/poiji that referenced this issue Feb 8, 2020
vaa25 added a commit to vaa25/poiji that referenced this issue Feb 8, 2020
vaa25 added a commit to vaa25/poiji that referenced this issue Feb 8, 2020
vaa25 added a commit to vaa25/poiji that referenced this issue Feb 17, 2020
vaa25 added a commit to vaa25/poiji that referenced this issue Feb 17, 2020
vaa25 added a commit to vaa25/poiji that referenced this issue Feb 18, 2020
vaa25 added a commit to vaa25/poiji that referenced this issue Feb 18, 2020
vaa25 added a commit to vaa25/poiji that referenced this issue Feb 18, 2020
@cosyman
Copy link

cosyman commented Mar 23, 2020

Looking forward to the release of this feature

@ozlerhakan
Copy link
Owner

let's think if again, feel free to +1 if you need this feature, otherwise it's just a nice-to-have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants