399 lines
14 KiB

  1. <!DOCTYPE html><html lang="en">
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  4. <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
  5. <meta charset="utf-8">
  6. <title>PHPExcel classes</title>
  7. <meta name="author" content="Mike van Riel">
  8. <meta name="description" content="">
  9. <link href="css/template.css" rel="stylesheet" media="all">
  10. <script src="js/jquery-1.7.1.min.js" type="text/javascript"></script><script src="js/jquery-ui-1.8.2.custom.min.js" type="text/javascript"></script><script src="js/jquery.mousewheel.min.js" type="text/javascript"></script><script src="js/bootstrap.js" type="text/javascript"></script><script src="js/template.js" type="text/javascript"></script><script src="js/prettify/prettify.min.js" type="text/javascript"></script><link rel="shortcut icon" href="img/favicon.ico">
  11. <link rel="apple-touch-icon" href="img/apple-touch-icon.png">
  12. <link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72x72.png">
  13. <link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114.png">
  14. </head>
  15. <body>
  16. <div class="navbar navbar-fixed-top">
  17. <div class="navbar-inner"><div class="container">
  18. <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></a><a class="brand" href="index.html">PHPExcel classes</a><div class="nav-collapse"><ul class="nav">
  19. <li class="dropdown">
  20. <a href="#api" class="dropdown-toggle" data-toggle="dropdown">
  21. API Documentation <b class="caret"></b></a><ul class="dropdown-menu">
  22. <li><a>Packages</a></li>
  23. <li><a href="packages/Default.html"><i class="icon-folder-open"></i> Default</a></li>
  24. <li><a href="packages/JAMA.html"><i class="icon-folder-open"></i> JAMA</a></li>
  25. <li><a href="packages/JAMA%0D%0ACholesky%20decomposition%20class%0D%0AFor%20a%20symmetric,%20positive%20definite%20matrix%20A,%20the%20Cholesky%20decomposition%0D%0Ais%20an%20lower%20triangular%20matrix%20L%20so%20that%20A%20=%20L*L'.html"><i class="icon-folder-open"></i> JAMA
  26. Cholesky decomposition class
  27. For a symmetric, positive definite matrix A, the Cholesky decomposition
  28. is an lower triangular matrix L so that A = L*L'</a></li>
  29. <li><a href="packages/JAMA%0D%0AClass%20to%20obtain%20eigenvalues%20and%20eigenvectors%20of%20a%20real%20matrix.html"><i class="icon-folder-open"></i> JAMA
  30. Class to obtain eigenvalues and eigenvectors of a real matrix</a></li>
  31. <li><a href="packages/JAMA%0D%0AError%20handling.html"><i class="icon-folder-open"></i> JAMA
  32. Error handling</a></li>
  33. <li><a href="packages/JAMA%0D%0AFor%20an%20m-by-n%20matrix%20A%20with%20m%20&gt;=%20n,%20the%20LU%20decomposition%20is%20an%20m-by-n%0D%0Aunit%20lower%20triangular%20matrix%20L,%20an%20n-by-n%20upper%20triangular%20matrix%20U,%0D%0Aand%20a%20permutation%20vector%20piv%20of%20length%20m%20so%20that%20A(piv,:)%20=%20L*U.html"><i class="icon-folder-open"></i> JAMA
  34. For an m-by-n matrix A with m &gt;= n, the LU decomposition is an m-by-n
  35. unit lower triangular matrix L, an n-by-n upper triangular matrix U,
  36. and a permutation vector piv of length m so that A(piv,:) = L*U</a></li>
  37. <li><a href="packages/JAMA%0D%0AFor%20an%20m-by-n%20matrix%20A%20with%20m%20&gt;=%20n,%20the%20QR%20decomposition%20is%20an%20m-by-n%0D%0Aorthogonal%20matrix%20Q%20and%20an%20n-by-n%20upper%20triangular%20matrix%20R%20so%20that%0D%0AA%20=%20Q*R.html"><i class="icon-folder-open"></i> JAMA
  38. For an m-by-n matrix A with m &gt;= n, the QR decomposition is an m-by-n
  39. orthogonal matrix Q and an n-by-n upper triangular matrix R so that
  40. A = Q*R</a></li>
  41. <li><a href="packages/JAMA%0D%0AFor%20an%20m-by-n%20matrix%20A%20with%20m%20&gt;=%20n,%20the%20singular%20value%20decomposition%20is%0D%0Aan%20m-by-n%20orthogonal%20matrix%20U,%20an%20n-by-n%20diagonal%20matrix%20S,%20and%0D%0Aan%20n-by-n%20orthogonal%20matrix%20V%20so%20that%20A%20=%20U*S*V'.html"><i class="icon-folder-open"></i> JAMA
  42. For an m-by-n matrix A with m &gt;= n, the singular value decomposition is
  43. an m-by-n orthogonal matrix U, an n-by-n diagonal matrix S, and
  44. an n-by-n orthogonal matrix V so that A = U*S*V'</a></li>
  45. <li><a href="packages/JAMA%0D%0APythagorean%20Theorem:%0D%0Aa%20=%203%0D%0Ab%20=%204%0D%0Ar%20=%20sqrt(square(a)%20+%20square(b))%0D%0Ar%20=%205%0D%0Ar%20=%20sqrt(a%5E2%20+%20b%5E2)%20without%20under.overflow.html"><i class="icon-folder-open"></i> JAMA
  46. Pythagorean Theorem:
  47. a = 3
  48. b = 4
  49. r = sqrt(square(a) + square(b))
  50. r = 5
  51. r = sqrt(a^2 + b^2) without under/overflow</a></li>
  52. <li><a href="packages/PHPExcel.html"><i class="icon-folder-open"></i> PHPExcel</a></li>
  53. </ul>
  54. </li>
  55. <li class="dropdown" id="charts-menu">
  56. <a href="#charts" class="dropdown-toggle" data-toggle="dropdown">
  57. Charts <b class="caret"></b></a><ul class="dropdown-menu"><li><a href="graph_class.html"><i class="icon-list-alt"></i> Class hierarchy diagram</a></li></ul>
  58. </li>
  59. <li class="dropdown" id="reports-menu">
  60. <a href="#reports" class="dropdown-toggle" data-toggle="dropdown">
  61. Reports <b class="caret"></b></a><ul class="dropdown-menu">
  62. <li><a href="errors.html"><i class="icon-remove-sign"></i> Errors 
  63. <span class="label label-info">551</span></a></li>
  64. <li><a href="markers.html"><i class="icon-map-marker"></i> Markers 
  65. <ul>
  66. <li>todo 
  67. <span class="label label-info">19</span>
  68. </li>
  69. <li>fixme 
  70. <span class="label label-info">10</span>
  71. </li>
  72. </ul></a></li>
  73. <li><a href="deprecated.html"><i class="icon-stop"></i> Deprecated elements 
  74. <span class="label label-info">12</span></a></li>
  75. </ul>
  76. </li>
  77. </ul></div>
  78. </div></div>
  79. <div class="go_to_top"><a href="#___" style="color: inherit">Back to top  <i class="icon-upload icon-white"></i></a></div>
  80. </div>
  81. <div id="___" class="container">
  82. <noscript><div class="alert alert-warning">
  83. Javascript is disabled; several features are only available
  84. if Javascript is enabled.
  85. </div></noscript>
  86. <div class="row">
  87. <div class="span4"><ul class="side-nav nav nav-list">
  88. <li class="nav-header">Navigation</li>
  89. <li><a href="#PHPExcel%5CCalculation%5CLookupRef.php"><i class="icon-file"></i>PHPExcel\Calculation\LookupRef.php</a></li>
  90. <li><a href="#PHPExcel%5CCalculation%5CStatistical.php"><i class="icon-file"></i>PHPExcel\Calculation\Statistical.php</a></li>
  91. <li><a href="#PHPExcel%5CCell%5CDataType.php"><i class="icon-file"></i>PHPExcel\Cell\DataType.php</a></li>
  92. <li><a href="#PHPExcel%5CReader%5CExcel2007.php"><i class="icon-file"></i>PHPExcel\Reader\Excel2007.php</a></li>
  93. <li><a href="#PHPExcel%5CReader%5CExcel5.php"><i class="icon-file"></i>PHPExcel\Reader\Excel5.php</a></li>
  94. <li><a href="#PHPExcel%5CReader%5CHTML.php"><i class="icon-file"></i>PHPExcel\Reader\HTML.php</a></li>
  95. <li><a href="#PHPExcel%5CWriter%5CExcel5%5CParser.php"><i class="icon-file"></i>PHPExcel\Writer\Excel5\Parser.php</a></li>
  96. <li><a href="#PHPExcel%5CWriter%5CExcel5%5CWorkbook.php"><i class="icon-file"></i>PHPExcel\Writer\Excel5\Workbook.php</a></li>
  97. <li><a href="#PHPExcel%5CWriter%5CExcel5%5CWorksheet.php"><i class="icon-file"></i>PHPExcel\Writer\Excel5\Worksheet.php</a></li>
  98. <li><a href="#PHPExcel%5CWriter%5CHTML.php"><i class="icon-file"></i>PHPExcel\Writer\HTML.php</a></li>
  99. </ul></div>
  100. <div class="span8">
  101. <ul class="breadcrumb">
  102. <li>
  103. <a href=""><i class="icon-map-marker"></i></a><span class="divider">\</span>
  104. </li>
  105. <li>Markers</li>
  106. </ul>
  107. <div class="alert alert-info">
  108. The following markers were found:
  109. <ul>
  110. <li>todo 
  111. <span class="label label-info">19</span>
  112. </li>
  113. <li>fixme 
  114. <span class="label label-info">10</span>
  115. </li>
  116. </ul>
  117. </div>
  118. <div id="marker-accordion">
  119. <div class="package-contents">
  120. <a name="PHPExcel%5CCalculation%5CLookupRef.php" id="PHPExcel\Calculation\LookupRef.php"></a><h3>
  121. <i class="icon-file"></i>PHPExcel\Calculation\LookupRef.php<small style="float: right;padding-right: 10px;">1</small>
  122. </h3>
  123. <div><table class="table markers table-bordered">
  124. <tr>
  125. <th>Type</th>
  126. <th>Line</th>
  127. <th>Description</th>
  128. </tr>
  129. <tr>
  130. <td>todo</td>
  131. <td>280</td>
  132. <td>Support for the optional a1 parameter introduced in Excel 2010</td>
  133. </tr>
  134. </table></div>
  135. </div>
  136. <div class="package-contents">
  137. <a name="PHPExcel%5CCalculation%5CStatistical.php" id="PHPExcel\Calculation\Statistical.php"></a><h3>
  138. <i class="icon-file"></i>PHPExcel\Calculation\Statistical.php<small style="float: right;padding-right: 10px;">3</small>
  139. </h3>
  140. <div><table class="table markers table-bordered">
  141. <tr>
  142. <th>Type</th>
  143. <th>Line</th>
  144. <th>Description</th>
  145. </tr>
  146. <tr>
  147. <td>todo</td>
  148. <td>962</td>
  149. <td>Cumulative distribution function</td>
  150. </tr>
  151. <tr>
  152. <td>todo</td>
  153. <td>1311</td>
  154. <td>Warning. This implementation differs from the algorithm detailed on the MS
  155. web site in that $CumPGuessMinus1 = $CumPGuess - 1 rather than $CumPGuess - $PGuess
  156. This eliminates a potential endless loop error, but may have an adverse affect on the
  157. accuracy of the function (although all my tests have so far returned correct results).</td>
  158. </tr>
  159. <tr>
  160. <td>todo</td>
  161. <td>2060</td>
  162. <td>Try implementing P J Acklam's refinement algorithm for greater
  163. accuracy if I can get my head round the mathematics
  164. (as described at) http://home.online.no/~pjacklam/notes/invnorm/</td>
  165. </tr>
  166. </table></div>
  167. </div>
  168. <div class="package-contents">
  169. <a name="PHPExcel%5CCell%5CDataType.php" id="PHPExcel\Cell\DataType.php"></a><h3>
  170. <i class="icon-file"></i>PHPExcel\Cell\DataType.php<small style="float: right;padding-right: 10px;">1</small>
  171. </h3>
  172. <div><table class="table markers table-bordered">
  173. <tr>
  174. <th>Type</th>
  175. <th>Line</th>
  176. <th>Description</th>
  177. </tr>
  178. <tr>
  179. <td>todo</td>
  180. <td>92</td>
  181. <td>Sanitize Rich-Text string (max. character count is 32,767)</td>
  182. </tr>
  183. </table></div>
  184. </div>
  185. <div class="package-contents">
  186. <a name="PHPExcel%5CReader%5CExcel2007.php" id="PHPExcel\Reader\Excel2007.php"></a><h3>
  187. <i class="icon-file"></i>PHPExcel\Reader\Excel2007.php<small style="float: right;padding-right: 10px;">3</small>
  188. </h3>
  189. <div><table class="table markers table-bordered">
  190. <tr>
  191. <th>Type</th>
  192. <th>Line</th>
  193. <th>Description</th>
  194. </tr>
  195. <tr>
  196. <td>todo</td>
  197. <td>1422</td>
  198. <td>Autoshapes from twoCellAnchors!</td>
  199. </tr>
  200. <tr>
  201. <td>fixme</td>
  202. <td>1601</td>
  203. <td>what if sheetname contains comma?</td>
  204. </tr>
  205. <tr>
  206. <td>fixme</td>
  207. <td>1604</td>
  208. <td>what if sheetname contains exclamation mark?</td>
  209. </tr>
  210. </table></div>
  211. </div>
  212. <div class="package-contents">
  213. <a name="PHPExcel%5CReader%5CExcel5.php" id="PHPExcel\Reader\Excel5.php"></a><h3>
  214. <i class="icon-file"></i>PHPExcel\Reader\Excel5.php<small style="float: right;padding-right: 10px;">8</small>
  215. </h3>
  216. <div><table class="table markers table-bordered">
  217. <tr>
  218. <th>Type</th>
  219. <th>Line</th>
  220. <th>Description</th>
  221. </tr>
  222. <tr>
  223. <td>fixme</td>
  224. <td>1000</td>
  225. <td>what if sheetname contains comma?</td>
  226. </tr>
  227. <tr>
  228. <td>fixme</td>
  229. <td>1008</td>
  230. <td>what if sheetname contains exclamation mark?</td>
  231. </tr>
  232. <tr>
  233. <td>fixme</td>
  234. <td>1035</td>
  235. <td>what if sheetname contains comma?</td>
  236. </tr>
  237. <tr>
  238. <td>todo</td>
  239. <td>1088</td>
  240. <td>Provide support for named values</td>
  241. </tr>
  242. <tr>
  243. <td>fixme</td>
  244. <td>4278</td>
  245. <td>set $firstVisibleRow and $firstVisibleColumn</td>
  246. </tr>
  247. <tr>
  248. <td>todo</td>
  249. <td>4862</td>
  250. <td>Investigate structure for .xls SHEETLAYOUT record as saved by MS Office Excel 2007</td>
  251. </tr>
  252. <tr>
  253. <td>todo</td>
  254. <td>6220</td>
  255. <td>if cell range is just a single cell, should this funciton</td>
  256. </tr>
  257. <tr>
  258. <td>todo</td>
  259. <td>6394</td>
  260. <td>external sheet support</td>
  261. </tr>
  262. </table></div>
  263. </div>
  264. <div class="package-contents">
  265. <a name="PHPExcel%5CReader%5CHTML.php" id="PHPExcel\Reader\HTML.php"></a><h3>
  266. <i class="icon-file"></i>PHPExcel\Reader\HTML.php<small style="float: right;padding-right: 10px;">3</small>
  267. </h3>
  268. <div><table class="table markers table-bordered">
  269. <tr>
  270. <th>Type</th>
  271. <th>Line</th>
  272. <th>Description</th>
  273. </tr>
  274. <tr>
  275. <td>todo</td>
  276. <td>202</td>
  277. <td></td>
  278. </tr>
  279. <tr>
  280. <td>todo</td>
  281. <td>217</td>
  282. <td></td>
  283. </tr>
  284. <tr>
  285. <td>todo</td>
  286. <td>233</td>
  287. <td></td>
  288. </tr>
  289. </table></div>
  290. </div>
  291. <div class="package-contents">
  292. <a name="PHPExcel%5CWriter%5CExcel5%5CParser.php" id="PHPExcel\Writer\Excel5\Parser.php"></a><h3>
  293. <i class="icon-file"></i>PHPExcel\Writer\Excel5\Parser.php<small style="float: right;padding-right: 10px;">7</small>
  294. </h3>
  295. <div><table class="table markers table-bordered">
  296. <tr>
  297. <th>Type</th>
  298. <th>Line</th>
  299. <th>Description</th>
  300. </tr>
  301. <tr>
  302. <td>todo</td>
  303. <td>566</td>
  304. <td>use real error codes</td>
  305. </tr>
  306. <tr>
  307. <td>todo</td>
  308. <td>641</td>
  309. <td>possible class value 0,1,2 check Formula.pm</td>
  310. </tr>
  311. <tr>
  312. <td>todo</td>
  313. <td>646</td>
  314. <td>use real error codes</td>
  315. </tr>
  316. <tr>
  317. <td>todo</td>
  318. <td>662</td>
  319. <td>use real error codes</td>
  320. </tr>
  321. <tr>
  322. <td>todo</td>
  323. <td>734</td>
  324. <td>use real error codes</td>
  325. </tr>
  326. <tr>
  327. <td>fixme</td>
  328. <td>982</td>
  329. <td>maximum possible value for Excel 5 (change this!!!)</td>
  330. </tr>
  331. <tr>
  332. <td>fixme</td>
  333. <td>984</td>
  334. <td>this changes for BIFF8</td>
  335. </tr>
  336. </table></div>
  337. </div>
  338. <div class="package-contents">
  339. <a name="PHPExcel%5CWriter%5CExcel5%5CWorkbook.php" id="PHPExcel\Writer\Excel5\Workbook.php"></a><h3>
  340. <i class="icon-file"></i>PHPExcel\Writer\Excel5\Workbook.php<small style="float: right;padding-right: 10px;">1</small>
  341. </h3>
  342. <div><table class="table markers table-bordered">
  343. <tr>
  344. <th>Type</th>
  345. <th>Line</th>
  346. <th>Description</th>
  347. </tr>
  348. <tr>
  349. <td>fixme</td>
  350. <td>975</td>
  351. <td>only using internal SUPBOOK record</td>
  352. </tr>
  353. </table></div>
  354. </div>
  355. <div class="package-contents">
  356. <a name="PHPExcel%5CWriter%5CExcel5%5CWorksheet.php" id="PHPExcel\Writer\Excel5\Worksheet.php"></a><h3>
  357. <i class="icon-file"></i>PHPExcel\Writer\Excel5\Worksheet.php<small style="float: right;padding-right: 10px;">1</small>
  358. </h3>
  359. <div><table class="table markers table-bordered">
  360. <tr>
  361. <th>Type</th>
  362. <th>Line</th>
  363. <th>Description</th>
  364. </tr>
  365. <tr>
  366. <td>fixme</td>
  367. <td>1330</td>
  368. <td>!!!</td>
  369. </tr>
  370. </table></div>
  371. </div>
  372. <div class="package-contents">
  373. <a name="PHPExcel%5CWriter%5CHTML.php" id="PHPExcel\Writer\HTML.php"></a><h3>
  374. <i class="icon-file"></i>PHPExcel\Writer\HTML.php<small style="float: right;padding-right: 10px;">1</small>
  375. </h3>
  376. <div><table class="table markers table-bordered">
  377. <tr>
  378. <th>Type</th>
  379. <th>Line</th>
  380. <th>Description</th>
  381. </tr>
  382. <tr>
  383. <td>todo</td>
  384. <td>1502</td>
  385. <td>Same for columns</td>
  386. </tr>
  387. </table></div>
  388. </div>
  389. </div>
  390. </div>
  391. </div>
  392. <div class="row"><footer class="span12">
  393. Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
  394. Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a12</a> and<br>
  395. generated on 2014-03-02T15:27:42Z.<br></footer></div>
  396. </div>
  397. </body>
  398. </html>