-
Hello,
Please, add possibility to setting column width: set_column support in ExcelWriter class for ODF open standard documents. Currently pandas doesn't support it.
Pandas supports (and working f…
-
I'm using Laravel-Excel v3.1 with(PHP v7.2.24, Laravel v6.2) to import/export data into various formats. But i'm having trouble while exporting to XML. When i'm exporting to xml the following error oc…
-
#### Code Sample, a copy-pastable example if possible
```python
# Your code here
import pandas as pd
import copy
writer = pd.ExcelWriter('result.xlsx')
cp = copy.deepcopy(writer)
print(cp.pat…
-
couldn't find any reference to RTL formatting of a spreadsheet. is it possible, any support for this option?
in PHPexcel it will look like this:
$objPHPExcel->getActiveSheet()->setRightToLeft(true);
…
-
This is:
```
- [x] a bug report
- [ ] a feature request
- [ ] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSp…
-
### Prerequisites
* [ ] 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…
-
# 建议先去看文档
[快速开始](https://easyexcel.opensource.alibaba.com/docs/current/) 、[常见问题](https://easyexcel.opensource.alibaba.com/qa/)
# 触发场景描述
# 触发Bug的代码
```java
@ExcelProperty(value = "销量标签", i…
-
```python
if (self.index_label and
isinstance(self.index_label, (list, tuple, np.ndarray,
Index))):
```
#### …
-
if one tries to import an excel file using mlem.api.import_object() function and sets type_ as "pandas[excel]" MLEM sets the format incorrectly to csv and also if the copy_data is set to True it will…
-
### Feature Request
Hi
Excel offers the options to create custom total formula for table.
As the doc (https://xlsxwriter.readthedocs.io/working_with_tables.html) says, Total formula don't work …