-
## 🐛 Bug Report
When generating documents with hyperlinks the resulting Excel file contains the links, but they aren't styled correctly. This is very confusing for the consumer of the document.
…
-
Hi,
while reading and writing excel file, CPU utilization is going peek to more than 100% and RAM memory consumption is going beyond 1 GB. Can you please check and do the needful.
Attaching Exce…
-
# E_7_15: 上網路抓取股價資料
import pandas as pd
import pandas.io.data as web
import datetime
# 下載資料起始日與股票代號
start = datetime.datetime(2010,1,1)
end = datetime.datetime(2016,4,19)
df = web.DataReader('2330.t…
-
#### Code Sample
```python
data = [[1, 2, 3, 4, 5, 6], [7, 8, 9, 10, 11, 12]]
multi_index = pd.MultiIndex.from_product([['a', 'b'], ['one', 'two', 'three']])
df = pd.DataFrame(data, columns=mult…
-
I encountered an error when writing to xlsx with the latest version 0.5.8. In the previous version, everything works fine.
When executing following example:
```
from pyexcel import Book, get_book…
-
HI , i try to set culumn width , this is my code :
` $mySpreadsheet = new Spreadsheet();
//se presente cancello l'excel
if(is_file((WRITEPATH . 'output.xlsx'))){
…
-
I use PHPExcel 1.8 to to read a workbook(xlsx file created by Excel 2013) with chart, populating some data , then write it back to disk. When I uses excel 2013/2010 open the saved file, it says the …
-
This is:
```
- [x] a bug report
- [ ] a feature request
- [x] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSp…
-
This is:
```
- a bug report or a feature request
```
i need to get values of dropdown list in xlsx file
but with
$test = $validation->getFormula1();
i get only the nameof the dropdo…
-
Love this module - thanks so much for building it.
I am streaming a large amount of data (500K rows) to build a spreadsheet using the xlsx streaming framework. I commit each row of data as I add i…