-
## Read and complete the full issue template
Do not randomly delete sections. They are here for a reason.
**Do you want to request a *feature* or report a *bug*?**
- [x] Bug
- [ ] Feature
- […
-
### Description
In the sample application "RefProp_cs_Examples the third tab functionality is not working. No matter what numbers you enter the result will include an error message "Error: SATT …
-
```
What steps will reproduce the problem?
1. put text containing an: ampersand, apostrophe, double-quote, less-than
and/or greater-than in the data for a cell.
2. Excel will fail to read the resultin…
-
-
Using this code:
```
require_once(dirname(__FILE__) . '/../ext/spreadsheet-reader/SpreadsheetReader.php');
require_once(dirname(__FILE__) . '/../ext/spreadsheet-reader/php-excel-reader/excel_reader2.…
-
### 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…
-
### 🐛 Describe the bug
# Precision bug
`nn.Conv3d` has a huge decrease in precision when the kernel size increases from 3 to 5 for input tensors with size > 16. This is true even if `torch.backend…
-
### Summary
Unable to create _metadata
Can you combine those 1,2,3,... small json files into one _metadata.
or run the program just to create _metadata.
Because I made 200,000 more and it looks li…
-
#### Code Sample
```python
import pandas as pd
df = pd.DataFrame([
"simple string",
"=2+5+cmd|' /C calc'!A0",
])
df.to_excel("pandas_minimal.xlsx", header=False, index=False, engine="…
-
Users often know the data types they want to convert their columns to at creation.
1. Can the `pd.Series` constructor be given an additional argument `errors` (default `raise`) to optionally conver…