MarkBaker
93e75d582a
Merge spreadsheet files example
2015-09-14 22:53:53 +01:00
MarkBaker
8af8d3b460
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:50:34 +01:00
MarkBaker
f968a95ca5
Bugfix: Work Item GH-554 - Whitespace after toRichTextObject()
2015-07-15 23:23:20 +01:00
MarkBaker
88711dc7b9
Modified example 2 to use bootstrap
2015-07-15 22:33:50 +01:00
MarkBaker
85118eb030
Changes to folder structures to bring PHPExcel in line with other PHPOffice projects
...
Additional namespacing work on PHPExcel core
2015-05-26 21:21:05 +01:00
MarkBaker
fdcba9a90a
Modifications to folder structure, and re-organise a few classes into different folders; add bootstrap and PSR-4 autoloader; initial work on namespacing
2015-05-24 23:52:44 +01:00
MarkBaker
c07b54172a
More PSR-2 modifications
2015-05-09 14:33:20 +01:00
MarkBaker
b88a6f4947
Calculation example with cyclic formula
2015-05-04 23:41:52 +01:00
MarkBaker
b3d2db79ea
Minor case-sensitivity bugfix to getCell when cell reference is a worksheet!cell
...
Work on PSR2 Coding standards
2015-05-04 23:36:20 +01:00
MarkBaker
fca778225c
Ajust copyright to 2015
2015-05-02 23:50:37 +01:00
MarkBaker
16f2eb63a1
Additional examples for HTML to Rich Text helper (superscript and subscript)
2015-01-13 23:44:38 +00:00
MarkBaker
ee309f6e93
Fix initialisation of html to Rich Text helper, and provide additional examples
2014-12-28 19:08:33 +00:00
MarkBaker
7a45239672
Added password-protected worksheet and richtext examples to runall
2014-12-27 23:58:57 +00:00
MarkBaker
0f146e4f31
Feature: Helper to convert basic HTML markup to a Rich Text object
2014-12-27 23:48:24 +00:00
MarkBaker
a4afd4d313
Modify RAND() and RANDBETWEEN() to use mt_rand()
2014-12-06 00:16:09 +00:00
MarkBaker
2f76d1247b
Additional notes on building pie, donut and radar charts
2014-12-01 22:35:23 +00:00
MarkBaker
27e64c14ad
Additional comments for hyperlinks in feature demo example
2014-11-12 22:22:20 +00:00
MarkBaker
2e1571c35b
Merge branch 'develop' of https://github.com/PHPOffice/PHPExcel into develop
...
Conflicts:
Examples/33chartcreate-pie.php
2014-09-10 17:29:08 +01:00
MarkBaker
c32dbfccc2
Fixing Pie Chart example to display pie charts
2014-09-10 17:27:03 +01:00
masanaikeshima
548ff7c3e3
Fixing Pie Chart example to display pie charts
...
I have noticed that this example is currently throwing the following error when opening the produced Excel Spreadsheet - "We found a problem with some content in <filename>.xlsx. Do you want us to try to recover as much as we can? If you trust the source of this workbook click Yes".
In order to fix this I have set the removed the PlotGrouping setting (currently PHPExcel_Chart_DataSeries::GROUPING_STANDARD) to NULL and it appears to work.
2014-09-10 15:49:54 +01:00
MarkBaker
c2a04ab777
Add new example to runall
2014-08-03 00:22:49 +01:00
MarkBaker
0d07a35fe5
In-code comments and add data for linked validators example
2014-08-02 23:57:53 +01:00
MarkBaker
46e0758cbb
New example demonstrating linked drop-down validation lists
2014-08-02 23:44:37 +01:00
MarkBaker
d9fa784e1b
Bugfix: Work Item CP18105 - Loading an Excel 2007 spreadsheet throws an "Autofilter must be set on a range of cells" exception
...
Fix to jpgraph path for Chart Rendering tests
2014-07-27 15:18:00 +01:00
Alexander Pervakov
927d1513cf
Fix output in ODS example
2014-07-14 17:55:45 +04:00
yokota
1694960cd5
Fixed failed include PHPExcel.php
2014-07-09 10:53:03 +09:00
Mark Baker
5c708feba8
Merge pull request #378 from frost-nzcr4/ft-157-ODF
...
Add basic ODS writing functionality
2014-06-08 17:52:35 +01:00
Alexander Pervakov
de6a1ab354
Add example
2014-05-30 11:57:43 +04:00
Diogo Oliveira de Melo
c7060d29bd
Change the names of variables $plotarea and $dataseriesLabel to $plotArea and $dataSeriesLabel, respectively, to make it camel case compliant
2014-05-29 16:45:21 -03:00
Mark Baker
518f06ee20
Documentation updates
2014-03-02 12:39:44 +00:00
Mark Baker
e892215970
Bugfix: Work item GH321, GH158, CP17824 - LibreOffice created XLSX files results in an empty file.
...
Bugfix: Work item CP20760 - Formula references to cell on another sheet in ODS files
2014-02-23 15:35:05 +00:00
Mark Baker
353c46886c
Extend headers to handle IE 9 problems and IE/SSL caching problems
2014-02-09 15:27:36 +00:00
Mark Baker
992aee683a
Update to copyright year in file headers
2013-12-31 18:36:33 +00:00
Mark Baker
dc97d2f46b
Improve fluent interface in charting methods
2013-12-30 23:44:42 +00:00
Mark Baker
4eefabf7a0
Modify OOCalc reader to work with PCLZip rather than ZipArchive if configured to do so
2013-11-17 17:45:21 +00:00
Mark Baker
51a1661c79
Feature: (adamriyadi) GH-247 - Add locateName() and getFromName() to PHPExcel_Shared_ZipArchive
2013-11-17 13:09:11 +00:00
Mark Baker
6d21efc173
Updated data validation example to show a list derived from data in the worksheet rather than from a comma-separated string
2013-10-17 11:19:20 +01:00
Mark Baker
bdd1f6fa31
Added page header and footer examples to print options demo script
2013-10-13 11:31:01 +01:00
Mark Baker
68a0918ceb
General: Fix to calculation properties for Excel2007 so that the opening application will only recalculate on load if it's actually required
...
General: Modified Excel2007 Writer to default preCalculateFormulas to false
Note that autosize columns will still recalculate affected formulae internally
2013-10-04 20:48:15 +01:00
Mark Baker
cb5fc9532f
Fixes to stock charts
2013-09-14 23:13:17 +01:00
Mark Baker
60c9bf391c
Excel compatibility mode for CSV Writer
2013-08-15 18:10:29 +01:00
Maarten Balliauw
8057604241
Updated include paths for examples
2013-07-10 13:33:04 +02:00
Mark Baker
aeec8ef23c
Fix to clone worksheet
2013-06-03 22:28:32 +01:00
Mark Baker
9331422a8a
SQLite caching - fix error message
2013-05-23 22:34:08 +01:00
Mark Baker
6a4be7da3c
Update to copyright year in file headers, and minor documentation updates
2013-05-14 12:20:28 +01:00
Mark Baker
fd2a3773d8
Refactoring of canRead function in Readers, and minor fixes to Examples and documentation updates
2013-05-06 23:39:49 +01:00
Mark Baker
b8c462f1c2
ADded new autofilter example to runall
2013-04-29 17:39:03 +01:00
Mark Baker
bf80538aa0
Updated documentation with Autofilter execution, and provided an example script
2013-04-29 17:26:05 +01:00
Mark Baker
4e9bfc4607
Merge branch 'develop' of https://github.com/PHPOffice/PHPExcel into develop
2013-04-27 13:42:44 +01:00
Mark Baker
4d9258c9e1
Modified some of the examples to show rich text and additional download headers that might be needed
2013-04-27 13:42:14 +01:00