13a98ef631General: (dresenhista) Work Item GH-242 - Functionality to getHighestRow() for a specified column, and getHighestColumn() for a specified row
Mark Baker
2013-11-09 00:40:59 +0000
2bbe908e77Bugfix: (RomanSyroeshko) Work Item GH-267 - CHOOSE() returns "#VALUE!" if the 1st entry is chosen
Mark Baker
2013-11-08 19:47:13 +0000
2bd1c10b21Further fix to regexp for preventing update of absolute rows when adjusting row references
Mark Baker
2013-11-07 23:24:04 +0000
94a1a69373Bugfix: Work item 20397 - Serious bug in absolute cell reference used in shared formula Would also have affected insert/delete column/row
Mark Baker
2013-11-07 23:14:39 +0000
f86458630fTrap for scientific format masks with "0" or "#" before the "E"
Mark Baker
2013-10-28 19:13:59 +0000
bff907a1b8Number format mask test for dates: test for "General" format should be case-insensitive, and scientific format mask shouldn't return a positive for date
Mark Baker
2013-10-28 19:05:26 +0000
6d21efc173Updated data validation example to show a list derived from data in the worksheet rather than from a comma-separated string
Mark Baker
2013-10-17 11:19:20 +0100
a90b711eddFixed problem in Excel 2007 reader with headers and footers containing multiple images. All images were substituted with the first one.
Marco Marche
2013-10-17 10:50:14 +0200
9d22445673Eliminate some code duplication
Mark Baker
2013-10-13 17:09:09 +0100
b6e09de195Fixed silly missing ; typo
Mark Baker
2013-10-13 11:54:24 +0100
ea18123aeaAdded an isFormula() method to the cell object
Mark Baker
2013-10-13 11:37:00 +0100
bdd1f6fa31Added page header and footer examples to print options demo script
Mark Baker
2013-10-13 11:31:01 +0100
4f82ad4160Case-sensitivity fix
Mark Baker
2013-10-09 12:48:41 +0100
68a0918cebGeneral: 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
Mark Baker
2013-10-04 20:48:15 +0100
555a4ab828In code comments for stock chart improvements
Mark Baker
2013-09-15 18:11:48 +0100
47f3888664Fixed rendering of stock charts with jpgraph
Mark Baker
2013-09-15 12:44:39 +0100
cb5fc9532fFixes to stock charts
Mark Baker
2013-09-14 23:13:17 +0100
4b0c98eb58Travis: test also against PHP 5.5
Filippo Tessarotto
2013-09-06 10:53:46 +0200
509bfd39e2Added Horizontal FILL alignment for Excel5 and Excel2007 Readers/Writers, and Horizontal DISTRIBUTED alignment for Excel2007 Reader/Writer
Mark Baker
2013-07-02 13:13:07 +0100
39953ff49fFeature: Added "Quote Prefix" to style settings (Excel2007 Reader and Writer only)
Mark Baker
2013-06-25 23:13:13 +0100
6cea3bbf7bMinor fix to HTML Reader canRead method (even developers have brainfarts occasionally)
Mark Baker
2013-06-21 22:52:29 +0100
da7cd71be8Minor performance tweaks
Mark Baker
2013-06-17 12:01:51 +0100
98e5ac2b24Performance improvements
Mark Baker
2013-06-17 11:37:29 +0100
6216d2855cPerformance tweaks
Mark Baker
2013-06-16 21:35:35 +0100
90eff17853Performance tweaks
Mark Baker
2013-06-16 21:34:17 +0100
333c811c5eMinor performance tweaks to calculation engine
Mark Baker
2013-06-16 16:24:34 +0100
a0859fd7d0Fix to number format masking for scientific notation
Mark Baker
2013-06-16 15:13:05 +0100
8f7db244deEliminate unnecessary version checks
Mark Baker
2013-06-16 10:26:16 +0100
4d92e77d00Eliminate need for use of money_format() function; various fixes to HLOOKUP, VLOOKUP and DOLLAR functions + unit tests
Mark Baker
2013-06-15 12:15:03 +0100
83bd690633HLOOKUP
Mark Baker
2013-06-15 00:03:48 +0100
dfc74f8b95Feature: (amerov) - Implementation of the Excel HLOOKUP() function
Mark Baker
2013-06-14 23:57:50 +0100
78c034880fUpdate changelog
Mark Baker
2013-06-11 22:52:06 +0100
9a36ddb1a2Quick bugfix to PDF merge cell styling
Mark Baker
2013-06-10 23:20:58 +0100
aeec8ef23cFix to clone worksheet
Mark Baker
2013-06-03 22:28:32 +0100
88751b3e75Merge branch 'develop' into develop_1.7.9
Mark Baker
2013-06-03 22:25:16 +0100
f44b412420Fix to rewind filepointer when testing BOM marker
Mark Baker
2013-06-03 13:39:58 +0100
d1a9725482Merge pull request #194 from zordsdavini/patch-1
Mark Baker
2013-06-03 03:03:57 -0700
dd8c1414cafixed undifind variable in _skipBOM
zordsdavini
2013-06-03 12:51:53 +0300
7a7634fba6Only read first 8 bytes of a file when validating, rather than load the entire file into memory at that point
Mark Baker
2013-05-24 12:57:42 +0100
b880b5ff9dExcel2007 reader wasn't always reading the print_titles properly, fix courtesy of watermark86
Mark Baker
2013-05-24 09:29:43 +0100
de2248d1d4Fix for SUMIF(), COUNTIF() and related functions if condition references a blank cell, courtesy of watermark86
Mark Baker
2013-05-24 09:19:13 +0100