Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

328 wiersze
18 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 » \PHPExcel_Shared_Excel5</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">
  88. <span class="btn-group visibility" data-toggle="buttons-checkbox"><button class="btn public active" title="Show public elements">Public</button><button class="btn protected" title="Show protected elements">Protected</button><button class="btn private" title="Show private elements">Private</button><button class="btn inherited active" title="Show inherited elements">Inherited</button></span><div class="btn-group view pull-right" data-toggle="buttons-radio">
  89. <button class="btn details" title="Show descriptions and method names"><i class="icon-list"></i></button><button class="btn simple" title="Show only method names"><i class="icon-align-justify"></i></button>
  90. </div>
  91. <ul class="side-nav nav nav-list"><li class="nav-header">
  92. <i class="icon-custom icon-method"></i> Methods
  93. <ul>
  94. <li class="method public "><a href="#method_getDistanceX" title="getDistanceX :: Get the horizontal distance in pixels between two anchors
  95. The distanceX is found as sum of all the spanning columns widths minus correction for the two offsets"><span class="description">Get the horizontal distance in pixels between two anchors
  96. The distanceX is found as sum of all the spanning columns widths minus correction for the two offsets</span><pre>getDistanceX()</pre></a></li>
  97. <li class="method public "><a href="#method_getDistanceY" title="getDistanceY :: Get the vertical distance in pixels between two anchors
  98. The distanceY is found as sum of all the spanning rows minus two offsets"><span class="description">Get the vertical distance in pixels between two anchors
  99. The distanceY is found as sum of all the spanning rows minus two offsets</span><pre>getDistanceY()</pre></a></li>
  100. <li class="method public "><a href="#method_oneAnchor2twoAnchor" title="oneAnchor2twoAnchor :: Convert 1-cell anchor coordinates to 2-cell anchor coordinates
  101. This function is ported from PEAR Spreadsheet_Writer_Excel with small modifications"><span class="description">Convert 1-cell anchor coordinates to 2-cell anchor coordinates
  102. This function is ported from PEAR Spreadsheet_Writer_Excel with small modifications</span><pre>oneAnchor2twoAnchor()</pre></a></li>
  103. <li class="method public "><a href="#method_sizeCol" title="sizeCol :: Get the width of a column in pixels."><span class="description">Get the width of a column in pixels.</span><pre>sizeCol()</pre></a></li>
  104. <li class="method public "><a href="#method_sizeRow" title="sizeRow :: Convert the height of a cell from user's units to pixels."><span class="description">Convert the height of a cell from user's units to pixels.</span><pre>sizeRow()</pre></a></li>
  105. </ul>
  106. </li></ul>
  107. </div>
  108. <div class="span8">
  109. <a id="\PHPExcel_Shared_Excel5"></a><ul class="breadcrumb">
  110. <li>
  111. <a href="../index.html"><i class="icon-custom icon-class"></i></a><span class="divider">\</span>
  112. </li>
  113. <li><a href="../namespaces/global.html">global</a></li>
  114. <li class="active">
  115. <span class="divider">\</span><a href="../classes/PHPExcel_Shared_Excel5.html">PHPExcel_Shared_Excel5</a>
  116. </li>
  117. </ul>
  118. <div class="element class">
  119. <p class="short_description">PHPExcel_Shared_Excel5</p>
  120. <div class="details">
  121. <div class="long_description"></div>
  122. <table class="table table-bordered">
  123. <tr>
  124. <th>category</th>
  125. <td>PHPExcel</td>
  126. </tr>
  127. <tr>
  128. <th>package</th>
  129. <td><a href="../packages/PHPExcel.Shared.html">PHPExcel_Shared</a></td>
  130. </tr>
  131. <tr>
  132. <th>copyright</th>
  133. <td>Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)</td>
  134. </tr>
  135. </table>
  136. <h3>
  137. <i class="icon-custom icon-method"></i> Methods</h3>
  138. <a id="method_getDistanceX"></a><div class="element clickable method public method_getDistanceX" data-toggle="collapse" data-target=".method_getDistanceX .collapse">
  139. <h2>Get the horizontal distance in pixels between two anchors
  140. The distanceX is found as sum of all the spanning columns widths minus correction for the two offsets</h2>
  141. <pre>getDistanceX(\PHPExcel_Worksheet $sheet, string $startColumn, integer $startOffsetX, string $endColumn, integer $endOffsetX) : integer</pre>
  142. <div class="labels"><span class="label">Static</span></div>
  143. <div class="row collapse"><div class="detail-description">
  144. <div class="long_description"></div>
  145. <h3>Parameters</h3>
  146. <div class="subelement argument">
  147. <h4>$sheet</h4>
  148. <code><a href="../classes/PHPExcel_Worksheet.html">\PHPExcel_Worksheet</a></code>
  149. </div>
  150. <div class="subelement argument">
  151. <h4>$startColumn</h4>
  152. <code>string</code>
  153. </div>
  154. <div class="subelement argument">
  155. <h4>$startOffsetX</h4>
  156. <code>integer</code><p>Offset within start cell measured in 1/1024 of the cell width</p>
  157. </div>
  158. <div class="subelement argument">
  159. <h4>$endColumn</h4>
  160. <code>string</code>
  161. </div>
  162. <div class="subelement argument">
  163. <h4>$endOffsetX</h4>
  164. <code>integer</code><p>Offset within end cell measured in 1/1024 of the cell width</p>
  165. </div>
  166. <h3>Returns</h3>
  167. <div class="subelement response">
  168. <code>integer</code>Horizontal measured in pixels</div>
  169. </div></div>
  170. </div>
  171. <a id="method_getDistanceY"></a><div class="element clickable method public method_getDistanceY" data-toggle="collapse" data-target=".method_getDistanceY .collapse">
  172. <h2>Get the vertical distance in pixels between two anchors
  173. The distanceY is found as sum of all the spanning rows minus two offsets</h2>
  174. <pre>getDistanceY(\PHPExcel_Worksheet $sheet, integer $startRow, integer $startOffsetY, integer $endRow, integer $endOffsetY) : integer</pre>
  175. <div class="labels"><span class="label">Static</span></div>
  176. <div class="row collapse"><div class="detail-description">
  177. <div class="long_description"></div>
  178. <h3>Parameters</h3>
  179. <div class="subelement argument">
  180. <h4>$sheet</h4>
  181. <code><a href="../classes/PHPExcel_Worksheet.html">\PHPExcel_Worksheet</a></code>
  182. </div>
  183. <div class="subelement argument">
  184. <h4>$startRow</h4>
  185. <code>integer</code><p>(1-based)</p>
  186. </div>
  187. <div class="subelement argument">
  188. <h4>$startOffsetY</h4>
  189. <code>integer</code><p>Offset within start cell measured in 1/256 of the cell height</p>
  190. </div>
  191. <div class="subelement argument">
  192. <h4>$endRow</h4>
  193. <code>integer</code><p>(1-based)</p>
  194. </div>
  195. <div class="subelement argument">
  196. <h4>$endOffsetY</h4>
  197. <code>integer</code><p>Offset within end cell measured in 1/256 of the cell height</p>
  198. </div>
  199. <h3>Returns</h3>
  200. <div class="subelement response">
  201. <code>integer</code>Vertical distance measured in pixels</div>
  202. </div></div>
  203. </div>
  204. <a id="method_oneAnchor2twoAnchor"></a><div class="element clickable method public method_oneAnchor2twoAnchor" data-toggle="collapse" data-target=".method_oneAnchor2twoAnchor .collapse">
  205. <h2>Convert 1-cell anchor coordinates to 2-cell anchor coordinates
  206. This function is ported from PEAR Spreadsheet_Writer_Excel with small modifications</h2>
  207. <pre>oneAnchor2twoAnchor(<a href="../classes/PHPExcel_Worksheet.html">\PHPExcel_Worksheet</a> $sheet, string $coordinates, integer $offsetX, integer $offsetY, integer $width, integer $height) : array</pre>
  208. <div class="labels"><span class="label">Static</span></div>
  209. <div class="row collapse"><div class="detail-description">
  210. <div class="long_description"><p>Calculate the vertices that define the position of the image as required by
  211. the OBJ record.</p>
  212. <pre><code> +------------+------------+
  213. | A | B |
  214. </code></pre>
  215. <p>+-----+------------+------------+
  216. | |(x1,y1) | |
  217. | 1 |(A1)._______|______ |
  218. | | | | |
  219. | | | | |
  220. +-----+----| BITMAP |-----+
  221. | | | | |
  222. | 2 | |______________. |
  223. | | | (B2)|
  224. | | | (x2,y2)|
  225. +---- +------------+------------+</p>
  226. <p>Example of a bitmap that covers some of the area from cell A1 to cell B2.</p>
  227. <p>Based on the width and height of the bitmap we need to calculate 8 vars:
  228. $col_start, $row_start, $col_end, $row_end, $x1, $y1, $x2, $y2.
  229. The width and height of the cells are also variable and have to be taken into
  230. account.
  231. The values of $col_start and $row_start are passed in from the calling
  232. function. The values of $col_end and $row_end are calculated by subtracting
  233. the width and height of the bitmap from the width and height of the
  234. underlying cells.
  235. The vertices are expressed as a percentage of the underlying cell width as
  236. follows (rhs values are in pixels):</p>
  237. <p>x1 = X / W *1024
  238. y1 = Y / H *256
  239. x2 = (X-1) / W *1024
  240. y2 = (Y-1) / H *256</p>
  241. <p>Where: X is distance from the left side of the underlying cell
  242. Y is distance from the top of the underlying cell
  243. W is the width of the cell
  244. H is the height of the cell</p></div>
  245. <h3>Parameters</h3>
  246. <div class="subelement argument">
  247. <h4>$sheet</h4>
  248. <code><a href="../classes/PHPExcel_Worksheet.html">\PHPExcel_Worksheet</a></code>
  249. </div>
  250. <div class="subelement argument">
  251. <h4>$coordinates</h4>
  252. <code>string</code><p>E.g. 'A1'</p>
  253. </div>
  254. <div class="subelement argument">
  255. <h4>$offsetX</h4>
  256. <code>integer</code><p>Horizontal offset in pixels</p></div>
  257. <div class="subelement argument">
  258. <h4>$offsetY</h4>
  259. <code>integer</code><p>Vertical offset in pixels</p></div>
  260. <div class="subelement argument">
  261. <h4>$width</h4>
  262. <code>integer</code><p>Width in pixels</p></div>
  263. <div class="subelement argument">
  264. <h4>$height</h4>
  265. <code>integer</code><p>Height in pixels</p></div>
  266. <h3>Returns</h3>
  267. <div class="subelement response"><code>array</code></div>
  268. </div></div>
  269. </div>
  270. <a id="method_sizeCol"></a><div class="element clickable method public method_sizeCol" data-toggle="collapse" data-target=".method_sizeCol .collapse">
  271. <h2>Get the width of a column in pixels.</h2>
  272. <pre>sizeCol(<a href="../classes/PHPExcel_Worksheet.html">\PHPExcel_Worksheet</a> $sheet, string $col) : integer</pre>
  273. <div class="labels"><span class="label">Static</span></div>
  274. <div class="row collapse"><div class="detail-description">
  275. <div class="long_description"><p>We use the relationship y = ceil(7x) where
  276. x is the width in intrinsic Excel units (measuring width in number of normal characters)
  277. This holds for Arial 10</p></div>
  278. <h3>Parameters</h3>
  279. <div class="subelement argument">
  280. <h4>$sheet</h4>
  281. <code><a href="../classes/PHPExcel_Worksheet.html">\PHPExcel_Worksheet</a></code><p>The sheet</p></div>
  282. <div class="subelement argument">
  283. <h4>$col</h4>
  284. <code>string</code><p>The column</p></div>
  285. <h3>Returns</h3>
  286. <div class="subelement response">
  287. <code>integer</code>The width in pixels</div>
  288. </div></div>
  289. </div>
  290. <a id="method_sizeRow"></a><div class="element clickable method public method_sizeRow" data-toggle="collapse" data-target=".method_sizeRow .collapse">
  291. <h2>Convert the height of a cell from user's units to pixels.</h2>
  292. <pre>sizeRow(<a href="../classes/PHPExcel_Worksheet.html">\PHPExcel_Worksheet</a> $sheet, integer $row) : integer</pre>
  293. <div class="labels"><span class="label">Static</span></div>
  294. <div class="row collapse"><div class="detail-description">
  295. <div class="long_description"><p>By interpolation
  296. the relationship is: y = 4/3x. If the height hasn't been set by the user we
  297. use the default value. If the row is hidden we use a value of zero.</p></div>
  298. <h3>Parameters</h3>
  299. <div class="subelement argument">
  300. <h4>$sheet</h4>
  301. <code><a href="../classes/PHPExcel_Worksheet.html">\PHPExcel_Worksheet</a></code><p>The sheet</p></div>
  302. <div class="subelement argument">
  303. <h4>$row</h4>
  304. <code>integer</code><p>The row index (1-based)</p>
  305. </div>
  306. <h3>Returns</h3>
  307. <div class="subelement response">
  308. <code>integer</code>The width in pixels</div>
  309. </div></div>
  310. </div>
  311. </div>
  312. </div>
  313. </div>
  314. </div>
  315. <div class="row"><footer class="span12">
  316. 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>
  317. Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a12</a> and<br>
  318. generated on 2014-03-02T15:27:36Z.<br></footer></div>
  319. </div>
  320. </body>
  321. </html>