MarkBaker
7d1c140974
Data validation example limiting the length of text that can be entered in a cell
2016-03-15 11:48:49 +00:00
MarkBaker
5e89b26e9d
Testing pre-commit hook for lint checking
2016-03-07 11:50:12 +00:00
MarkBaker
1b6ed6b9c6
Testing pre-commit syntax check
2016-03-07 11:37:40 +00:00
MarkBaker
6fe91ac86a
git hooks syntax error test
2016-03-07 11:36:29 +00:00
MarkBaker
d3fd1508a1
Testing pre-commit hook for lint check of PHP syntax
2016-03-07 10:03:52 +00:00
MarkBaker
bf2b74b57e
Fix missing ; in last commit
2016-03-07 07:59:19 +00:00
MarkBaker
802a94fc5d
Allow formatted strings as argument in PHPToExcel date conversion
2016-03-06 23:25:13 +00:00
MarkBaker
da91993df0
Minor fixes to documentation
2016-03-06 23:23:39 +00:00
MarkBaker
39d8b8f57a
Feature: (Tomino2112) Work Item GH-808 - MemoryDrawing not working in HTML writer
...
Manual merge of Pull Request
2016-03-01 23:15:49 +00:00
MarkBaker
352e6ea5cc
Allow HYPERLINK() function to set the tooltip, and add extra examples of setting hyperlinks either through PHPExcel methods or using the HYPERLINK() function
2016-03-01 12:34:05 +00:00
MarkBaker
6a3dd85f6f
Docblock fix
2016-02-29 09:32:34 +00:00
MarkBaker
19d7849bd1
Fix reference for gd in composer
2016-02-09 15:27:30 +00:00
MarkBaker
36d2ba12e3
Added worksheet info example
2016-01-25 19:04:40 +00:00
MarkBaker
144f57e44a
modify export ignores
2016-01-15 01:19:58 +00:00
MarkBaker
6ae1056fb2
Minor bugfixes and documentation changes
2016-01-13 22:38:20 +00:00
MarkBaker
f29b05b473
Merge branch '1.8' of https://github.com/PHPOffice/PHPExcel into 1.8
2016-01-01 16:42:05 +00:00
MarkBaker
e6ded71172
Fix default style for Fill Pattern
2016-01-01 16:41:35 +00:00
Mark Baker
de3aaa3726
Merge pull request #779 from dedulay/patch-1
...
Refactor code
2015-12-31 23:22:50 +00:00
dedulay
2221c5ed12
Refactor code
...
PHPExcel/Helper/HTML.php:769:Parse error - syntax error, unexpected '[', expecting ')'
2015-12-31 10:52:57 +03:00
MarkBaker
a27e053354
Refactor mappers out from Excel5 Reader completely
2015-12-31 00:16:34 +00:00
MarkBaker
dbb819003c
More refactoring of Excel5 Reader mappings
2015-12-30 20:01:29 +00:00
MarkBaker
e11a76759f
Update Travis configuration
2015-12-30 11:15:21 +00:00
MarkBaker
2743dc4acf
Short array syntax in XEE Validator tests
2015-12-30 11:05:36 +00:00
MarkBaker
6d3a440aae
Refactor colour mapping for Excel5 Reader
2015-12-30 02:17:40 +00:00
MarkBaker
2058c8468a
Start work on implementing an option to ignore "empty" cells when reading a file
2015-12-30 00:24:36 +00:00
MarkBaker
7eb10adb3b
Modify getCell() methods to allow creating a new cell if the selected cell doesn't exist as an option
2015-12-28 23:26:15 +00:00
MarkBaker
6f43f0429b
Minor tweaks
2015-12-06 16:04:32 +00:00
MarkBaker
65310d164c
Change PCLZip constructor name to __construct ready for PHP7
2015-11-27 01:02:37 +00:00
MarkBaker
ecdb406d4d
A mass of small changes including
...
* Implementation of the Excel SUMIFS function
* Fixes for Readers to handle various malformed spreadsheet file formats
* Better error handling in Iterators
* Suppression of Chart formula evaluation on save if formula evaluation is disabled
* Changes for PHP7
* Hopefully fixed a memory issue with unsetting PHPExcel object failing to unset the calculation engine
2015-11-15 18:04:45 +00:00
MarkBaker
6a8fca703c
Fix to MEDIAN() function
2015-10-28 00:47:01 +00:00
MarkBaker
ba04463cc9
Remove savedPrecision from Calculation Engine
2015-10-15 23:07:22 +01:00
MarkBaker
cd151ae2e4
Fix for problem with xlsx files overriding the reserved number format codes below 164 with custom codes
2015-10-14 23:23:19 +01:00
MarkBaker
681c30b2ea
Merge branch '1.8' of https://github.com/PHPOffice/PHPExcel into 1.8
2015-09-18 00:05:21 +01:00
MarkBaker
49d123e910
Fix to allow calculate formula against a workbook, without passing in a cell
2015-09-17 23:56:41 +01:00
Mark Baker
875f92dac9
Merge pull request #658 from stchr/1.8
...
Exclude /Examples and /unitTests from export. Not needed for production
2015-09-14 23:49:05 +01:00
Mark Baker
f6a2107856
Merge pull request #665 from Canta/patch-1
...
Fix for #633
2015-09-14 23:01:01 +01:00
MarkBaker
e7c7a6eb53
Merge branch '1.8' of https://github.com/PHPOffice/PHPExcel into 1.8
2015-09-14 22:56:11 +01:00
MarkBaker
54738ea3db
mbstring in composer
2015-09-14 22:55:58 +01:00
Mark Baker
bf3e07e810
Merge pull request #666 from thefuzzy0ne/doc-fix
...
Fix typo.
2015-09-14 22:50:21 +01:00
Mark Baker
e878104849
Merge pull request #673 from valioDOTch/patch-2
...
Clarification on the license
2015-09-14 22:47:24 +01:00
Pat Mächler
78df8592e5
Clarification on the license
...
for details refer to https://github.com/PHPOffice/PHPExcel/pull/672
2015-09-14 15:57:45 +02:00
Darren Benney
bc29a1c38a
Fix typo.
...
Docs referenced IReader class incorrectly.
2015-09-09 15:30:00 +01:00
Daniel Cantarín
889b0a4b3e
Fix for #633
...
A typo in css syntax had nasty effects in exports.
2015-09-08 14:47:25 -03:00
stchr
18c6b498f8
Exclude /Examples and /unitTests from export. Not needed for production
2015-09-03 15:41:46 +02:00
MarkBaker
6eae139301
We shouldn't override any of the built-in MS Excel values (values below id 164)
...
But there's a lot of naughty homebrew xlsx writers that do use "reserved" id values that aren't actually used
So we make allowance for them rather than lose formatting masks
2015-08-14 19:50:24 +01:00
MarkBaker
663d942205
Fix to HTML generation with charts that fall outside of the main data area, and fix to show trailing /
in folders for the jpgraph in examples
2015-08-03 19:40:16 +01:00
MarkBaker
8f7c2fd464
Additional work on number format masks
2015-08-03 00:33:29 +01:00
MarkBaker
941ab7d739
Handle some discrepancies between the ECMA standard and actual internal number formats used by MS Excel
2015-08-02 00:40:16 +01:00
MarkBaker
87ba429020
Improved masking for number format handling, particularly for datetime masks
2015-08-01 00:37:05 +01:00
MarkBaker
36eef2f163
New example to demonstrate merging two spreadsheet files into a single file
2015-07-16 22:29:15 +01:00