Type | Line | Description |
---|---|---|
TODO | 298 | Support for the optional a1 parameter introduced in Excel 2010 |
Type | Line | Description |
---|---|---|
TODO | 980 | Cumulative distribution function |
TODO | 1330 | Warning. This implementation differs from the algorithm detailed on the MS web site in that $CumPGuessMinus1 = $CumPGuess - 1 rather than $CumPGuess - $PGuess This eliminates a potential endless loop error, but may have an adverse affect on the accuracy of the function (although all my tests have so far returned correct results). |
TODO | 2074 | Try implementing P J Acklam's refinement algorithm for greater accuracy if I can get my head round the mathematics (as described at) http://home.online.no/~pjacklam/notes/invnorm/ |
Type | Line | Description |
---|---|---|
TODO | 92 | Sanitize Rich-Text string (max. character count is 32,767) |
Type | Line | Description |
---|---|---|
TODO | 1422 | Autoshapes from twoCellAnchors! |
FIXME | 1601 | what if sheetname contains comma? |
FIXME | 1604 | what if sheetname contains exclamation mark? |
Type | Line | Description |
---|---|---|
FIXME | 1000 | what if sheetname contains comma? |
FIXME | 1008 | what if sheetname contains exclamation mark? |
FIXME | 1035 | what if sheetname contains comma? |
TODO | 1088 | Provide support for named values |
FIXME | 4278 | set $firstVisibleRow and $firstVisibleColumn |
TODO | 4862 | Investigate structure for .xls SHEETLAYOUT record as saved by MS Office Excel 2007 |
TODO | 6220 | if cell range is just a single cell, should this funciton |
TODO | 6394 | external sheet support |
Type | Line | Description |
---|---|---|
TODO | 202 | |
TODO | 217 | |
TODO | 233 |
Type | Line | Description |
---|---|---|
TODO | 566 | use real error codes |
TODO | 641 | possible class value 0,1,2 check Formula.pm |
TODO | 646 | use real error codes |
TODO | 662 | use real error codes |
TODO | 734 | use real error codes |
FIXME | 982 | maximum possible value for Excel 5 (change this!!!) |
FIXME | 984 | this changes for BIFF8 |
Type | Line | Description |
---|---|---|
FIXME | 975 | only using internal SUPBOOK record |
Type | Line | Description |
---|---|---|
FIXME | 1330 | !!! |