-
Is it possible to see what kind of change has been made for the following entry in changelog for version 2009/11/02 (v1.7.1):
- Bugfix: (ET) Work item 10849 - Image should "Move but don't size with …
-
Hello,
I have created an Excel file that takes data directly from the database in PHP. Then I save the file on my server and I send it by mail.
This works fine when I launch it with my navigator.
…
-
This is a tracker / explainer for the various issues:
- (#21221)
- (#25185)
- (#30008)
- (#34438)
Essentially these issues record 3 things:
### Set_table_styles
`Styler.set_table_styles…
-
When I use angular8 , I have test
"import * as Excel from 'exceljs/dist/exceljs.min.js';"
and get response
sviz.error.handler.ts:68 TypeError: Cannot read property 'xlsx' of undefined;
I tried …
-
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…
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.13.5 linux/amd64
### Does this issue reproduce with the latest release?
yes
### What operating s…
-
tl;dr: look at #8381 and add support for the `pandas.read_excel` function and tests.
The use of spreadsheet programs is not uncommon in astronomy. We, as a programming community sometimes tend to t…
-
Hello,
this:
```
date_default_timezone_set('Europe/London');
define('EOL',(PHP_SAPI == 'cli') ? PHP_EOL : '');
require_once dirname(__FILE__) . '/inc/php_excel/PHPExcel.php';
$objPHP…
3cees updated
8 years ago
-
This is the first time that I used PHPExcel in my project. I just wanted to know if there are version of php that this can be run? I was searching on the web. Seems like it support 5.2 version.
So he…
-
Xlsxwriter is not compatible with save() anymore
save() should be replaced by close() in the source code