Commit Graph

44 Commits

Author SHA1 Message Date
Mark Baker af6d270947 Documentation and Examples index
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@88581 2327b42d-5241-43d6-9e2a-de5ac946f064
2012-03-28 23:46:08 +00:00
Mark Baker 6f5c6eadf1 Additional Excel functions described
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@88527 2327b42d-5241-43d6-9e2a-de5ac946f064
2012-03-27 22:58:29 +00:00
Mark Baker a85308e3a8 Formula examples
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@88524 2327b42d-5241-43d6-9e2a-de5ac946f064
2012-03-27 22:16:36 +00:00
Mark Baker 1725c622f3 Formula examples
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@88518 2327b42d-5241-43d6-9e2a-de5ac946f064
2012-03-27 20:34:00 +00:00
Mark Baker 990e949940 Start work on providing Calculation examples
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@88402 2327b42d-5241-43d6-9e2a-de5ac946f064
2012-03-25 22:25:31 +00:00
Mark Baker bcc79f2843 mdash to hyphen in filename to avoid charset problems
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@88399 2327b42d-5241-43d6-9e2a-de5ac946f064
2012-03-25 22:21:14 +00:00
Mark Baker 767c92a921 Additional Excel functions described
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@88398 2327b42d-5241-43d6-9e2a-de5ac946f064
2012-03-25 22:20:09 +00:00
Mark Baker ead33770d5 Developer documentation updates
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@86754 2327b42d-5241-43d6-9e2a-de5ac946f064
2012-02-21 23:29:56 +00:00
Mark Baker 07e56b5a60 Feature - initial version of SQLite cell caching
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@83557 2327b42d-5241-43d6-9e2a-de5ac946f064
2011-12-03 00:24:44 +00:00
Mark Baker cdbeceba47 Bugfix: Work item 16895 - PHP Invalid index notice on writing excel file when active sheet has been deleted
General: Work item 16923 - Datatype.php & constant TYPE_NULL

git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@83260 2327b42d-5241-43d6-9e2a-de5ac946f064
2011-11-25 12:16:01 +00:00
Mark Baker 77cd4ac9aa Bugfix: Work item 16643 - Bug In Cache System (cell reference when throwing caching errors)
General: Work item 16643 - Add file directory as a cache option for cache_to_discISAM

git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@82024 2327b42d-5241-43d6-9e2a-de5ac946f064
2011-10-26 16:16:43 +00:00
Mark Baker 51b3f847fb Documented link about using PHPExcel with Typo3
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@69464 2327b42d-5241-43d6-9e2a-de5ac946f064
2011-02-26 22:56:12 +00:00
Mark Baker 57f3b411d1 Set documentation language to English (UK)
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@69181 2327b42d-5241-43d6-9e2a-de5ac946f064
2011-02-22 17:35:34 +00:00
Mark Baker 46e1c4eaff General: Removed Serialized Reader/Writer as these no longer work.
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@69147 2327b42d-5241-43d6-9e2a-de5ac946f064
2011-02-22 10:21:38 +00:00
Mark Baker 4b0852428d Updated FAQ section
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@68792 2327b42d-5241-43d6-9e2a-de5ac946f064
2011-02-17 13:02:21 +00:00
Mark Baker ab2825c752 Feature: Work Item 2346 - Implement more Excel calculation functions
Implemented the DGET() Database function

git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@68577 2327b42d-5241-43d6-9e2a-de5ac946f064
2011-02-13 17:20:07 +00:00
Mark Baker c5c816a9c6 Feature: Work Item 2346 - Implement more Excel calculation functions
Implemented the DAVERAGE(), DCOUNT(), DCOUNTA(), DMAX(), DMIN(), DPRODUCT(), DSTDEV(), DSTDEVP(), DSUM(), DVAR() and DVARP() Database functions

git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@68574 2327b42d-5241-43d6-9e2a-de5ac946f064
2011-02-13 17:08:00 +00:00
Mark Baker 585ee1514e Feature: Added initial support for cell comments in the Excel5 Reader for BIFF8
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@67376 2327b42d-5241-43d6-9e2a-de5ac946f064
2011-01-25 09:46:30 +00:00
Mark Baker 2368c7fbd0 Feature: Added some support for cell annotations in the Excel5 Reader (for BIFF5-7 only at present... BIFF8 support is still outstanding, as annotations were change to a drawing object with this release)
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@67190 2327b42d-5241-43d6-9e2a-de5ac946f064
2011-01-21 16:41:02 +00:00
Mark Baker 2b4c15b92f Feature: Added support for cell comments in the Gnumeric and Excel2003XML Readers
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@67186 2327b42d-5241-43d6-9e2a-de5ac946f064
2011-01-21 13:11:28 +00:00
Mark Baker 1911d4a48f Updated user documentation with information about and example of retrieving the list of worksheet names using the listWorksheetNames() method
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@66096 2327b42d-5241-43d6-9e2a-de5ac946f064
2010-12-29 00:57:01 +00:00
Mark Baker 787dae6334 Performance tweaks to the Calculation Engine to reduce memory usage. Splitting the functions.php into several smaller classes based on function category, so that only those category files actually used by functions in formulae will be included by the autoloader
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@64719 2327b42d-5241-43d6-9e2a-de5ac946f064
2010-12-02 17:56:33 +00:00
Mark Baker 98e7fa5a6a Documentation
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@63321 2327b42d-5241-43d6-9e2a-de5ac946f064
2010-11-05 22:14:59 +00:00
Mark Baker c481e81fb4 User documentation for Spreadsheet Readers
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@62699 2327b42d-5241-43d6-9e2a-de5ac946f064
2010-10-23 22:50:06 +00:00
Mark Baker c448f2ed7a Implementation of the contiguous flag for the CSV reader, for use with a Read Filter
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@62697 2327b42d-5241-43d6-9e2a-de5ac946f064
2010-10-23 22:25:48 +00:00
Mark Baker 22f704e4b1 New examples of Reading Workbooks
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@62680 2327b42d-5241-43d6-9e2a-de5ac946f064
2010-10-23 13:31:14 +00:00
Mark Baker 14dbe6ec72 Examples of accessing Workbook Properties
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@62544 2327b42d-5241-43d6-9e2a-de5ac946f064
2010-10-20 21:55:40 +00:00
Mark Baker 46d83f9757 git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@62490 2327b42d-5241-43d6-9e2a-de5ac946f064 2010-10-20 12:57:51 +00:00
Mark Baker 5af4355b78 New examples, including reading a larger workbook in chunks to give improved memory usage
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@62489 2327b42d-5241-43d6-9e2a-de5ac946f064
2010-10-20 11:30:09 +00:00
Mark Baker 45109e0533 Reader exception handling example
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@62434 2327b42d-5241-43d6-9e2a-de5ac946f064
2010-10-19 12:40:52 +00:00
Mark Baker 58a600b3e3 New examples of Reading Workbooks
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@62221 2327b42d-5241-43d6-9e2a-de5ac946f064
2010-10-13 19:37:19 +00:00
Mark Baker 6b54d5a103 New examples of Reading Workbooks
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@62184 2327b42d-5241-43d6-9e2a-de5ac946f064
2010-10-12 21:32:17 +00:00
Mark Baker 388d2c80d1 Feature: Support for Extended and User-defined Workbook Properties in Excel2007 Writer
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@61018 2327b42d-5241-43d6-9e2a-de5ac946f064
2010-09-15 21:55:37 +00:00
Mark Baker c6a3679d77 Feature: Support for Extended Workbook Properties (Manager) in Excel2007 Writer
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@61010 2327b42d-5241-43d6-9e2a-de5ac946f064
2010-09-15 19:15:35 +00:00
Mark Baker 25526aa3ea git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@60651 2327b42d-5241-43d6-9e2a-de5ac946f064 2010-09-09 13:03:29 +00:00
Mark Baker e7d6547e56 Applied ReadFilter option to OOCalc and Excel2003XML Readers, plus additional tests in the /Tests directory
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@60573 2327b42d-5241-43d6-9e2a-de5ac946f064
2010-09-08 13:49:08 +00:00
Mark Baker dcb715de4d git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@60561 2327b42d-5241-43d6-9e2a-de5ac946f064 2010-09-08 12:06:28 +00:00
Mark Baker 33ba87e908 git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@60545 2327b42d-5241-43d6-9e2a-de5ac946f064 2010-09-07 22:00:38 +00:00
Mark Baker cadcaf9a2f git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@60543 2327b42d-5241-43d6-9e2a-de5ac946f064 2010-09-07 21:33:18 +00:00
Mark Baker 77de693c9f Minor fixes to reading standard/extended properties, and reading custom properties for the Excel2003XML Reader
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@60519 2327b42d-5241-43d6-9e2a-de5ac946f064
2010-09-07 12:04:00 +00:00
Mark Baker fc9450b2a4 git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@60512 2327b42d-5241-43d6-9e2a-de5ac946f064 2010-09-07 08:36:01 +00:00
Mark Baker 58289351c2 git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@60492 2327b42d-5241-43d6-9e2a-de5ac946f064 2010-09-06 21:56:03 +00:00
Mark Baker dd28abf826 git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@60491 2327b42d-5241-43d6-9e2a-de5ac946f064 2010-09-06 21:36:25 +00:00
Maarten Balliauw 509f27e5c6 Migration from off-site Subversion repository (part 1).
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@59884 2327b42d-5241-43d6-9e2a-de5ac946f064
2010-08-26 19:14:53 +00:00