f51f4bc0eaUpdate change log and documentation
MarkBaker
2022-06-15 12:29:47 +0200
09c66ab302Use column address rather than index for remove column loop to eliminate extra math and repeated calls to stringFromColumnIndex()
MarkBaker
2022-06-15 11:19:02 +0200
Merge pull request #2878 from PHPOffice/Issue-2868_Emphasis-Documentation-for-setValueExplict
Mark Baker
2022-06-10 14:37:24 +0200
8434189336Update docblock documentation for setting cell values explicit to indicate that value/datatype matching is the responsibility of the end-user developer making this call; and that values may be changed to reflect the specified datatype. No doubt some developers will complain that it should be the other way round, that datatpe should be modified to match the specified value; but then they should be using setValue() instead; the use of setValueExplicit() is explicit.
MarkBaker
2022-06-10 13:38:41 +0200
Merge pull request #2877 from PHPOffice/Issue-2776_Allow-Merge-Cells-for-single-cell
Mark Baker
2022-06-10 01:27:29 +0200
00dae1bbdaRelax validation on merge cells to allow input of a single cell
MarkBaker
2022-06-10 01:15:57 +0200
adf4531c99Adjust worksheet regexps for CellRef and Row/Column Ranges for improved handling of quoted worksheet names
MarkBaker
2022-06-09 19:54:25 +0200
Add removeCommentByColumnAndRow function
dgeppo
2022-06-08 11:24:56 +0200
b62de98bf7New functionality to allow checking whether a row or column is "empty", with flags to allow variation in the definition of "empty"
MarkBaker
2022-06-07 20:22:33 +0200
Merge pull request #2849 from PHPOffice/Issue-2848_Xlsx-Reader-Invalid-Print-Area
Mark Baker
2022-05-23 16:31:54 +0200
3fae29d613Add support for reading Worksheet Visibility for Ods
MarkBaker
2022-05-23 15:30:45 +0200
2e5ebea110Add support for writing Worksheet Visibility for Ods
MarkBaker
2022-05-23 13:38:08 +0200
924ec23eb0Don't load invalid Print Area, because this will corrupt the internal print area definition, and break on Writing
MarkBaker
2022-05-23 12:12:05 +0200
Some Fixes for Scatter Charts (#2828)
oleibman
2022-05-17 07:48:24 -0700
db4dac3de9Filter null values in PRODUCT() function, as they don't affect the calculation in any way, and actually require additional code handling if they're present within the calculation itself
MarkBaker
2022-05-17 16:40:14 +0200
94963f4b97Type and return tpe cleanups
MarkBaker
2022-05-16 15:49:02 +0200
198878b347Add unit tests for ChartSheet reading
MarkBaker
2022-05-16 11:25:28 +0200
34dd0a929eRead ChartSheets with the Xlsx Reader if includeCharts is enabled; although we're reading it as a normal worksheet that simply contains a chart at cell A1, xOffset 0, yOffset 0, with no data And Handle ChartSheets in the Xlsx Writer
MarkBaker
2022-05-15 13:40:46 +0200