-
xbrl 파일을 pd.ExcelWriter 를 사용하여 엑셀 파일을 만드는 도중 에러가 발생했습니다.
```
with pd.ExcelWriter(f"{xbrl_request.corp_code}.xlsx", engine="xlsxwriter") as writer:
for table in xbrl.tables:
data = xb…
bhnvx updated
4 months ago
-
It seems you accidentally added .vscode directory in the tar ball on CPAN. It takes 2.8 MB.
-
Hello
I'm using phppresentations to create reports.
But I get an error when I try to create a file (Chart with excell) with especial characters like Á É Í Ó Ú and Ñ.
Write function may have speci…
-
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…
-
The below code does not work on Python 3.9.6. Returns following error. Changing to BytesIO solved the issue. Perhaps docs should be updated.
```
from pyexcel_xlsx import save_data
data = Order…
-
Excel uses NaN to indicate missing points in a chart, so the charting skips over the point. However, if you set a data point to Float::NaN in ruby, and write an array containing this value, the gem fa…
-
Automatic text wrapping due to the presence of new lines in a cell should only be applied if `shouldWrapText` has not been set on the default style. Indeed the `StyleManager` does check `!$cellStyle->…
-
path1 = r"C:\Users\Downloads\PDF Extraction Project\Compensation_document.pdf"
tables = camelot.read_pdf(path1, flavor='stream', pages='all')
print("Total tables extracted:", tables.n)
writer =…
-
Description of the bug
Why does converting a .xlsx file to .pdf not retain the specified print area and instead produces the entire page without selection?
mPDF version
8.2
PHP Version and env…
-
It would be a great deal to provide support for Table in XLSX Writer. In modern, business use cases tables are often used for handling data.
I can make PR creating this functionality, maybe i will…