Markers
Table of Contents
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 | 76 | 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 | 306 | $this->dataArray[$row][$column] = 'RICH TEXT: ' . StringHelper::convertToString($cellContent); |
TODO | 707 | } elseif ($child instanceof DOMElement) { |
Biff8.php
Type | Line | Description |
---|---|---|
TODO | 300 | if cell range is just a single cell, should this funciton |
LoadSpreadsheet.php
Type | Line | Description |
---|---|---|
TODO | 492 | Why is there no BSE Index? Is this a new Office Version? Password protected field? |
FIXME | 602 | what if sheetname contains comma? |
FIXME | 634 | what if sheetname contains comma? |
TODO | 684 | Provide support for named values |
Xls.php
Type | Line | Description |
---|---|---|
FIXME | 3415 | set $firstVisibleRow and $firstVisibleColumn |
TODO | 3847 | Investigate structure for .xls SHEETLAYOUT record as saved by MS Office Excel 2007 |
TODO | 4790 | external sheet support |
Chart.php
Type | Line | Description |
---|---|---|
TODO | 1530 | parse title elements |
ConditionalStyles.php
Type | Line | Description |
---|---|---|
TODO | 385 | The cfIcon element is not implemented yet. |
Xlsx.php
Type | Line | Description |
---|---|---|
TODO | 1412 | Autoshapes from twoCellAnchors! |
DataValidations.php
Type | Line | Description |
---|---|---|
FIXME | 158 | missing FIXME |
Html.php
Type | Line | Description |
---|---|---|
TODO | 1688 | the style gotten from the merger overrides everything |
TODO | 2072 | Same for columns |
Style.php
Type | Line | Description |
---|---|---|
TODO | 65 | :: To be implemented |
Parser.php
Type | Line | Description |
---|---|---|
TODO | 572 | use real error codes |
TODO | 648 | possible class value 0,1,2 check Formula.pm |
TODO | 653 | use real error codes |
TODO | 668 | use real error codes |
FIXME | 946 | maximum possible value for Excel 5 (change this!!!) |
FIXME | 948 | this changes for BIFF8 |
Workbook.php
Type | Line | Description |
---|---|---|
FIXME | 891 | only using internal SUPBOOK record |
Worksheet.php
Type | Line | Description |
---|---|---|
FIXME | 1273 | !!! |
Chart.php
Type | Line | Description |
---|---|---|
TODO | 973 | output title elements |