Commit Graph

  • e46513043e Fix to X-Axis labels when writing chart DataSeriesValues.php Addition of an example for creating a radar chart Mark Baker 2012-10-13 17:24:11 +0100
  • c475701cc4 Rename Tests folder as Examples folder Mark Baker 2012-10-13 13:43:49 +0100
  • dfcd839e61 Suppress jpgraph rendered legend if not displayed in Excel; ensure that left or right legends display as single column for each entry Mark Baker 2012-10-10 13:03:14 +0100
  • 364f581ee4 Fix to x-axis labels for chart rendering Fix to page orientation for DomPDF renderer Mark Baker 2012-10-10 12:31:05 +0100
  • 49b0549885 Exception handling for chart render test Mark Baker 2012-10-07 21:36:47 +0100
  • 3f981d84d4 Move calculator token stack class into its own file Mark Baker 2012-10-07 11:31:08 +0100
  • a62b133540 Fix to colour settings in jpgraph renderer and initial version of example code for rendering charts as images Mark Baker 2012-10-07 10:30:15 +0100
  • 8900a49d4e Minor bugfixes Mark Baker 2012-10-04 21:48:27 +0100
  • 4c88a30abd Feature: Allow call to font setUnderline() for underline format to specify a simple boolean for UNDERLINE_NONE or UNDERLINE_SINGLE Mark Baker 2012-09-25 12:41:25 +0100
  • f2bfda68e9 Fixed the OOCalc Reader that I broke a few days ago Mark Baker 2012-09-24 11:42:20 +0100
  • 072dd6f23e Merge branch 'develop' of https://github.com/PHPOffice/PHPExcel into develop Mark Baker 2012-09-20 00:28:23 +0100
  • 660e7e723b Example of creating Pie and Donut charts Bugfix: Discard single cell merge ranges when reading (stupid that Excel allows them in the first place) Bugfix: Discard hidden autoFilter named ranges Mark Baker 2012-09-20 00:26:49 +0100
  • 9f042a8540 Feature: Added fraction tests to advanced value binder Mark Baker 2012-09-18 22:43:09 +0100
  • d7e4aaf80b Data labels for charts Mark Baker 2012-09-17 23:23:55 +0100
  • fb6ad92fd4 Minor bugfixes Mark Baker 2012-09-16 23:28:03 +0100
  • 48c263d63b Modifications to some /Tests scripts Mark Baker 2012-09-14 22:38:28 +0100
  • bbd0b82351 Added Turkish to list of locale settings in the documentation Mark Baker 2012-09-14 22:37:20 +0100
  • 0f5b94daeb Row zeroHeight should default to false Mark Baker 2012-09-14 12:12:15 +0100
  • 893086df31 Turkish language pack Mark Baker 2012-09-14 00:52:10 +0100
  • 554ef2199d Modified build script to include pdf and odt distributions, still need to convert docs to pdf and odt manually though Mark Baker 2012-09-09 19:09:45 +0100
  • 0dac1e1ab5 General: (Raghav1981) ZeroHeight for rows in sheet format Mark Baker 2012-09-09 11:38:32 +0100
  • 23fe9937fe Bugfix: Work item 18598 - Cannot access private property PHPExcel_CachedObjectStorageFactory::$_cacheStorageMethod Mark Baker 2012-09-06 23:40:39 +0100
  • f87ca1419d Use class_exists() with FALSE second argument Mark Baker 2012-09-06 22:56:56 +0100
  • 9820b46649 Merge pull request #40 from qpautrat/fix-file-exist Mark Baker 2012-09-05 17:12:30 -0700
  • 475f6888ee Merge pull request #42 from sgricci/patch-1 Mark Baker 2012-09-05 17:11:05 -0700
  • 230eff48f2 Update README.md Steve Gricci 2012-09-05 15:57:07 -0600
  • 2d6ad66f0c Feature: Excel compatibility option added for writing CSV files While Excel 2010 can read CSV files with a simple UTF-8 BOM, Excel2007 and earlier require UTF-16LE encoded tab-separated files. The new setExcelCompatibility(TRUE) option for the CSV Writer will generate files with this formatting for easy import into Excel2007 and below. Mark Baker 2012-09-05 14:12:00 +0100
  • 5af0226a66 Fix condition on existing file qpautrat 2012-09-05 13:12:51 +0200
  • a376606bd2 - Bugfix: Work item 18425 - Problems with $_activeSheetIndex when decreased below 0. Mark Baker 2012-09-04 12:46:30 +0100
  • 13f227c4f2 Additional chart creation examples Mark Baker 2012-09-02 12:06:48 +0100
  • 6f98d9dcb7 Merge branch 'master' of https://github.com/PHPOffice/PHPExcel into develop Mark Baker 2012-08-29 15:13:02 +0100
  • 5ed20761c6 Handle custom blank autofilter rule in show/hide Mark Baker 2012-08-29 13:20:33 +0100
  • 2f4620c3f9 Improve cloning of worksheet to handle autoFilter area cleanly Mark Baker 2012-08-29 00:24:13 +0100
  • dbe64c5044 New chart examples, and column ordering in autofilter expressions Mark Baker 2012-08-25 14:40:25 +0100
  • e419b92765 Autofilter expressions - TopTen, and minor patches Mark Baker 2012-08-24 23:38:18 +0100
  • ef3ea158e4 Add a couple of test examples for autofilter expressions Mark Baker 2012-08-23 23:40:51 +0100
  • 85eabc21aa Various bugfixes including Excel2007 Writer order of font style elements to conform with Excel2003 using compatibility pack Mark Baker 2012-08-23 00:16:40 +0100
  • 8c688358ba Elimination of a potential XSS vulnerability in JAMA documentation JAMA docs are no longer up-to-date anyway Mark Baker 2012-08-21 23:15:17 +0100
  • ef2de9cc5e Github Issue #32 - Insert column VS autofilter Mark Baker 2012-08-21 22:32:16 +0100
  • 2b91cb0c2c Suppress autofilter row show/hide while diagnostics still in code Mark Baker 2012-08-19 23:59:22 +0100
  • 83b8e9dad3 Bugfix: (wolf5x) Work item 18492 - load file failed if the file has no extensionType Mark Baker 2012-08-19 23:57:16 +0100
  • b00f6d4c4c AutoFilter unit tests Mark Baker 2012-08-19 23:17:12 +0100
  • 61bc7c8e98 Autofilter show/hide for all dynamic types now complete (still with debugs) Mark Baker 2012-08-19 11:14:34 +0100
  • f9a1267697 Dynamic autofilter show/hide rows for this/next/last week/month/quarter/year etc Mark Baker 2012-08-18 23:41:16 +0100
  • dc01c8bbc1 Special Feature: (kkamkou) Phar builder script to add phar file as a distribution option Mark Baker 2012-08-16 23:57:48 +0100
  • 960f5a32a2 Range argument tests with default value in cell range methods, and further AutoFilter expression evaluation for dynamic filters Mark Baker 2012-08-16 22:53:13 +0100
  • bb0d413a67 Fix to dynamic autofilter expression in writer, preventing writing blanks="1" Mark Baker 2012-08-16 00:29:07 +0100
  • 83afa87bf3 Fixed broken build after recent autofilter changes Mark Baker 2012-08-15 13:20:34 +0100
  • 55aa7b8d2b General: (alexgann) Add cell indent to html rendering Mark Baker 2012-08-13 13:11:20 +0100
  • 18920d60c7 Merge pull request #25 from alexgann/patch-2 Mark Baker 2012-08-13 05:09:42 -0700
  • db1f8c98f0 The bulk of the autofilter expressions work for Excel2007, including documentation Mark Baker 2012-08-13 00:14:51 +0100
  • dae529615e Add cell indent to html rendering alexgann 2012-08-10 21:34:39 -0300
  • 303a6443ed Initial Writer code for autofilter selections unknown 2012-08-09 21:26:33 +0100
  • 1bd83a115e Merge branch 'develop' into autofilter unknown 2012-08-09 12:41:46 +0100
  • 2251839f66 Support for AutoFilter active filters in the Excel2007 Reader unknown 2012-08-09 12:38:11 +0100
  • 14686dbb42 Feature: (k1LoW) Support SheetView `view` attribute (Excel2007) modified to add reader support, and refactored validation unknown 2012-08-09 12:35:04 +0100
  • f830c0f3a8 Merge pull request #21 from k1LoW/sheetview_view Mark Baker 2012-08-09 01:02:07 -0700
  • d24e640801 Support SheetView `view` param k1LoW 2012-08-09 10:13:05 +0900
  • c9daa12245 Initial work on AutoFilter selections reading from Excel2007 (with diagnostics, remember to remove before any merging to develop) unknown 2012-08-08 22:11:26 +0100
  • c770117193 Validation fix to mathematical matrix functions Mark Baker 2012-08-07 23:44:35 +0100
  • b694241de6 Merge branch 'develop' of https://github.com/PHPOffice/PHPExcel into autofilter Mark Baker 2012-08-07 10:16:03 +0100
  • 938ce8d51f Bugfix: Work item 18325 - v-type texts for series labels now recognised and parsed correctly Mark Baker 2012-08-06 22:40:24 +0100
  • 6c9a907027 Bugfix: Work item 18145 - Autoshape being identified in twoCellAnchor when includeCharts is TRUE triggering load error Mark Baker 2012-08-06 11:41:05 +0100
  • cf78af261c Modify Test examples to echo nicely from both CLI and in a web browser Mark Baker 2012-08-05 23:03:45 +0100
  • 0588576fe2 Modify Test examples to echo nicely from both CLI and in a web browser Mark Baker 2012-08-05 22:06:51 +0100
  • 8ba160ed28 Modify Test examples to echo nicely from both CLI and in a web browser Mark Baker 2012-08-05 18:54:20 +0100
  • 4edc686369 Added README file Mark Baker 2012-08-04 17:34:10 +0100
  • b2b66ecfd4 Merge branch 'charts' into develop Mark Baker 2012-08-04 16:11:25 +0100
  • 7d13b6de2e Bugfix: Work item 18377 - Chart Title compatibility on Excel 2007 Mark Baker 2012-08-04 16:08:28 +0100
  • b8150a1b9c Chris Garaffa's corrections to documentation Mark Baker 2012-08-03 22:26:48 +0100
  • cdf9dfdcbe Unit tests, plus a couple of minor validation bugfixes Mark Baker 2012-08-03 21:21:32 +0100
  • 7fae37247b General: Magic __toString() method added to Cell object to return raw data value as a string Mark Baker 2012-08-01 21:41:00 +0100
  • 0b60b61104 Bugfix: takaakik) Work Item 15455 - getNestingLevel() Error on Excel5 Read Bugfix: ix to Excel5 Reader when cell annotations are defined before their referenced text objects Mark Baker 2012-08-01 17:25:10 +0100
  • f12189b29d Reorganised unit test directories Mark Baker 2012-07-31 21:56:11 +0100
  • 83c083392a GH18 - Modify extractAllCellReferencesInRange() behaviour for , and space range separators Mark Baker 2012-07-31 13:00:09 +0100
  • 5c32ecee0a Fixes to unit test data Mark Baker 2012-07-29 23:38:41 +0100
  • 6a14bdce4c Unit tests for Cell static methods and creation of PHPExcel_Exception rather than use of standard Exception Mark Baker 2012-07-29 20:56:35 +0100
  • 8f3dc270a6 Bugfix: Work Item 18415- mb_stripos empty delimiter Mark Baker 2012-07-27 22:06:28 +0100
  • 8ab0200584 Further chart bugfixes, plus an example of changing chart data for use in templates Mark Baker 2012-07-27 12:22:47 +0100
  • b871674f18 Ensure that chart worksheet is correctly set when adding chart to a worksheet Mark Baker 2012-07-26 20:04:52 +0100
  • 8e41c70d41 General: Work item 18404 - setCellValueExplicitByColumnAndRow() do not return PHPExcel_Worksheet Mark Baker 2012-07-25 23:54:53 +0100
  • 013c18b859 General - merged (with some localisation mods) from a pull request by alexgann - Add Currency detection to the Advanced Value Binder Mark Baker 2012-07-25 13:15:27 +0100
  • b7dfeb9bb7 Unit Tests for Date helper functions Mark Baker 2012-07-24 13:21:31 +0100
  • dbe12c73a2 Formatting constant GENERAL should be FORMAT_GENERAL Mark Baker 2012-07-24 07:39:36 +0100
  • 317f00b259 Bugfix to ensure that General format is not treated as a date format despite containg e for epoch OOCalc Reader modified to process number-rows-repeated Modify OOCalc Reader to only read cells that containing data, or merged cells (depending on setReadDataOnly setting) Mark Baker 2012-07-23 21:52:14 +0100
  • d9f9fd37f4 Changelog for OOCalc bugfix Mark Baker 2012-07-23 13:03:32 +0100
  • 868d14a84d Fix to OOCalc Reader for percentage and currency datatypes Mark Baker 2012-07-23 12:29:15 +0100
  • 19dfbfe418 Remove chart diagnostics from echoes Mark Baker 2012-07-21 11:57:02 +0100
  • 679f95773e Chart Writing bugfix to refresh values Mark Baker 2012-07-21 11:52:20 +0100
  • 8bcf795e16 Chart writing bugfixes Mark Baker 2012-07-20 23:53:16 +0100
  • dd69a5a134 More chart bugfixing Mark Baker 2012-07-20 23:13:16 +0100
  • 946ea73ddb Bugfixes to Chart Reader and Writer Mark Baker 2012-07-20 22:35:53 +0100
  • 5e44fa2517 Issue #5 - Refactor autoFilter range into an autofilter class in preparation for adding support for autofilter expressions Mark Baker 2012-07-18 21:12:02 +0100
  • 59932b0cac Bugfix: Work item 18370 - Error loading xlsx file with column breaks Deprecated the getCalculatedValue(), setCalculatedValue(), setFormulaAttributes() and getFormulaAttributes() methods in PHPExcel_Cell. Documentation changes and unit tests. Mark Baker 2012-07-18 12:29:33 +0100
  • 1535b4d9e7 Feature: Modified ERF and ERFC Engineering functions to accept Excel 2010's modified acceptance of negative arguments Mark Baker 2012-07-14 14:20:17 +0100
  • 5925bc8a65 Extended IOFactory list of file extensions matched to Readers Mark Baker 2012-07-14 12:33:03 +0100
  • 15ccc845da Improved canRead test for OOCalc files Mark Baker 2012-07-14 11:45:32 +0100
  • 78b7019247 Set temporary directory for PCLZip wrapper Mark Baker 2012-07-14 10:32:36 +0100
  • e2a2fdb335 Bugfix: (seltzlab) Fix to excel2007 Chart Writer when a $plotSeriesValues is empty Mark Baker 2012-07-14 01:26:53 +0100
  • b2aea4ee09 Fix to a URL in the documentation Mark Baker 2012-07-14 01:06:02 +0100