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

If LineStyle width = 0, border of cell is drawn with some min width #250

Open
dihnatsyeu opened this issue Dec 17, 2021 · 2 comments
Open
Labels
feedback Pending feedback

Comments

@dihnatsyeu
Copy link

There are cases when you don't need row lines from left/right or/and top/left. In that case, by setting width to 0, i assume that lines will be invisible. But very tiny lines are there.

@johnmanko
Copy link
Collaborator

@dihnatsyeu Can you provide a sample project with output?

@johnmanko johnmanko added the feedback Pending feedback label Jun 15, 2022
@fernando-diaz-g
Copy link

@dihnatsyeu The same happens to me. To "fixed" paint the line in WHITE color.
cell.setLeftBorderStyle(new LineStyle(Color.WHITE, 0));

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

No branches or pull requests

3 participants