-
### Prerequisites
* [X ] Able to reproduce the behaviour outside of your code, the problem is isolated to Laravel Excel.
* [ ] Checked that your issue isn't already filed.
* [ ] Checked i…
-
```js
# !/usr/bin/python
# coding: utf-8
#import os
import sys
#import glob
#import json
#import math
#import Queue
#import base64
#import struct
#import socket
#import string
#import s…
-
### Package
filament/filament
### Package Version
v3.2.6
### Laravel Version
v10.41.0
### Livewire Version
v3.3.5
### PHP Version
8.2
### Problem description
When Export the file the ` Illu…
-
### Lang Package Name
laravel-lang/common
### Lang Package Version
6.4.0
### Laravel Framework Version
10.48.15
### PHP Version
8.1.18
### Dependencies
"require": {
"php": "^8.1",
…
bedoz updated
1 month ago
-
### Is the bug applicable and reproducable to the latest version of the package and hasn't it been reported before?
- [X] Yes, it's still reproducable
### What version of Laravel Excel are you u…
-
### Description
PHP 8.1.0 + 8.1.1 produces segfault, randomly. Downgrading to 8.0 solves the issue.
--core dump---
BFD: Warning: coredump-php-fpm.30267 is truncated: expected core file size…
-
### Is the bug applicable and reproducable to the latest version of the package and hasn't it been reported before?
- [X] Yes, it's still reproducable
### What version of Laravel Excel are you u…
-
### Is the bug applicable and reproducable to the latest version of the package and hasn't it been reported before?
- [x] Yes, it's still reproducable
### What version of Laravel Excel are you using…
-
### What were you trying to do?
I have a system so that I can read xml file and export them as excel, the problem is that at the time of reading xml files appears me that is missing extension, how …
-
example:
```
Excel::create('test.xls', function($excel) {
$excel->sheet('sheet', function($sheet) {
$sheet->row(1, ['text for example text for example text for ex…