-
```
What steps will reproduce the problem?
1.Upload this .xls file.
2.Use the Dump method to display it.
3.
What is the expected output? What do you see instead?
I expect to see the entire spreadshee…
-
```
What steps will reproduce the problem?
1.Upload this .xls file.
2.Use the Dump method to display it.
3.
What is the expected output? What do you see instead?
I expect to see the entire spreadshee…
-
```
What steps will reproduce the problem?
1.Upload this .xls file.
2.Use the Dump method to display it.
3.
What is the expected output? What do you see instead?
I expect to see the entire spreadshee…
-
```
What steps will reproduce the problem?
1.Upload this .xls file.
2.Use the Dump method to display it.
3.
What is the expected output? What do you see instead?
I expect to see the entire spreadshee…
-
```
What steps will reproduce the problem?
1.Upload this .xls file.
2.Use the Dump method to display it.
3.
What is the expected output? What do you see instead?
I expect to see the entire spreadshee…
-
```
What steps will reproduce the problem?
1.I want to read .xls from remote system ( url )
2.
3.
What is the expected output? What do you see instead?
I expected the file output but it is saying fil…
-
```
Hi,
i am using the excel reader class. Is working fine but only with the .xls format. Now i want to read excel files with MS Office 2007 excel format i.e is .xlsx.
Please help for needfull..
`…
-
Hi, is where can i sett width of first column in report page results, or type of view? Problem is that first column is about 18px width and i can't see it's content, can it be setup to fixed width or …
-
Hi,
There is a problem with the Excel2007Writer, giving null as a value to a cell makes the xlsx unreadable, but there is no error in PHPExcel. This may be a problem with the Excel 2003 compatibility…
-
In PHPExcel.php removeSheetByIndex(), change:
```
} else {
array_splice($this->workSheetCollection, $pIndex, 1);
```
by:
```
} else {
$this->workSheetCollect…