Documentation

Markers

Table of Contents

src/PhpSpreadsheet/Calculation/Financial/Depreciation.php 2
src/PhpSpreadsheet/Calculation/Internal/ExcelArrayPseudoFunctions.php 1
src/PhpSpreadsheet/Cell/DataType.php 1
src/PhpSpreadsheet/Reader/Html.php 2
src/PhpSpreadsheet/Reader/Ods.php 1
src/PhpSpreadsheet/Reader/Xls/Biff8.php 1
src/PhpSpreadsheet/Reader/Xls/LoadSpreadsheet.php 4
src/PhpSpreadsheet/Reader/Xls.php 3
src/PhpSpreadsheet/Reader/Xlsx/Chart.php 1
src/PhpSpreadsheet/Reader/Xlsx.php 1
src/PhpSpreadsheet/Reader/Xml/DataValidations.php 1
src/PhpSpreadsheet/Writer/Html.php 2
src/PhpSpreadsheet/Writer/Ods/Cell/Style.php 1
src/PhpSpreadsheet/Writer/Xls/Parser.php 6
src/PhpSpreadsheet/Writer/Xls/Workbook.php 1
src/PhpSpreadsheet/Writer/Xls/Worksheet.php 1
src/PhpSpreadsheet/Writer/Xlsx/Chart.php 1

Depreciation.php

Type Line Description
TODO 63 Handle period value between 0 and 1 (e.g. 0.5)
TODO 123 Handling for fractional $period values

ExcelArrayPseudoFunctions.php

Type Line Description
TODO 75 How are we going to identify and handle a #SPILL! or a #CALC! error?

DataType.php

Type Line Description
TODO 59 Sanitize Rich-Text string (max. character count is 32,767)

Html.php

Type Line Description
TODO 298 $this->dataArray[$row][$column] = 'RICH TEXT: ' . StringHelper::convertToString($cellContent);
TODO 684 } elseif ($child instanceof DOMElement) {

Ods.php

Type Line Description
TODO 364 :: Figure this out. This is only a partial implementation I guess.

Biff8.php

Type Line Description
TODO 294 if cell range is just a single cell, should this funciton

LoadSpreadsheet.php

Type Line Description
TODO 488 Why is there no BSE Index? Is this a new Office Version? Password protected field?
FIXME 583 what if sheetname contains comma?
FIXME 615 what if sheetname contains comma?
TODO 664 Provide support for named values

Xls.php

Type Line Description
FIXME 3324 set $firstVisibleRow and $firstVisibleColumn
TODO 3754 Investigate structure for .xls SHEETLAYOUT record as saved by MS Office Excel 2007
TODO 4682 external sheet support

Chart.php

Type Line Description
TODO 1509 parse title elements

Xlsx.php

Type Line Description
TODO 1362 Autoshapes from twoCellAnchors!

DataValidations.php

Type Line Description
FIXME 157 missing FIXME

Html.php

Type Line Description
TODO 1566 the style gotten from the merger overrides everything
TODO 1924 Same for columns

Style.php

Type Line Description
TODO 65 :: To be implemented

Parser.php

Type Line Description
TODO 560 use real error codes
TODO 636 possible class value 0,1,2 check Formula.pm
TODO 641 use real error codes
TODO 656 use real error codes
FIXME 934 maximum possible value for Excel 5 (change this!!!)
FIXME 936 this changes for BIFF8

Workbook.php

Type Line Description
FIXME 872 only using internal SUPBOOK record

Worksheet.php

Type Line Description
FIXME 1251 !!!

Chart.php

Type Line Description
TODO 973 output title elements

Search results