25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

398 satır
24 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_Reader_Abstract</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">
  92. <li class="nav-header">
  93. <i class="icon-custom icon-method"></i> Methods
  94. <ul>
  95. <li class="method public "><a href="#method_canRead" title="canRead :: Can the current PHPExcel_Reader_IReader read the file?"><span class="description">Can the current PHPExcel_Reader_IReader read the file?</span><pre>canRead()</pre></a></li>
  96. <li class="method public "><a href="#method_getIncludeCharts" title="getIncludeCharts :: Read charts in workbook?
  97. If this is true, then the Reader will include any charts that exist in the workbook."><span class="description">Read charts in workbook?
  98. If this is true, then the Reader will include any charts that exist in the workbook.</span><pre>getIncludeCharts()</pre></a></li>
  99. <li class="method public "><a href="#method_getLoadSheetsOnly" title="getLoadSheetsOnly :: Get which sheets to load
  100. Returns either an array of worksheet names (the list of worksheets that should be loaded), or a null
  101. indicating that all worksheets in the workbook should be loaded."><span class="description">Get which sheets to load
  102. Returns either an array of worksheet names (the list of worksheets that should be loaded), or a null
  103. indicating that all worksheets in the workbook should be loaded.</span><pre>getLoadSheetsOnly()</pre></a></li>
  104. <li class="method public "><a href="#method_getReadDataOnly" title="getReadDataOnly :: Read data only?
  105. If this is true, then the Reader will only read data values for cells, it will not read any formatting information."><span class="description">Read data only?
  106. If this is true, then the Reader will only read data values for cells, it will not read any formatting information.</span><pre>getReadDataOnly()</pre></a></li>
  107. <li class="method public "><a href="#method_getReadFilter" title="getReadFilter :: Read filter"><span class="description">Read filter</span><pre>getReadFilter()</pre></a></li>
  108. <li class="method public inherited"><a href="#method_load" title="load :: Loads PHPExcel from file"><span class="description">Loads PHPExcel from file</span><pre>load()</pre></a></li>
  109. <li class="method public "><a href="#method_setIncludeCharts" title="setIncludeCharts :: Set read charts in workbook
  110. Set to true, to advise the Reader to include any charts that exist in the workbook."><span class="description">Set read charts in workbook
  111. Set to true, to advise the Reader to include any charts that exist in the workbook.</span><pre>setIncludeCharts()</pre></a></li>
  112. <li class="method public "><a href="#method_setLoadAllSheets" title="setLoadAllSheets :: Set all sheets to load
  113. Tells the Reader to load all worksheets from the workbook."><span class="description">Set all sheets to load
  114. Tells the Reader to load all worksheets from the workbook.</span><pre>setLoadAllSheets()</pre></a></li>
  115. <li class="method public "><a href="#method_setLoadSheetsOnly" title="setLoadSheetsOnly :: Set which sheets to load"><span class="description">Set which sheets to load</span><pre>setLoadSheetsOnly()</pre></a></li>
  116. <li class="method public "><a href="#method_setReadDataOnly" title="setReadDataOnly :: Set read data only
  117. Set to true, to advise the Reader only to read data values for cells, and to ignore any formatting information."><span class="description">Set read data only
  118. Set to true, to advise the Reader only to read data values for cells, and to ignore any formatting information.</span><pre>setReadDataOnly()</pre></a></li>
  119. <li class="method public "><a href="#method_setReadFilter" title="setReadFilter :: Set read filter"><span class="description">Set read filter</span><pre>setReadFilter()</pre></a></li>
  120. </ul>
  121. </li>
  122. <li class="nav-header protected">» Protected
  123. <ul><li class="method protected "><a href="#method__openFile" title="_openFile :: Open file for reading"><span class="description">Open file for reading</span><pre>_openFile()</pre></a></li></ul>
  124. </li>
  125. <li class="nav-header">
  126. <i class="icon-custom icon-property"></i> Properties
  127. <ul></ul>
  128. </li>
  129. <li class="nav-header protected">» Protected
  130. <ul>
  131. <li class="property protected "><a href="#property__fileHandle" title="$_fileHandle :: "><span class="description"></span><pre>$_fileHandle</pre></a></li>
  132. <li class="property protected "><a href="#property__includeCharts" title="$_includeCharts :: Read charts that are defined in the workbook?
  133. Identifies whether the Reader should read the definitions for any charts that exist in the workbook;"><span class="description"></span><pre>$_includeCharts</pre></a></li>
  134. <li class="property protected "><a href="#property__loadSheetsOnly" title="$_loadSheetsOnly :: Restrict which sheets should be loaded?
  135. This property holds an array of worksheet names to be loaded."><span class="description"></span><pre>$_loadSheetsOnly</pre></a></li>
  136. <li class="property protected "><a href="#property__readDataOnly" title="$_readDataOnly :: Read data only?
  137. Identifies whether the Reader should only read data values for cells, and ignore any formatting information;
  138. or whether it should read both data and formatting"><span class="description"></span><pre>$_readDataOnly</pre></a></li>
  139. <li class="property protected "><a href="#property__readFilter" title="$_readFilter :: PHPExcel_Reader_IReadFilter instance"><span class="description"></span><pre>$_readFilter</pre></a></li>
  140. </ul>
  141. </li>
  142. </ul>
  143. </div>
  144. <div class="span8">
  145. <a id="\PHPExcel_Reader_Abstract"></a><ul class="breadcrumb">
  146. <li>
  147. <a href="../index.html"><i class="icon-custom icon-class"></i></a><span class="divider">\</span>
  148. </li>
  149. <li><a href="../namespaces/global.html">global</a></li>
  150. <li class="active">
  151. <span class="divider">\</span><a href="../classes/PHPExcel_Reader_Abstract.html">PHPExcel_Reader_Abstract</a>
  152. </li>
  153. </ul>
  154. <div class="element class">
  155. <p class="short_description">PHPExcel_Reader_Abstract</p>
  156. <div class="details">
  157. <div class="long_description"></div>
  158. <table class="table table-bordered">
  159. <tr>
  160. <th>category</th>
  161. <td>PHPExcel</td>
  162. </tr>
  163. <tr>
  164. <th>package</th>
  165. <td><a href="../packages/PHPExcel.Reader.html">PHPExcel_Reader</a></td>
  166. </tr>
  167. <tr>
  168. <th>copyright</th>
  169. <td>Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)</td>
  170. </tr>
  171. </table>
  172. <h3>
  173. <i class="icon-custom icon-method"></i> Methods</h3>
  174. <a id="method_canRead"></a><div class="element clickable method public method_canRead" data-toggle="collapse" data-target=".method_canRead .collapse">
  175. <h2>Can the current PHPExcel_Reader_IReader read the file?</h2>
  176. <pre>canRead(string $pFilename) : boolean</pre>
  177. <div class="labels"></div>
  178. <div class="row collapse"><div class="detail-description">
  179. <div class="long_description"></div>
  180. <h3>Parameters</h3>
  181. <div class="subelement argument">
  182. <h4>$pFilename</h4>
  183. <code>string</code>
  184. </div>
  185. <h3>Exceptions</h3>
  186. <table class="table table-bordered"><tr>
  187. <th><code><a href="../classes/PHPExcel_Reader_Exception.html">\PHPExcel_Reader_Exception</a></code></th>
  188. <td></td>
  189. </tr></table>
  190. <h3>Returns</h3>
  191. <div class="subelement response"><code>boolean</code></div>
  192. </div></div>
  193. </div>
  194. <a id="method_getIncludeCharts"></a><div class="element clickable method public method_getIncludeCharts" data-toggle="collapse" data-target=".method_getIncludeCharts .collapse">
  195. <h2>Read charts in workbook?
  196. If this is true, then the Reader will include any charts that exist in the workbook.</h2>
  197. <pre>getIncludeCharts() : boolean</pre>
  198. <div class="labels"></div>
  199. <div class="row collapse"><div class="detail-description">
  200. <div class="long_description"><p>Note that a ReadDataOnly value of false overrides, and charts won't be read regardless of the IncludeCharts value.
  201. If false (the default) it will ignore any charts defined in the workbook file.</p></div>
  202. <h3>Returns</h3>
  203. <div class="subelement response"><code>boolean</code></div>
  204. </div></div>
  205. </div>
  206. <a id="method_getLoadSheetsOnly"></a><div class="element clickable method public method_getLoadSheetsOnly" data-toggle="collapse" data-target=".method_getLoadSheetsOnly .collapse">
  207. <h2>Get which sheets to load
  208. Returns either an array of worksheet names (the list of worksheets that should be loaded), or a null
  209. indicating that all worksheets in the workbook should be loaded.</h2>
  210. <pre>getLoadSheetsOnly() : mixed</pre>
  211. <div class="labels"></div>
  212. <div class="row collapse"><div class="detail-description">
  213. <div class="long_description"></div>
  214. <h3>Returns</h3>
  215. <div class="subelement response"><code>mixed</code></div>
  216. </div></div>
  217. </div>
  218. <a id="method_getReadDataOnly"></a><div class="element clickable method public method_getReadDataOnly" data-toggle="collapse" data-target=".method_getReadDataOnly .collapse">
  219. <h2>Read data only?
  220. If this is true, then the Reader will only read data values for cells, it will not read any formatting information.</h2>
  221. <pre>getReadDataOnly() : boolean</pre>
  222. <div class="labels"></div>
  223. <div class="row collapse"><div class="detail-description">
  224. <div class="long_description"><p>If false (the default) it will read data and formatting.</p></div>
  225. <h3>Returns</h3>
  226. <div class="subelement response"><code>boolean</code></div>
  227. </div></div>
  228. </div>
  229. <a id="method_getReadFilter"></a><div class="element clickable method public method_getReadFilter" data-toggle="collapse" data-target=".method_getReadFilter .collapse">
  230. <h2>Read filter</h2>
  231. <pre>getReadFilter() : <a href="../classes/PHPExcel_Reader_IReadFilter.html">\PHPExcel_Reader_IReadFilter</a></pre>
  232. <div class="labels"></div>
  233. <div class="row collapse"><div class="detail-description">
  234. <div class="long_description"></div>
  235. <h3>Returns</h3>
  236. <div class="subelement response"><code><a href="../classes/PHPExcel_Reader_IReadFilter.html">\PHPExcel_Reader_IReadFilter</a></code></div>
  237. </div></div>
  238. </div>
  239. <a id="method_load"></a><div class="element clickable method public method_load" data-toggle="collapse" data-target=".method_load .collapse">
  240. <h2>Loads PHPExcel from file</h2>
  241. <pre>load(string $pFilename) </pre>
  242. <div class="labels"><span class="label">Inherited</span></div>
  243. <div class="row collapse"><div class="detail-description">
  244. <div class="long_description"></div>
  245. <table class="table table-bordered"><tr>
  246. <th>inherited_from</th>
  247. <td>\PHPExcel_Reader_IReader::load()</td>
  248. </tr></table>
  249. <h3>Parameters</h3>
  250. <div class="subelement argument">
  251. <h4>$pFilename</h4>
  252. <code>string</code>
  253. </div>
  254. <h3>Exceptions</h3>
  255. <table class="table table-bordered"><tr>
  256. <th><code><a href="../classes/PHPExcel_Reader_Exception.html">\PHPExcel_Reader_Exception</a></code></th>
  257. <td></td>
  258. </tr></table>
  259. </div></div>
  260. </div>
  261. <a id="method_setIncludeCharts"></a><div class="element clickable method public method_setIncludeCharts" data-toggle="collapse" data-target=".method_setIncludeCharts .collapse">
  262. <h2>Set read charts in workbook
  263. Set to true, to advise the Reader to include any charts that exist in the workbook.</h2>
  264. <pre>setIncludeCharts(boolean $pValue) : <a href="../classes/PHPExcel_Reader_IReader.html">\PHPExcel_Reader_IReader</a></pre>
  265. <div class="labels"></div>
  266. <div class="row collapse"><div class="detail-description">
  267. <div class="long_description"><p>Note that a ReadDataOnly value of false overrides, and charts won't be read regardless of the IncludeCharts value.
  268. Set to false (the default) to discard charts.</p></div>
  269. <h3>Parameters</h3>
  270. <div class="subelement argument">
  271. <h4>$pValue</h4>
  272. <code>boolean</code>
  273. </div>
  274. <h3>Returns</h3>
  275. <div class="subelement response"><code><a href="../classes/PHPExcel_Reader_IReader.html">\PHPExcel_Reader_IReader</a></code></div>
  276. </div></div>
  277. </div>
  278. <a id="method_setLoadAllSheets"></a><div class="element clickable method public method_setLoadAllSheets" data-toggle="collapse" data-target=".method_setLoadAllSheets .collapse">
  279. <h2>Set all sheets to load
  280. Tells the Reader to load all worksheets from the workbook.</h2>
  281. <pre>setLoadAllSheets() : <a href="../classes/PHPExcel_Reader_IReader.html">\PHPExcel_Reader_IReader</a></pre>
  282. <div class="labels"></div>
  283. <div class="row collapse"><div class="detail-description">
  284. <div class="long_description"></div>
  285. <h3>Returns</h3>
  286. <div class="subelement response"><code><a href="../classes/PHPExcel_Reader_IReader.html">\PHPExcel_Reader_IReader</a></code></div>
  287. </div></div>
  288. </div>
  289. <a id="method_setLoadSheetsOnly"></a><div class="element clickable method public method_setLoadSheetsOnly" data-toggle="collapse" data-target=".method_setLoadSheetsOnly .collapse">
  290. <h2>Set which sheets to load</h2>
  291. <pre>setLoadSheetsOnly(mixed $value) : <a href="../classes/PHPExcel_Reader_IReader.html">\PHPExcel_Reader_IReader</a></pre>
  292. <div class="labels"></div>
  293. <div class="row collapse"><div class="detail-description">
  294. <div class="long_description"></div>
  295. <h3>Parameters</h3>
  296. <div class="subelement argument">
  297. <h4>$value</h4>
  298. <code>mixed</code><p>This should be either an array of worksheet names to be loaded, or a string containing a single worksheet name.
  299. If NULL, then it tells the Reader to read all worksheets in the workbook</p></div>
  300. <h3>Returns</h3>
  301. <div class="subelement response"><code><a href="../classes/PHPExcel_Reader_IReader.html">\PHPExcel_Reader_IReader</a></code></div>
  302. </div></div>
  303. </div>
  304. <a id="method_setReadDataOnly"></a><div class="element clickable method public method_setReadDataOnly" data-toggle="collapse" data-target=".method_setReadDataOnly .collapse">
  305. <h2>Set read data only
  306. Set to true, to advise the Reader only to read data values for cells, and to ignore any formatting information.</h2>
  307. <pre>setReadDataOnly(boolean $pValue) : <a href="../classes/PHPExcel_Reader_IReader.html">\PHPExcel_Reader_IReader</a></pre>
  308. <div class="labels"></div>
  309. <div class="row collapse"><div class="detail-description">
  310. <div class="long_description"><p>Set to false (the default) to advise the Reader to read both data and formatting for cells.</p></div>
  311. <h3>Parameters</h3>
  312. <div class="subelement argument">
  313. <h4>$pValue</h4>
  314. <code>boolean</code>
  315. </div>
  316. <h3>Returns</h3>
  317. <div class="subelement response"><code><a href="../classes/PHPExcel_Reader_IReader.html">\PHPExcel_Reader_IReader</a></code></div>
  318. </div></div>
  319. </div>
  320. <a id="method_setReadFilter"></a><div class="element clickable method public method_setReadFilter" data-toggle="collapse" data-target=".method_setReadFilter .collapse">
  321. <h2>Set read filter</h2>
  322. <pre>setReadFilter(\PHPExcel_Reader_IReadFilter $pValue) : <a href="../classes/PHPExcel_Reader_IReader.html">\PHPExcel_Reader_IReader</a></pre>
  323. <div class="labels"></div>
  324. <div class="row collapse"><div class="detail-description">
  325. <div class="long_description"></div>
  326. <h3>Parameters</h3>
  327. <div class="subelement argument">
  328. <h4>$pValue</h4>
  329. <code><a href="../classes/PHPExcel_Reader_IReadFilter.html">\PHPExcel_Reader_IReadFilter</a></code>
  330. </div>
  331. <h3>Returns</h3>
  332. <div class="subelement response"><code><a href="../classes/PHPExcel_Reader_IReader.html">\PHPExcel_Reader_IReader</a></code></div>
  333. </div></div>
  334. </div>
  335. <a id="method__openFile"></a><div class="element clickable method protected method__openFile" data-toggle="collapse" data-target=".method__openFile .collapse">
  336. <h2>Open file for reading</h2>
  337. <pre>_openFile(string $pFilename) : resource</pre>
  338. <div class="labels"></div>
  339. <div class="row collapse"><div class="detail-description">
  340. <div class="long_description"></div>
  341. <h3>Parameters</h3>
  342. <div class="subelement argument">
  343. <h4>$pFilename</h4>
  344. <code>string</code>
  345. </div>
  346. <h3>Exceptions</h3>
  347. <table class="table table-bordered"><tr>
  348. <th><code><a href="../classes/PHPExcel_Reader_Exception.html">\PHPExcel_Reader_Exception</a></code></th>
  349. <td></td>
  350. </tr></table>
  351. <h3>Returns</h3>
  352. <div class="subelement response"><code>resource</code></div>
  353. </div></div>
  354. </div>
  355. <h3>
  356. <i class="icon-custom icon-property"></i> Properties</h3>
  357. <a id="property__fileHandle"> </a><div class="element clickable property protected property__fileHandle" data-toggle="collapse" data-target=".property__fileHandle .collapse">
  358. <h2></h2>
  359. <pre>$_fileHandle </pre>
  360. <div class="labels"></div>
  361. <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
  362. </div>
  363. <a id="property__includeCharts"> </a><div class="element clickable property protected property__includeCharts" data-toggle="collapse" data-target=".property__includeCharts .collapse">
  364. <h2></h2>
  365. <pre>$_includeCharts : boolean</pre>
  366. <div class="labels"></div>
  367. <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
  368. </div>
  369. <a id="property__loadSheetsOnly"> </a><div class="element clickable property protected property__loadSheetsOnly" data-toggle="collapse" data-target=".property__loadSheetsOnly .collapse">
  370. <h2></h2>
  371. <pre>$_loadSheetsOnly : array</pre>
  372. <div class="labels"></div>
  373. <div class="row collapse"><div class="detail-description"><div class="long_description"><p>If null, then all worksheets will be loaded.</p></div></div></div>
  374. </div>
  375. <a id="property__readDataOnly"> </a><div class="element clickable property protected property__readDataOnly" data-toggle="collapse" data-target=".property__readDataOnly .collapse">
  376. <h2></h2>
  377. <pre>$_readDataOnly : boolean</pre>
  378. <div class="labels"></div>
  379. <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
  380. </div>
  381. <a id="property__readFilter"> </a><div class="element clickable property protected property__readFilter" data-toggle="collapse" data-target=".property__readFilter .collapse">
  382. <h2></h2>
  383. <pre>$_readFilter : <a href="../classes/PHPExcel_Reader_IReadFilter.html">\PHPExcel_Reader_IReadFilter</a></pre>
  384. <div class="labels"></div>
  385. <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
  386. </div>
  387. </div>
  388. </div>
  389. </div>
  390. </div>
  391. <div class="row"><footer class="span12">
  392. 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>
  393. Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a12</a> and<br>
  394. generated on 2014-03-02T15:27:35Z.<br></footer></div>
  395. </div>
  396. </body>
  397. </html>