-
Such as immediately after writer.addRow send content to the browser may be able to reduce the memory footprint?
thanks.
-
After examining the charts, I guess you have a typo there:
PHPExcel/Writer/Excel2007/Chart.php
```
[...]
if ($id1 > 0) {
$objWriter->startElement('c:crossAx');
…
-
Hey, so I noticed that the output is not valid csv.
I'll try to fix this myself but if you're quicker its also fine.
-
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…
-
# 代码
```java
public void noModelWrite() {
// 写法1
String fileName = TestFileUtil.getPath() + "noModelWrite" + System.currentTimeMillis() + ".xlsx";
// 这里 需要指定写用哪个class去…
yfgcq updated
5 months ago
-
To make reading from the CSV report the application compiles easier, it would be nice to specify a number of time frames depending on the configured duration. The frame starts with the first commit o…
-
Does PhpSpreadsheet Support custom font face?I have an installed custom font face on my windows machine. Whenever i try to modify an excel file and export it, The font face won't apply on cell text.
…
-
Hi
I wonder if you can help. I have large excel files and am trying to combine them into one. I am getting the error
Catchable fatal error: Argument 1 passed to Box\Spout\Common\Helper\FileSystemHel…
-
Hi, While exporting html to xlsx or downloading,All of the cells with numbers show an error message next to them on Excel. When I read the error message it says that "they are formatted as text or pre…
-
Hi,
I think documentation isn't synced with source code.
There isn't XLSX Writer
```
var Writer = {
CSV : CSVWriter,
TSV : TSVWriter
};
```
However, documentation says:
```
v…