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.
 
 
 
 

576 wiersze
33 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_OOCalc</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___construct" title="__construct :: Create a new PHPExcel_Reader_OOCalc"><span class="description">Create a new PHPExcel_Reader_OOCalc</span><pre>__construct()</pre></a></li>
  96. <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>
  97. <li class="method public inherited"><a href="#method_getIncludeCharts" title="getIncludeCharts :: Read charts in workbook?
  98. If this is true, then the Reader will include any charts that exist in the workbook."><span class="description">Read charts in workbook?
  99. If this is true, then the Reader will include any charts that exist in the workbook.</span><pre>getIncludeCharts()</pre></a></li>
  100. <li class="method public inherited"><a href="#method_getLoadSheetsOnly" title="getLoadSheetsOnly :: Get which sheets to load
  101. Returns either an array of worksheet names (the list of worksheets that should be loaded), or a null
  102. indicating that all worksheets in the workbook should be loaded."><span class="description">Get which sheets to load
  103. Returns either an array of worksheet names (the list of worksheets that should be loaded), or a null
  104. indicating that all worksheets in the workbook should be loaded.</span><pre>getLoadSheetsOnly()</pre></a></li>
  105. <li class="method public inherited"><a href="#method_getReadDataOnly" title="getReadDataOnly :: 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 class="description">Read data only?
  107. 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>
  108. <li class="method public inherited"><a href="#method_getReadFilter" title="getReadFilter :: Read filter"><span class="description">Read filter</span><pre>getReadFilter()</pre></a></li>
  109. <li class="method public "><a href="#method_listWorksheetInfo" title="listWorksheetInfo :: Return worksheet info (Name, Last Column Letter, Last Column Index, Total Rows, Total Columns)"><span class="description">Return worksheet info (Name, Last Column Letter, Last Column Index, Total Rows, Total Columns)</span><pre>listWorksheetInfo()</pre></a></li>
  110. <li class="method public "><a href="#method_listWorksheetNames" title="listWorksheetNames :: Reads names of the worksheets from a file, without parsing the whole file to a PHPExcel object"><span class="description">Reads names of the worksheets from a file, without parsing the whole file to a PHPExcel object</span><pre>listWorksheetNames()</pre></a></li>
  111. <li class="method public "><a href="#method_load" title="load :: Loads PHPExcel from file"><span class="description">Loads PHPExcel from file</span><pre>load()</pre></a></li>
  112. <li class="method public "><a href="#method_loadIntoExisting" title="loadIntoExisting :: Loads PHPExcel from file into PHPExcel instance"><span class="description">Loads PHPExcel from file into PHPExcel instance</span><pre>loadIntoExisting()</pre></a></li>
  113. <li class="method public inherited"><a href="#method_setIncludeCharts" title="setIncludeCharts :: Set read charts in workbook
  114. Set to true, to advise the Reader to include any charts that exist in the workbook."><span class="description">Set read charts in workbook
  115. Set to true, to advise the Reader to include any charts that exist in the workbook.</span><pre>setIncludeCharts()</pre></a></li>
  116. <li class="method public inherited"><a href="#method_setLoadAllSheets" title="setLoadAllSheets :: Set all sheets to load
  117. Tells the Reader to load all worksheets from the workbook."><span class="description">Set all sheets to load
  118. Tells the Reader to load all worksheets from the workbook.</span><pre>setLoadAllSheets()</pre></a></li>
  119. <li class="method public inherited"><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>
  120. <li class="method public inherited"><a href="#method_setReadDataOnly" title="setReadDataOnly :: Set read data only
  121. 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
  122. 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>
  123. <li class="method public inherited"><a href="#method_setReadFilter" title="setReadFilter :: Set read filter"><span class="description">Set read filter</span><pre>setReadFilter()</pre></a></li>
  124. </ul>
  125. </li>
  126. <li class="nav-header protected">» Protected
  127. <ul><li class="method protected inherited"><a href="#method__openFile" title="_openFile :: Open file for reading"><span class="description">Open file for reading</span><pre>_openFile()</pre></a></li></ul>
  128. </li>
  129. <li class="nav-header private">» Private
  130. <ul>
  131. <li class="method private "><a href="#method__parseRichText" title="_parseRichText :: "><span class="description">_parseRichText()
  132. </span><pre>_parseRichText()</pre></a></li>
  133. <li class="method private "><a href="#method_identifyFixedStyleValue" title="identifyFixedStyleValue :: "><span class="description">identifyFixedStyleValue()
  134. </span><pre>identifyFixedStyleValue()</pre></a></li>
  135. </ul>
  136. </li>
  137. <li class="nav-header">
  138. <i class="icon-custom icon-property"></i> Properties
  139. <ul></ul>
  140. </li>
  141. <li class="nav-header protected">» Protected
  142. <ul>
  143. <li class="property protected inherited"><a href="#property__fileHandle" title="$_fileHandle :: "><span class="description"></span><pre>$_fileHandle</pre></a></li>
  144. <li class="property protected inherited"><a href="#property__includeCharts" title="$_includeCharts :: Read charts that are defined in the workbook?
  145. 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>
  146. <li class="property protected inherited"><a href="#property__loadSheetsOnly" title="$_loadSheetsOnly :: Restrict which sheets should be loaded?
  147. This property holds an array of worksheet names to be loaded."><span class="description"></span><pre>$_loadSheetsOnly</pre></a></li>
  148. <li class="property protected inherited"><a href="#property__readDataOnly" title="$_readDataOnly :: Read data only?
  149. Identifies whether the Reader should only read data values for cells, and ignore any formatting information;
  150. or whether it should read both data and formatting"><span class="description"></span><pre>$_readDataOnly</pre></a></li>
  151. <li class="property protected inherited"><a href="#property__readFilter" title="$_readFilter :: PHPExcel_Reader_IReadFilter instance"><span class="description"></span><pre>$_readFilter</pre></a></li>
  152. </ul>
  153. </li>
  154. <li class="nav-header private">» Private
  155. <ul><li class="property private "><a href="#property__styles" title="$_styles :: Formats"><span class="description"></span><pre>$_styles</pre></a></li></ul>
  156. </li>
  157. </ul>
  158. </div>
  159. <div class="span8">
  160. <a id="\PHPExcel_Reader_OOCalc"></a><ul class="breadcrumb">
  161. <li>
  162. <a href="../index.html"><i class="icon-custom icon-class"></i></a><span class="divider">\</span>
  163. </li>
  164. <li><a href="../namespaces/global.html">global</a></li>
  165. <li class="active">
  166. <span class="divider">\</span><a href="../classes/PHPExcel_Reader_OOCalc.html">PHPExcel_Reader_OOCalc</a>
  167. </li>
  168. </ul>
  169. <div class="element class">
  170. <p class="short_description">PHPExcel_Reader_OOCalc</p>
  171. <div class="details">
  172. <div class="long_description"></div>
  173. <table class="table table-bordered">
  174. <tr>
  175. <th>category</th>
  176. <td>PHPExcel</td>
  177. </tr>
  178. <tr>
  179. <th>package</th>
  180. <td><a href="../packages/PHPExcel.Reader.html">PHPExcel_Reader</a></td>
  181. </tr>
  182. <tr>
  183. <th>copyright</th>
  184. <td>Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)</td>
  185. </tr>
  186. </table>
  187. <h3>
  188. <i class="icon-custom icon-method"></i> Methods</h3>
  189. <a id="method___construct"></a><div class="element clickable method public method___construct" data-toggle="collapse" data-target=".method___construct .collapse">
  190. <h2>Create a new PHPExcel_Reader_OOCalc</h2>
  191. <pre>__construct() </pre>
  192. <div class="labels"></div>
  193. <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
  194. </div>
  195. <a id="method_canRead"></a><div class="element clickable method public method_canRead" data-toggle="collapse" data-target=".method_canRead .collapse">
  196. <h2>Can the current PHPExcel_Reader_IReader read the file?</h2>
  197. <pre>canRead(string $pFilename) : boolean</pre>
  198. <div class="labels"></div>
  199. <div class="row collapse"><div class="detail-description">
  200. <div class="long_description"></div>
  201. <h3>Parameters</h3>
  202. <div class="subelement argument">
  203. <h4>$pFilename</h4>
  204. <code>string</code>
  205. </div>
  206. <h3>Exceptions</h3>
  207. <table class="table table-bordered"><tr>
  208. <th><code><a href="../classes/PHPExcel_Reader_Exception.html">\PHPExcel_Reader_Exception</a></code></th>
  209. <td></td>
  210. </tr></table>
  211. <h3>Returns</h3>
  212. <div class="subelement response"><code>boolean</code></div>
  213. </div></div>
  214. </div>
  215. <a id="method_getIncludeCharts"></a><div class="element clickable method public method_getIncludeCharts" data-toggle="collapse" data-target=".method_getIncludeCharts .collapse">
  216. <h2>Read charts in workbook?
  217. If this is true, then the Reader will include any charts that exist in the workbook.</h2>
  218. <pre>getIncludeCharts() : boolean</pre>
  219. <div class="labels"><span class="label">Inherited</span></div>
  220. <div class="row collapse"><div class="detail-description">
  221. <div class="long_description"><p>Note that a ReadDataOnly value of false overrides, and charts won't be read regardless of the IncludeCharts value.
  222. If false (the default) it will ignore any charts defined in the workbook file.</p></div>
  223. <table class="table table-bordered"><tr>
  224. <th>inherited_from</th>
  225. <td>\PHPExcel_Reader_Abstract::getIncludeCharts()</td>
  226. </tr></table>
  227. <h3>Returns</h3>
  228. <div class="subelement response"><code>boolean</code></div>
  229. </div></div>
  230. </div>
  231. <a id="method_getLoadSheetsOnly"></a><div class="element clickable method public method_getLoadSheetsOnly" data-toggle="collapse" data-target=".method_getLoadSheetsOnly .collapse">
  232. <h2>Get which sheets to load
  233. Returns either an array of worksheet names (the list of worksheets that should be loaded), or a null
  234. indicating that all worksheets in the workbook should be loaded.</h2>
  235. <pre>getLoadSheetsOnly() : mixed</pre>
  236. <div class="labels"><span class="label">Inherited</span></div>
  237. <div class="row collapse"><div class="detail-description">
  238. <div class="long_description"></div>
  239. <table class="table table-bordered"><tr>
  240. <th>inherited_from</th>
  241. <td>\PHPExcel_Reader_Abstract::getLoadSheetsOnly()</td>
  242. </tr></table>
  243. <h3>Returns</h3>
  244. <div class="subelement response"><code>mixed</code></div>
  245. </div></div>
  246. </div>
  247. <a id="method_getReadDataOnly"></a><div class="element clickable method public method_getReadDataOnly" data-toggle="collapse" data-target=".method_getReadDataOnly .collapse">
  248. <h2>Read data only?
  249. If this is true, then the Reader will only read data values for cells, it will not read any formatting information.</h2>
  250. <pre>getReadDataOnly() : boolean</pre>
  251. <div class="labels"><span class="label">Inherited</span></div>
  252. <div class="row collapse"><div class="detail-description">
  253. <div class="long_description"><p>If false (the default) it will read data and formatting.</p></div>
  254. <table class="table table-bordered"><tr>
  255. <th>inherited_from</th>
  256. <td>\PHPExcel_Reader_Abstract::getReadDataOnly()</td>
  257. </tr></table>
  258. <h3>Returns</h3>
  259. <div class="subelement response"><code>boolean</code></div>
  260. </div></div>
  261. </div>
  262. <a id="method_getReadFilter"></a><div class="element clickable method public method_getReadFilter" data-toggle="collapse" data-target=".method_getReadFilter .collapse">
  263. <h2>Read filter</h2>
  264. <pre>getReadFilter() : <a href="../classes/PHPExcel_Reader_IReadFilter.html">\PHPExcel_Reader_IReadFilter</a></pre>
  265. <div class="labels"><span class="label">Inherited</span></div>
  266. <div class="row collapse"><div class="detail-description">
  267. <div class="long_description"></div>
  268. <table class="table table-bordered"><tr>
  269. <th>inherited_from</th>
  270. <td>\PHPExcel_Reader_Abstract::getReadFilter()</td>
  271. </tr></table>
  272. <h3>Returns</h3>
  273. <div class="subelement response"><code><a href="../classes/PHPExcel_Reader_IReadFilter.html">\PHPExcel_Reader_IReadFilter</a></code></div>
  274. </div></div>
  275. </div>
  276. <a id="method_listWorksheetInfo"></a><div class="element clickable method public method_listWorksheetInfo" data-toggle="collapse" data-target=".method_listWorksheetInfo .collapse">
  277. <h2>Return worksheet info (Name, Last Column Letter, Last Column Index, Total Rows, Total Columns)</h2>
  278. <pre>listWorksheetInfo(string $pFilename) </pre>
  279. <div class="labels"></div>
  280. <div class="row collapse"><div class="detail-description">
  281. <div class="long_description"></div>
  282. <h3>Parameters</h3>
  283. <div class="subelement argument">
  284. <h4>$pFilename</h4>
  285. <code>string</code>
  286. </div>
  287. <h3>Exceptions</h3>
  288. <table class="table table-bordered"><tr>
  289. <th><code><a href="../classes/PHPExcel_Reader_Exception.html">\PHPExcel_Reader_Exception</a></code></th>
  290. <td></td>
  291. </tr></table>
  292. </div></div>
  293. </div>
  294. <a id="method_listWorksheetNames"></a><div class="element clickable method public method_listWorksheetNames" data-toggle="collapse" data-target=".method_listWorksheetNames .collapse">
  295. <h2>Reads names of the worksheets from a file, without parsing the whole file to a PHPExcel object</h2>
  296. <pre>listWorksheetNames(string $pFilename) </pre>
  297. <div class="labels"></div>
  298. <div class="row collapse"><div class="detail-description">
  299. <div class="long_description"></div>
  300. <h3>Parameters</h3>
  301. <div class="subelement argument">
  302. <h4>$pFilename</h4>
  303. <code>string</code>
  304. </div>
  305. <h3>Exceptions</h3>
  306. <table class="table table-bordered"><tr>
  307. <th><code><a href="../classes/PHPExcel_Reader_Exception.html">\PHPExcel_Reader_Exception</a></code></th>
  308. <td></td>
  309. </tr></table>
  310. </div></div>
  311. </div>
  312. <a id="method_load"></a><div class="element clickable method public method_load" data-toggle="collapse" data-target=".method_load .collapse">
  313. <h2>Loads PHPExcel from file</h2>
  314. <pre>load(string $pFilename) : <a href="../classes/PHPExcel.html">\PHPExcel</a></pre>
  315. <div class="labels"></div>
  316. <div class="row collapse"><div class="detail-description">
  317. <div class="long_description"></div>
  318. <h3>Parameters</h3>
  319. <div class="subelement argument">
  320. <h4>$pFilename</h4>
  321. <code>string</code>
  322. </div>
  323. <h3>Exceptions</h3>
  324. <table class="table table-bordered"><tr>
  325. <th><code><a href="../classes/PHPExcel_Reader_Exception.html">\PHPExcel_Reader_Exception</a></code></th>
  326. <td></td>
  327. </tr></table>
  328. <h3>Returns</h3>
  329. <div class="subelement response"><code><a href="../classes/PHPExcel.html">\PHPExcel</a></code></div>
  330. </div></div>
  331. </div>
  332. <a id="method_loadIntoExisting"></a><div class="element clickable method public method_loadIntoExisting" data-toggle="collapse" data-target=".method_loadIntoExisting .collapse">
  333. <h2>Loads PHPExcel from file into PHPExcel instance</h2>
  334. <pre>loadIntoExisting(string $pFilename, \PHPExcel $objPHPExcel) : <a href="../classes/PHPExcel.html">\PHPExcel</a></pre>
  335. <div class="labels"></div>
  336. <div class="row collapse"><div class="detail-description">
  337. <div class="long_description"></div>
  338. <h3>Parameters</h3>
  339. <div class="subelement argument">
  340. <h4>$pFilename</h4>
  341. <code>string</code>
  342. </div>
  343. <div class="subelement argument">
  344. <h4>$objPHPExcel</h4>
  345. <code><a href="../classes/PHPExcel.html">\PHPExcel</a></code>
  346. </div>
  347. <h3>Exceptions</h3>
  348. <table class="table table-bordered"><tr>
  349. <th><code><a href="../classes/PHPExcel_Reader_Exception.html">\PHPExcel_Reader_Exception</a></code></th>
  350. <td></td>
  351. </tr></table>
  352. <h3>Returns</h3>
  353. <div class="subelement response"><code><a href="../classes/PHPExcel.html">\PHPExcel</a></code></div>
  354. </div></div>
  355. </div>
  356. <a id="method_setIncludeCharts"></a><div class="element clickable method public method_setIncludeCharts" data-toggle="collapse" data-target=".method_setIncludeCharts .collapse">
  357. <h2>Set read charts in workbook
  358. Set to true, to advise the Reader to include any charts that exist in the workbook.</h2>
  359. <pre>setIncludeCharts(boolean $pValue) : <a href="../classes/PHPExcel_Reader_IReader.html">\PHPExcel_Reader_IReader</a></pre>
  360. <div class="labels"><span class="label">Inherited</span></div>
  361. <div class="row collapse"><div class="detail-description">
  362. <div class="long_description"><p>Note that a ReadDataOnly value of false overrides, and charts won't be read regardless of the IncludeCharts value.
  363. Set to false (the default) to discard charts.</p></div>
  364. <table class="table table-bordered"><tr>
  365. <th>inherited_from</th>
  366. <td>\PHPExcel_Reader_Abstract::setIncludeCharts()</td>
  367. </tr></table>
  368. <h3>Parameters</h3>
  369. <div class="subelement argument">
  370. <h4>$pValue</h4>
  371. <code>boolean</code>
  372. </div>
  373. <h3>Returns</h3>
  374. <div class="subelement response"><code><a href="../classes/PHPExcel_Reader_IReader.html">\PHPExcel_Reader_IReader</a></code></div>
  375. </div></div>
  376. </div>
  377. <a id="method_setLoadAllSheets"></a><div class="element clickable method public method_setLoadAllSheets" data-toggle="collapse" data-target=".method_setLoadAllSheets .collapse">
  378. <h2>Set all sheets to load
  379. Tells the Reader to load all worksheets from the workbook.</h2>
  380. <pre>setLoadAllSheets() : <a href="../classes/PHPExcel_Reader_IReader.html">\PHPExcel_Reader_IReader</a></pre>
  381. <div class="labels"><span class="label">Inherited</span></div>
  382. <div class="row collapse"><div class="detail-description">
  383. <div class="long_description"></div>
  384. <table class="table table-bordered"><tr>
  385. <th>inherited_from</th>
  386. <td>\PHPExcel_Reader_Abstract::setLoadAllSheets()</td>
  387. </tr></table>
  388. <h3>Returns</h3>
  389. <div class="subelement response"><code><a href="../classes/PHPExcel_Reader_IReader.html">\PHPExcel_Reader_IReader</a></code></div>
  390. </div></div>
  391. </div>
  392. <a id="method_setLoadSheetsOnly"></a><div class="element clickable method public method_setLoadSheetsOnly" data-toggle="collapse" data-target=".method_setLoadSheetsOnly .collapse">
  393. <h2>Set which sheets to load</h2>
  394. <pre>setLoadSheetsOnly(mixed $value) : <a href="../classes/PHPExcel_Reader_IReader.html">\PHPExcel_Reader_IReader</a></pre>
  395. <div class="labels"><span class="label">Inherited</span></div>
  396. <div class="row collapse"><div class="detail-description">
  397. <div class="long_description"></div>
  398. <table class="table table-bordered"><tr>
  399. <th>inherited_from</th>
  400. <td>\PHPExcel_Reader_Abstract::setLoadSheetsOnly()</td>
  401. </tr></table>
  402. <h3>Parameters</h3>
  403. <div class="subelement argument">
  404. <h4>$value</h4>
  405. <code>mixed</code><p>This should be either an array of worksheet names to be loaded, or a string containing a single worksheet name.
  406. If NULL, then it tells the Reader to read all worksheets in the workbook</p></div>
  407. <h3>Returns</h3>
  408. <div class="subelement response"><code><a href="../classes/PHPExcel_Reader_IReader.html">\PHPExcel_Reader_IReader</a></code></div>
  409. </div></div>
  410. </div>
  411. <a id="method_setReadDataOnly"></a><div class="element clickable method public method_setReadDataOnly" data-toggle="collapse" data-target=".method_setReadDataOnly .collapse">
  412. <h2>Set read data only
  413. Set to true, to advise the Reader only to read data values for cells, and to ignore any formatting information.</h2>
  414. <pre>setReadDataOnly(boolean $pValue) : <a href="../classes/PHPExcel_Reader_IReader.html">\PHPExcel_Reader_IReader</a></pre>
  415. <div class="labels"><span class="label">Inherited</span></div>
  416. <div class="row collapse"><div class="detail-description">
  417. <div class="long_description"><p>Set to false (the default) to advise the Reader to read both data and formatting for cells.</p></div>
  418. <table class="table table-bordered"><tr>
  419. <th>inherited_from</th>
  420. <td>\PHPExcel_Reader_Abstract::setReadDataOnly()</td>
  421. </tr></table>
  422. <h3>Parameters</h3>
  423. <div class="subelement argument">
  424. <h4>$pValue</h4>
  425. <code>boolean</code>
  426. </div>
  427. <h3>Returns</h3>
  428. <div class="subelement response"><code><a href="../classes/PHPExcel_Reader_IReader.html">\PHPExcel_Reader_IReader</a></code></div>
  429. </div></div>
  430. </div>
  431. <a id="method_setReadFilter"></a><div class="element clickable method public method_setReadFilter" data-toggle="collapse" data-target=".method_setReadFilter .collapse">
  432. <h2>Set read filter</h2>
  433. <pre>setReadFilter(\PHPExcel_Reader_IReadFilter $pValue) : <a href="../classes/PHPExcel_Reader_IReader.html">\PHPExcel_Reader_IReader</a></pre>
  434. <div class="labels"><span class="label">Inherited</span></div>
  435. <div class="row collapse"><div class="detail-description">
  436. <div class="long_description"></div>
  437. <table class="table table-bordered"><tr>
  438. <th>inherited_from</th>
  439. <td>\PHPExcel_Reader_Abstract::setReadFilter()</td>
  440. </tr></table>
  441. <h3>Parameters</h3>
  442. <div class="subelement argument">
  443. <h4>$pValue</h4>
  444. <code><a href="../classes/PHPExcel_Reader_IReadFilter.html">\PHPExcel_Reader_IReadFilter</a></code>
  445. </div>
  446. <h3>Returns</h3>
  447. <div class="subelement response"><code><a href="../classes/PHPExcel_Reader_IReader.html">\PHPExcel_Reader_IReader</a></code></div>
  448. </div></div>
  449. </div>
  450. <a id="method__openFile"></a><div class="element clickable method protected method__openFile" data-toggle="collapse" data-target=".method__openFile .collapse">
  451. <h2>Open file for reading</h2>
  452. <pre>_openFile(string $pFilename) : resource</pre>
  453. <div class="labels"><span class="label">Inherited</span></div>
  454. <div class="row collapse"><div class="detail-description">
  455. <div class="long_description"></div>
  456. <table class="table table-bordered"><tr>
  457. <th>inherited_from</th>
  458. <td>\PHPExcel_Reader_Abstract::_openFile()</td>
  459. </tr></table>
  460. <h3>Parameters</h3>
  461. <div class="subelement argument">
  462. <h4>$pFilename</h4>
  463. <code>string</code>
  464. </div>
  465. <h3>Exceptions</h3>
  466. <table class="table table-bordered"><tr>
  467. <th><code><a href="../classes/PHPExcel_Reader_Exception.html">\PHPExcel_Reader_Exception</a></code></th>
  468. <td></td>
  469. </tr></table>
  470. <h3>Returns</h3>
  471. <div class="subelement response"><code>resource</code></div>
  472. </div></div>
  473. </div>
  474. <a id="method__parseRichText"></a><div class="element clickable method private method__parseRichText" data-toggle="collapse" data-target=".method__parseRichText .collapse">
  475. <h2>_parseRichText()
  476. </h2>
  477. <pre>_parseRichText($is) </pre>
  478. <div class="labels"></div>
  479. <div class="row collapse"><div class="detail-description">
  480. <div class="long_description"></div>
  481. <h3>Parameters</h3>
  482. <div class="subelement argument"><h4>$is</h4></div>
  483. </div></div>
  484. </div>
  485. <a id="method_identifyFixedStyleValue"></a><div class="element clickable method private method_identifyFixedStyleValue" data-toggle="collapse" data-target=".method_identifyFixedStyleValue .collapse">
  486. <h2>identifyFixedStyleValue()
  487. </h2>
  488. <pre>identifyFixedStyleValue($styleList, $styleAttributeValue) </pre>
  489. <div class="labels"><span class="label">Static</span></div>
  490. <div class="row collapse"><div class="detail-description">
  491. <div class="long_description"></div>
  492. <h3>Parameters</h3>
  493. <div class="subelement argument"><h4>$styleList</h4></div>
  494. <div class="subelement argument"><h4>$styleAttributeValue</h4></div>
  495. </div></div>
  496. </div>
  497. <h3>
  498. <i class="icon-custom icon-property"></i> Properties</h3>
  499. <a id="property__fileHandle"> </a><div class="element clickable property protected property__fileHandle" data-toggle="collapse" data-target=".property__fileHandle .collapse">
  500. <h2></h2>
  501. <pre>$_fileHandle </pre>
  502. <div class="labels"><span class="label">Inherited</span></div>
  503. <div class="row collapse"><div class="detail-description">
  504. <div class="long_description"></div>
  505. <table class="table table-bordered"><tr>
  506. <th>inherited_from</th>
  507. <td>\PHPExcel_Reader_Abstract::$$_fileHandle</td>
  508. </tr></table>
  509. </div></div>
  510. </div>
  511. <a id="property__includeCharts"> </a><div class="element clickable property protected property__includeCharts" data-toggle="collapse" data-target=".property__includeCharts .collapse">
  512. <h2></h2>
  513. <pre>$_includeCharts : boolean</pre>
  514. <div class="labels"><span class="label">Inherited</span></div>
  515. <div class="row collapse"><div class="detail-description">
  516. <div class="long_description"></div>
  517. <table class="table table-bordered"><tr>
  518. <th>inherited_from</th>
  519. <td>\PHPExcel_Reader_Abstract::$$_includeCharts</td>
  520. </tr></table>
  521. </div></div>
  522. </div>
  523. <a id="property__loadSheetsOnly"> </a><div class="element clickable property protected property__loadSheetsOnly" data-toggle="collapse" data-target=".property__loadSheetsOnly .collapse">
  524. <h2></h2>
  525. <pre>$_loadSheetsOnly : array</pre>
  526. <div class="labels"><span class="label">Inherited</span></div>
  527. <div class="row collapse"><div class="detail-description">
  528. <div class="long_description"><p>If null, then all worksheets will be loaded.</p></div>
  529. <table class="table table-bordered"><tr>
  530. <th>inherited_from</th>
  531. <td>\PHPExcel_Reader_Abstract::$$_loadSheetsOnly</td>
  532. </tr></table>
  533. </div></div>
  534. </div>
  535. <a id="property__readDataOnly"> </a><div class="element clickable property protected property__readDataOnly" data-toggle="collapse" data-target=".property__readDataOnly .collapse">
  536. <h2></h2>
  537. <pre>$_readDataOnly : boolean</pre>
  538. <div class="labels"><span class="label">Inherited</span></div>
  539. <div class="row collapse"><div class="detail-description">
  540. <div class="long_description"></div>
  541. <table class="table table-bordered"><tr>
  542. <th>inherited_from</th>
  543. <td>\PHPExcel_Reader_Abstract::$$_readDataOnly</td>
  544. </tr></table>
  545. </div></div>
  546. </div>
  547. <a id="property__readFilter"> </a><div class="element clickable property protected property__readFilter" data-toggle="collapse" data-target=".property__readFilter .collapse">
  548. <h2></h2>
  549. <pre>$_readFilter : <a href="../classes/PHPExcel_Reader_IReadFilter.html">\PHPExcel_Reader_IReadFilter</a></pre>
  550. <div class="labels"><span class="label">Inherited</span></div>
  551. <div class="row collapse"><div class="detail-description">
  552. <div class="long_description"></div>
  553. <table class="table table-bordered"><tr>
  554. <th>inherited_from</th>
  555. <td>\PHPExcel_Reader_Abstract::$$_readFilter</td>
  556. </tr></table>
  557. </div></div>
  558. </div>
  559. <a id="property__styles"> </a><div class="element clickable property private property__styles" data-toggle="collapse" data-target=".property__styles .collapse">
  560. <h2></h2>
  561. <pre>$_styles : array</pre>
  562. <div class="labels"></div>
  563. <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
  564. </div>
  565. </div>
  566. </div>
  567. </div>
  568. </div>
  569. <div class="row"><footer class="span12">
  570. 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>
  571. Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a12</a> and<br>
  572. generated on 2014-03-02T15:27:36Z.<br></footer></div>
  573. </div>
  574. </body>
  575. </html>