Laravel-excel: How to set row height in excel sheet when export?

Created on 2 Jan 2016  ·  3Comments  ·  Source: Maatwebsite/Laravel-Excel

Hi, i want to set row height to all row in sheet in exported excel files.

All 3 comments

Google is your friend: $sheet->getRowDimension(1)->setRowHeight(10);

Google is your friend: $sheet->getRowDimension(1)->setRowHeight(10);

I search on google and I find the answer here... You're right

How can I use this in the 'aftersheet' function?

I need to set this row height in ervery exported rows

Was this page helpful?
0 / 5 - 0 ratings