-
Notifications
You must be signed in to change notification settings - Fork 69
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
too many rows #24
Comments
I am also facing the exact same issue, someone please helpppppp ! ! ! @alhimik1986 |
Are there any solutions? @alhimik1986 |
@Artanisky Please, attach the template.xlsx, some data and code. I can't reproduce the bug. |
ithik the name parameter is buggy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am generating an excel and in the parameters I pass an array with 60 items but the excel is generated with approximately 500 unnecessary rows
my code:
`$academicperiods = Academicperiod::where('status', 'Vigente')->firstOrFail();
$periodname=$academicperiods->period_name;
$periodcode = $academicperiods->period_code;
$finalperiodname='ASIGNATURAS A APERTURARSE EN EL PERÍODO '.$periodname.' ('.$periodcode.') ';
//ASIGNATURAS A APERTURARSE EN EL PERÍODO MARZO 2020 - JULIO 2020 (SI-2020)
all the arrays have 60 items but my excel is exported with 500+-
The text was updated successfully, but these errors were encountered: