Skip to content
Discussion options

You must be logged in to vote

Do your cells actually have borders, or are they just showing gridlines? If it is the latter, you can eliminate those on any worksheet by:

$spreadsheet->getActiveSheet()->setShowGridlines(false);

If that isn't the problem, I would need to see your code to investigate further.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@BruTru
Comment options

Answer selected by BruTru
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants