-
Hi there
I've just taken over a Laravel project using your package and one issue I can't resolve is when attempting a file export we get a 500 server error. I have traced it to the function call ge…
-
When generating Excel files synchronously everything is working perfect, but if you generate Excel files within a queue worker, it's very likely that some of the files will turn out be invalid.
Iss…
-
### Prerequisites
### Versions
* PHP version: 7.2
* Laravel version: 5.7
* Package version: 3.1
### Description
Im using ToModel in my import and need to store the current row nu…
-
### Prerequisites
* [X ] Have read and understood: https://github.com/Maatwebsite/Laravel-Excel/blob/3.1/.github/SUPPORT.md
* [X ] Checked if your Laravel Excel version is still supported:…
-
```js
https://www.shiyanlou.com/courses/983/labs/3952/document
2.2.1 创建密钥
首先在终端敲入,如果一路一直按回车下去,会把密钥文件放置再默认路径,也就是 ~/.ssh/ 路径下,并且会创建一套空密码验证的密钥文件,反之则每一次匹对公私钥都需要再手动输入一次密码,所以这里为了方便使用,建议一路回车下去就行
$ ss…
-
### Prerequisites
* [x] Able to reproduce the behaviour outside of your code, the problem is isolated to Laravel Excel.
* [x] Checked that your issue isn't already filed.
* [x]Checked if no PR …
-
Hi, I just want to export some data to excel format but it return excel file with symbol in the content.
```
\Excel::create('Filename', function($excel) {
$excel->sheet('Sheetname',…
-
### 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…
-
### Prerequisites
* [X] Have read and understood: https://github.com/Maatwebsite/Laravel-Excel/blob/3.1/.github/SUPPORT.md
* [X] Checked that your question isn't already asked before.
* [x] Checked…
-
# Bug report
### What I did
I clicked on the "Export" button (PRO version) for a table containing a relationship column
### What I expected to happen
Since in HTML table, relationship elem…