Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

785 rader
44 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_CSV</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_CSV"><span class="description">Create a new PHPExcel_Reader_CSV</span><pre>__construct()</pre></a></li>
  96. <li class="method public inherited"><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 "><a href="#method_getContiguous" title="getContiguous :: Get Contiguous"><span class="description">Get Contiguous</span><pre>getContiguous()</pre></a></li>
  98. <li class="method public "><a href="#method_getDelimiter" title="getDelimiter :: Get delimiter"><span class="description">Get delimiter</span><pre>getDelimiter()</pre></a></li>
  99. <li class="method public "><a href="#method_getEnclosure" title="getEnclosure :: Get enclosure"><span class="description">Get enclosure</span><pre>getEnclosure()</pre></a></li>
  100. <li class="method public inherited"><a href="#method_getIncludeCharts" title="getIncludeCharts :: Read charts in workbook?
  101. If this is true, then the Reader will include any charts that exist in the workbook."><span class="description">Read charts in workbook?
  102. If this is true, then the Reader will include any charts that exist in the workbook.</span><pre>getIncludeCharts()</pre></a></li>
  103. <li class="method public "><a href="#method_getInputEncoding" title="getInputEncoding :: Get input encoding"><span class="description">Get input encoding</span><pre>getInputEncoding()</pre></a></li>
  104. <li class="method public "><a href="#method_getLineEnding" title="getLineEnding :: Get line ending"><span class="description">Get line ending</span><pre>getLineEnding()</pre></a></li>
  105. <li class="method public inherited"><a href="#method_getLoadSheetsOnly" title="getLoadSheetsOnly :: Get which sheets to load
  106. Returns either an array of worksheet names (the list of worksheets that should be loaded), or a null
  107. indicating that all worksheets in the workbook should be loaded."><span class="description">Get which sheets to load
  108. Returns either an array of worksheet names (the list of worksheets that should be loaded), or a null
  109. indicating that all worksheets in the workbook should be loaded.</span><pre>getLoadSheetsOnly()</pre></a></li>
  110. <li class="method public inherited"><a href="#method_getReadDataOnly" title="getReadDataOnly :: Read data only?
  111. 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?
  112. 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>
  113. <li class="method public inherited"><a href="#method_getReadFilter" title="getReadFilter :: Read filter"><span class="description">Read filter</span><pre>getReadFilter()</pre></a></li>
  114. <li class="method public "><a href="#method_getSheetIndex" title="getSheetIndex :: Get sheet index"><span class="description">Get sheet index</span><pre>getSheetIndex()</pre></a></li>
  115. <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>
  116. <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>
  117. <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>
  118. <li class="method public "><a href="#method_setContiguous" title="setContiguous :: Set Contiguous"><span class="description">Set Contiguous</span><pre>setContiguous()</pre></a></li>
  119. <li class="method public "><a href="#method_setDelimiter" title="setDelimiter :: Set delimiter"><span class="description">Set delimiter</span><pre>setDelimiter()</pre></a></li>
  120. <li class="method public "><a href="#method_setEnclosure" title="setEnclosure :: Set enclosure"><span class="description">Set enclosure</span><pre>setEnclosure()</pre></a></li>
  121. <li class="method public inherited"><a href="#method_setIncludeCharts" title="setIncludeCharts :: Set read charts in workbook
  122. Set to true, to advise the Reader to include any charts that exist in the workbook."><span class="description">Set read charts in workbook
  123. Set to true, to advise the Reader to include any charts that exist in the workbook.</span><pre>setIncludeCharts()</pre></a></li>
  124. <li class="method public "><a href="#method_setInputEncoding" title="setInputEncoding :: Set input encoding"><span class="description">Set input encoding</span><pre>setInputEncoding()</pre></a></li>
  125. <li class="method public "><a href="#method_setLineEnding" title="setLineEnding :: Set line ending"><span class="description">Set line ending</span><pre>setLineEnding()</pre></a></li>
  126. <li class="method public inherited"><a href="#method_setLoadAllSheets" title="setLoadAllSheets :: Set all sheets to load
  127. Tells the Reader to load all worksheets from the workbook."><span class="description">Set all sheets to load
  128. Tells the Reader to load all worksheets from the workbook.</span><pre>setLoadAllSheets()</pre></a></li>
  129. <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>
  130. <li class="method public inherited"><a href="#method_setReadDataOnly" title="setReadDataOnly :: Set read data only
  131. 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
  132. 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>
  133. <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>
  134. <li class="method public "><a href="#method_setSheetIndex" title="setSheetIndex :: Set sheet index"><span class="description">Set sheet index</span><pre>setSheetIndex()</pre></a></li>
  135. </ul>
  136. </li>
  137. <li class="nav-header protected">» Protected
  138. <ul>
  139. <li class="method protected "><a href="#method__isValidFormat" title="_isValidFormat :: Validate that the current file is a CSV file"><span class="description">Validate that the current file is a CSV file</span><pre>_isValidFormat()</pre></a></li>
  140. <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>
  141. <li class="method protected "><a href="#method__skipBOM" title="_skipBOM :: Move filepointer past any BOM marker"><span class="description">Move filepointer past any BOM marker</span><pre>_skipBOM()</pre></a></li>
  142. </ul>
  143. </li>
  144. <li class="nav-header">
  145. <i class="icon-custom icon-property"></i> Properties
  146. <ul></ul>
  147. </li>
  148. <li class="nav-header protected">» Protected
  149. <ul>
  150. <li class="property protected inherited"><a href="#property__fileHandle" title="$_fileHandle :: "><span class="description"></span><pre>$_fileHandle</pre></a></li>
  151. <li class="property protected inherited"><a href="#property__includeCharts" title="$_includeCharts :: Read charts that are defined in the workbook?
  152. 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>
  153. <li class="property protected inherited"><a href="#property__loadSheetsOnly" title="$_loadSheetsOnly :: Restrict which sheets should be loaded?
  154. This property holds an array of worksheet names to be loaded."><span class="description"></span><pre>$_loadSheetsOnly</pre></a></li>
  155. <li class="property protected inherited"><a href="#property__readDataOnly" title="$_readDataOnly :: Read data only?
  156. Identifies whether the Reader should only read data values for cells, and ignore any formatting information;
  157. or whether it should read both data and formatting"><span class="description"></span><pre>$_readDataOnly</pre></a></li>
  158. <li class="property protected inherited"><a href="#property__readFilter" title="$_readFilter :: PHPExcel_Reader_IReadFilter instance"><span class="description"></span><pre>$_readFilter</pre></a></li>
  159. </ul>
  160. </li>
  161. <li class="nav-header private">» Private
  162. <ul>
  163. <li class="property private "><a href="#property__contiguous" title="$_contiguous :: Load rows contiguously"><span class="description"></span><pre>$_contiguous</pre></a></li>
  164. <li class="property private "><a href="#property__contiguousRow" title="$_contiguousRow :: Row counter for loading rows contiguously"><span class="description"></span><pre>$_contiguousRow</pre></a></li>
  165. <li class="property private "><a href="#property__delimiter" title="$_delimiter :: Delimiter"><span class="description"></span><pre>$_delimiter</pre></a></li>
  166. <li class="property private "><a href="#property__enclosure" title="$_enclosure :: Enclosure"><span class="description"></span><pre>$_enclosure</pre></a></li>
  167. <li class="property private "><a href="#property__inputEncoding" title="$_inputEncoding :: Input encoding"><span class="description"></span><pre>$_inputEncoding</pre></a></li>
  168. <li class="property private "><a href="#property__lineEnding" title="$_lineEnding :: Line ending"><span class="description"></span><pre>$_lineEnding</pre></a></li>
  169. <li class="property private "><a href="#property__sheetIndex" title="$_sheetIndex :: Sheet index to read"><span class="description"></span><pre>$_sheetIndex</pre></a></li>
  170. </ul>
  171. </li>
  172. </ul>
  173. </div>
  174. <div class="span8">
  175. <a id="\PHPExcel_Reader_CSV"></a><ul class="breadcrumb">
  176. <li>
  177. <a href="../index.html"><i class="icon-custom icon-class"></i></a><span class="divider">\</span>
  178. </li>
  179. <li><a href="../namespaces/global.html">global</a></li>
  180. <li class="active">
  181. <span class="divider">\</span><a href="../classes/PHPExcel_Reader_CSV.html">PHPExcel_Reader_CSV</a>
  182. </li>
  183. </ul>
  184. <div class="element class">
  185. <p class="short_description">PHPExcel_Reader_CSV</p>
  186. <div class="details">
  187. <div class="long_description"></div>
  188. <table class="table table-bordered">
  189. <tr>
  190. <th>category</th>
  191. <td>PHPExcel</td>
  192. </tr>
  193. <tr>
  194. <th>package</th>
  195. <td><a href="../packages/PHPExcel.Reader.html">PHPExcel_Reader</a></td>
  196. </tr>
  197. <tr>
  198. <th>copyright</th>
  199. <td>Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)</td>
  200. </tr>
  201. </table>
  202. <h3>
  203. <i class="icon-custom icon-method"></i> Methods</h3>
  204. <a id="method___construct"></a><div class="element clickable method public method___construct" data-toggle="collapse" data-target=".method___construct .collapse">
  205. <h2>Create a new PHPExcel_Reader_CSV</h2>
  206. <pre>__construct() </pre>
  207. <div class="labels"></div>
  208. <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
  209. </div>
  210. <a id="method_canRead"></a><div class="element clickable method public method_canRead" data-toggle="collapse" data-target=".method_canRead .collapse">
  211. <h2>Can the current PHPExcel_Reader_IReader read the file?</h2>
  212. <pre>canRead(string $pFilename) : boolean</pre>
  213. <div class="labels"><span class="label">Inherited</span></div>
  214. <div class="row collapse"><div class="detail-description">
  215. <div class="long_description"></div>
  216. <table class="table table-bordered"><tr>
  217. <th>inherited_from</th>
  218. <td>\PHPExcel_Reader_IReader::canRead()</td>
  219. </tr></table>
  220. <h3>Parameters</h3>
  221. <div class="subelement argument">
  222. <h4>$pFilename</h4>
  223. <code>string</code>
  224. </div>
  225. <h3>Exceptions</h3>
  226. <table class="table table-bordered"><tr>
  227. <th><code><a href="../classes/PHPExcel_Reader_Exception.html">\PHPExcel_Reader_Exception</a></code></th>
  228. <td></td>
  229. </tr></table>
  230. <h3>Returns</h3>
  231. <div class="subelement response"><code>boolean</code></div>
  232. </div></div>
  233. </div>
  234. <a id="method_getContiguous"></a><div class="element clickable method public method_getContiguous" data-toggle="collapse" data-target=".method_getContiguous .collapse">
  235. <h2>Get Contiguous</h2>
  236. <pre>getContiguous() : boolean</pre>
  237. <div class="labels"></div>
  238. <div class="row collapse"><div class="detail-description">
  239. <div class="long_description"></div>
  240. <h3>Returns</h3>
  241. <div class="subelement response"><code>boolean</code></div>
  242. </div></div>
  243. </div>
  244. <a id="method_getDelimiter"></a><div class="element clickable method public method_getDelimiter" data-toggle="collapse" data-target=".method_getDelimiter .collapse">
  245. <h2>Get delimiter</h2>
  246. <pre>getDelimiter() : string</pre>
  247. <div class="labels"></div>
  248. <div class="row collapse"><div class="detail-description">
  249. <div class="long_description"></div>
  250. <h3>Returns</h3>
  251. <div class="subelement response"><code>string</code></div>
  252. </div></div>
  253. </div>
  254. <a id="method_getEnclosure"></a><div class="element clickable method public method_getEnclosure" data-toggle="collapse" data-target=".method_getEnclosure .collapse">
  255. <h2>Get enclosure</h2>
  256. <pre>getEnclosure() : string</pre>
  257. <div class="labels"></div>
  258. <div class="row collapse"><div class="detail-description">
  259. <div class="long_description"></div>
  260. <h3>Returns</h3>
  261. <div class="subelement response"><code>string</code></div>
  262. </div></div>
  263. </div>
  264. <a id="method_getIncludeCharts"></a><div class="element clickable method public method_getIncludeCharts" data-toggle="collapse" data-target=".method_getIncludeCharts .collapse">
  265. <h2>Read charts in workbook?
  266. If this is true, then the Reader will include any charts that exist in the workbook.</h2>
  267. <pre>getIncludeCharts() : boolean</pre>
  268. <div class="labels"><span class="label">Inherited</span></div>
  269. <div class="row collapse"><div class="detail-description">
  270. <div class="long_description"><p>Note that a ReadDataOnly value of false overrides, and charts won't be read regardless of the IncludeCharts value.
  271. If false (the default) it will ignore any charts defined in the workbook file.</p></div>
  272. <table class="table table-bordered"><tr>
  273. <th>inherited_from</th>
  274. <td>\PHPExcel_Reader_Abstract::getIncludeCharts()</td>
  275. </tr></table>
  276. <h3>Returns</h3>
  277. <div class="subelement response"><code>boolean</code></div>
  278. </div></div>
  279. </div>
  280. <a id="method_getInputEncoding"></a><div class="element clickable method public method_getInputEncoding" data-toggle="collapse" data-target=".method_getInputEncoding .collapse">
  281. <h2>Get input encoding</h2>
  282. <pre>getInputEncoding() : string</pre>
  283. <div class="labels"></div>
  284. <div class="row collapse"><div class="detail-description">
  285. <div class="long_description"></div>
  286. <h3>Returns</h3>
  287. <div class="subelement response"><code>string</code></div>
  288. </div></div>
  289. </div>
  290. <a id="method_getLineEnding"></a><div class="element clickable method public method_getLineEnding" data-toggle="collapse" data-target=".method_getLineEnding .collapse">
  291. <h2>Get line ending</h2>
  292. <pre>getLineEnding() : string</pre>
  293. <div class="labels"></div>
  294. <div class="row collapse"><div class="detail-description">
  295. <div class="long_description"></div>
  296. <h3>Returns</h3>
  297. <div class="subelement response"><code>string</code></div>
  298. </div></div>
  299. </div>
  300. <a id="method_getLoadSheetsOnly"></a><div class="element clickable method public method_getLoadSheetsOnly" data-toggle="collapse" data-target=".method_getLoadSheetsOnly .collapse">
  301. <h2>Get which sheets to load
  302. Returns either an array of worksheet names (the list of worksheets that should be loaded), or a null
  303. indicating that all worksheets in the workbook should be loaded.</h2>
  304. <pre>getLoadSheetsOnly() : mixed</pre>
  305. <div class="labels"><span class="label">Inherited</span></div>
  306. <div class="row collapse"><div class="detail-description">
  307. <div class="long_description"></div>
  308. <table class="table table-bordered"><tr>
  309. <th>inherited_from</th>
  310. <td>\PHPExcel_Reader_Abstract::getLoadSheetsOnly()</td>
  311. </tr></table>
  312. <h3>Returns</h3>
  313. <div class="subelement response"><code>mixed</code></div>
  314. </div></div>
  315. </div>
  316. <a id="method_getReadDataOnly"></a><div class="element clickable method public method_getReadDataOnly" data-toggle="collapse" data-target=".method_getReadDataOnly .collapse">
  317. <h2>Read data only?
  318. If this is true, then the Reader will only read data values for cells, it will not read any formatting information.</h2>
  319. <pre>getReadDataOnly() : boolean</pre>
  320. <div class="labels"><span class="label">Inherited</span></div>
  321. <div class="row collapse"><div class="detail-description">
  322. <div class="long_description"><p>If false (the default) it will read data and formatting.</p></div>
  323. <table class="table table-bordered"><tr>
  324. <th>inherited_from</th>
  325. <td>\PHPExcel_Reader_Abstract::getReadDataOnly()</td>
  326. </tr></table>
  327. <h3>Returns</h3>
  328. <div class="subelement response"><code>boolean</code></div>
  329. </div></div>
  330. </div>
  331. <a id="method_getReadFilter"></a><div class="element clickable method public method_getReadFilter" data-toggle="collapse" data-target=".method_getReadFilter .collapse">
  332. <h2>Read filter</h2>
  333. <pre>getReadFilter() : <a href="../classes/PHPExcel_Reader_IReadFilter.html">\PHPExcel_Reader_IReadFilter</a></pre>
  334. <div class="labels"><span class="label">Inherited</span></div>
  335. <div class="row collapse"><div class="detail-description">
  336. <div class="long_description"></div>
  337. <table class="table table-bordered"><tr>
  338. <th>inherited_from</th>
  339. <td>\PHPExcel_Reader_Abstract::getReadFilter()</td>
  340. </tr></table>
  341. <h3>Returns</h3>
  342. <div class="subelement response"><code><a href="../classes/PHPExcel_Reader_IReadFilter.html">\PHPExcel_Reader_IReadFilter</a></code></div>
  343. </div></div>
  344. </div>
  345. <a id="method_getSheetIndex"></a><div class="element clickable method public method_getSheetIndex" data-toggle="collapse" data-target=".method_getSheetIndex .collapse">
  346. <h2>Get sheet index</h2>
  347. <pre>getSheetIndex() : integer</pre>
  348. <div class="labels"></div>
  349. <div class="row collapse"><div class="detail-description">
  350. <div class="long_description"></div>
  351. <h3>Returns</h3>
  352. <div class="subelement response"><code>integer</code></div>
  353. </div></div>
  354. </div>
  355. <a id="method_listWorksheetInfo"></a><div class="element clickable method public method_listWorksheetInfo" data-toggle="collapse" data-target=".method_listWorksheetInfo .collapse">
  356. <h2>Return worksheet info (Name, Last Column Letter, Last Column Index, Total Rows, Total Columns)</h2>
  357. <pre>listWorksheetInfo(string $pFilename) </pre>
  358. <div class="labels"></div>
  359. <div class="row collapse"><div class="detail-description">
  360. <div class="long_description"></div>
  361. <h3>Parameters</h3>
  362. <div class="subelement argument">
  363. <h4>$pFilename</h4>
  364. <code>string</code>
  365. </div>
  366. <h3>Exceptions</h3>
  367. <table class="table table-bordered"><tr>
  368. <th><code><a href="../classes/PHPExcel_Reader_Exception.html">\PHPExcel_Reader_Exception</a></code></th>
  369. <td></td>
  370. </tr></table>
  371. </div></div>
  372. </div>
  373. <a id="method_load"></a><div class="element clickable method public method_load" data-toggle="collapse" data-target=".method_load .collapse">
  374. <h2>Loads PHPExcel from file</h2>
  375. <pre>load(string $pFilename) : <a href="../classes/PHPExcel.html">\PHPExcel</a></pre>
  376. <div class="labels"></div>
  377. <div class="row collapse"><div class="detail-description">
  378. <div class="long_description"></div>
  379. <h3>Parameters</h3>
  380. <div class="subelement argument">
  381. <h4>$pFilename</h4>
  382. <code>string</code>
  383. </div>
  384. <h3>Exceptions</h3>
  385. <table class="table table-bordered"><tr>
  386. <th><code><a href="../classes/PHPExcel_Reader_Exception.html">\PHPExcel_Reader_Exception</a></code></th>
  387. <td></td>
  388. </tr></table>
  389. <h3>Returns</h3>
  390. <div class="subelement response"><code><a href="../classes/PHPExcel.html">\PHPExcel</a></code></div>
  391. </div></div>
  392. </div>
  393. <a id="method_loadIntoExisting"></a><div class="element clickable method public method_loadIntoExisting" data-toggle="collapse" data-target=".method_loadIntoExisting .collapse">
  394. <h2>Loads PHPExcel from file into PHPExcel instance</h2>
  395. <pre>loadIntoExisting(string $pFilename, \PHPExcel $objPHPExcel) : <a href="../classes/PHPExcel.html">\PHPExcel</a></pre>
  396. <div class="labels"></div>
  397. <div class="row collapse"><div class="detail-description">
  398. <div class="long_description"></div>
  399. <h3>Parameters</h3>
  400. <div class="subelement argument">
  401. <h4>$pFilename</h4>
  402. <code>string</code>
  403. </div>
  404. <div class="subelement argument">
  405. <h4>$objPHPExcel</h4>
  406. <code><a href="../classes/PHPExcel.html">\PHPExcel</a></code>
  407. </div>
  408. <h3>Exceptions</h3>
  409. <table class="table table-bordered"><tr>
  410. <th><code><a href="../classes/PHPExcel_Reader_Exception.html">\PHPExcel_Reader_Exception</a></code></th>
  411. <td></td>
  412. </tr></table>
  413. <h3>Returns</h3>
  414. <div class="subelement response"><code><a href="../classes/PHPExcel.html">\PHPExcel</a></code></div>
  415. </div></div>
  416. </div>
  417. <a id="method_setContiguous"></a><div class="element clickable method public method_setContiguous" data-toggle="collapse" data-target=".method_setContiguous .collapse">
  418. <h2>Set Contiguous</h2>
  419. <pre>setContiguous(boolean $contiguous) </pre>
  420. <div class="labels"></div>
  421. <div class="row collapse"><div class="detail-description">
  422. <div class="long_description"></div>
  423. <h3>Parameters</h3>
  424. <div class="subelement argument">
  425. <h4>$contiguous</h4>
  426. <code>boolean</code>
  427. </div>
  428. </div></div>
  429. </div>
  430. <a id="method_setDelimiter"></a><div class="element clickable method public method_setDelimiter" data-toggle="collapse" data-target=".method_setDelimiter .collapse">
  431. <h2>Set delimiter</h2>
  432. <pre>setDelimiter(string $pValue) : <a href="../classes/PHPExcel_Reader_CSV.html">\PHPExcel_Reader_CSV</a></pre>
  433. <div class="labels"></div>
  434. <div class="row collapse"><div class="detail-description">
  435. <div class="long_description"></div>
  436. <h3>Parameters</h3>
  437. <div class="subelement argument">
  438. <h4>$pValue</h4>
  439. <code>string</code><p>Delimiter, defaults to ,</p></div>
  440. <h3>Returns</h3>
  441. <div class="subelement response"><code><a href="../classes/PHPExcel_Reader_CSV.html">\PHPExcel_Reader_CSV</a></code></div>
  442. </div></div>
  443. </div>
  444. <a id="method_setEnclosure"></a><div class="element clickable method public method_setEnclosure" data-toggle="collapse" data-target=".method_setEnclosure .collapse">
  445. <h2>Set enclosure</h2>
  446. <pre>setEnclosure(string $pValue) : <a href="../classes/PHPExcel_Reader_CSV.html">\PHPExcel_Reader_CSV</a></pre>
  447. <div class="labels"></div>
  448. <div class="row collapse"><div class="detail-description">
  449. <div class="long_description"></div>
  450. <h3>Parameters</h3>
  451. <div class="subelement argument">
  452. <h4>$pValue</h4>
  453. <code>string</code><p>Enclosure, defaults to "</p>
  454. </div>
  455. <h3>Returns</h3>
  456. <div class="subelement response"><code><a href="../classes/PHPExcel_Reader_CSV.html">\PHPExcel_Reader_CSV</a></code></div>
  457. </div></div>
  458. </div>
  459. <a id="method_setIncludeCharts"></a><div class="element clickable method public method_setIncludeCharts" data-toggle="collapse" data-target=".method_setIncludeCharts .collapse">
  460. <h2>Set read charts in workbook
  461. Set to true, to advise the Reader to include any charts that exist in the workbook.</h2>
  462. <pre>setIncludeCharts(boolean $pValue) : <a href="../classes/PHPExcel_Reader_IReader.html">\PHPExcel_Reader_IReader</a></pre>
  463. <div class="labels"><span class="label">Inherited</span></div>
  464. <div class="row collapse"><div class="detail-description">
  465. <div class="long_description"><p>Note that a ReadDataOnly value of false overrides, and charts won't be read regardless of the IncludeCharts value.
  466. Set to false (the default) to discard charts.</p></div>
  467. <table class="table table-bordered"><tr>
  468. <th>inherited_from</th>
  469. <td>\PHPExcel_Reader_Abstract::setIncludeCharts()</td>
  470. </tr></table>
  471. <h3>Parameters</h3>
  472. <div class="subelement argument">
  473. <h4>$pValue</h4>
  474. <code>boolean</code>
  475. </div>
  476. <h3>Returns</h3>
  477. <div class="subelement response"><code><a href="../classes/PHPExcel_Reader_IReader.html">\PHPExcel_Reader_IReader</a></code></div>
  478. </div></div>
  479. </div>
  480. <a id="method_setInputEncoding"></a><div class="element clickable method public method_setInputEncoding" data-toggle="collapse" data-target=".method_setInputEncoding .collapse">
  481. <h2>Set input encoding</h2>
  482. <pre>setInputEncoding(string $pValue) </pre>
  483. <div class="labels"></div>
  484. <div class="row collapse"><div class="detail-description">
  485. <div class="long_description"></div>
  486. <h3>Parameters</h3>
  487. <div class="subelement argument">
  488. <h4>$pValue</h4>
  489. <code>string</code><p>Input encoding</p></div>
  490. </div></div>
  491. </div>
  492. <a id="method_setLineEnding"></a><div class="element clickable method public method_setLineEnding" data-toggle="collapse" data-target=".method_setLineEnding .collapse">
  493. <h2>Set line ending</h2>
  494. <pre>setLineEnding(string $pValue) : <a href="../classes/PHPExcel_Reader_CSV.html">\PHPExcel_Reader_CSV</a></pre>
  495. <div class="labels"></div>
  496. <div class="row collapse"><div class="detail-description">
  497. <div class="long_description"></div>
  498. <h3>Parameters</h3>
  499. <div class="subelement argument">
  500. <h4>$pValue</h4>
  501. <code>string</code><p>Line ending, defaults to OS line ending (PHP_EOL)</p>
  502. </div>
  503. <h3>Returns</h3>
  504. <div class="subelement response"><code><a href="../classes/PHPExcel_Reader_CSV.html">\PHPExcel_Reader_CSV</a></code></div>
  505. </div></div>
  506. </div>
  507. <a id="method_setLoadAllSheets"></a><div class="element clickable method public method_setLoadAllSheets" data-toggle="collapse" data-target=".method_setLoadAllSheets .collapse">
  508. <h2>Set all sheets to load
  509. Tells the Reader to load all worksheets from the workbook.</h2>
  510. <pre>setLoadAllSheets() : <a href="../classes/PHPExcel_Reader_IReader.html">\PHPExcel_Reader_IReader</a></pre>
  511. <div class="labels"><span class="label">Inherited</span></div>
  512. <div class="row collapse"><div class="detail-description">
  513. <div class="long_description"></div>
  514. <table class="table table-bordered"><tr>
  515. <th>inherited_from</th>
  516. <td>\PHPExcel_Reader_Abstract::setLoadAllSheets()</td>
  517. </tr></table>
  518. <h3>Returns</h3>
  519. <div class="subelement response"><code><a href="../classes/PHPExcel_Reader_IReader.html">\PHPExcel_Reader_IReader</a></code></div>
  520. </div></div>
  521. </div>
  522. <a id="method_setLoadSheetsOnly"></a><div class="element clickable method public method_setLoadSheetsOnly" data-toggle="collapse" data-target=".method_setLoadSheetsOnly .collapse">
  523. <h2>Set which sheets to load</h2>
  524. <pre>setLoadSheetsOnly(mixed $value) : <a href="../classes/PHPExcel_Reader_IReader.html">\PHPExcel_Reader_IReader</a></pre>
  525. <div class="labels"><span class="label">Inherited</span></div>
  526. <div class="row collapse"><div class="detail-description">
  527. <div class="long_description"></div>
  528. <table class="table table-bordered"><tr>
  529. <th>inherited_from</th>
  530. <td>\PHPExcel_Reader_Abstract::setLoadSheetsOnly()</td>
  531. </tr></table>
  532. <h3>Parameters</h3>
  533. <div class="subelement argument">
  534. <h4>$value</h4>
  535. <code>mixed</code><p>This should be either an array of worksheet names to be loaded, or a string containing a single worksheet name.
  536. If NULL, then it tells the Reader to read all worksheets in the workbook</p></div>
  537. <h3>Returns</h3>
  538. <div class="subelement response"><code><a href="../classes/PHPExcel_Reader_IReader.html">\PHPExcel_Reader_IReader</a></code></div>
  539. </div></div>
  540. </div>
  541. <a id="method_setReadDataOnly"></a><div class="element clickable method public method_setReadDataOnly" data-toggle="collapse" data-target=".method_setReadDataOnly .collapse">
  542. <h2>Set read data only
  543. Set to true, to advise the Reader only to read data values for cells, and to ignore any formatting information.</h2>
  544. <pre>setReadDataOnly(boolean $pValue) : <a href="../classes/PHPExcel_Reader_IReader.html">\PHPExcel_Reader_IReader</a></pre>
  545. <div class="labels"><span class="label">Inherited</span></div>
  546. <div class="row collapse"><div class="detail-description">
  547. <div class="long_description"><p>Set to false (the default) to advise the Reader to read both data and formatting for cells.</p></div>
  548. <table class="table table-bordered"><tr>
  549. <th>inherited_from</th>
  550. <td>\PHPExcel_Reader_Abstract::setReadDataOnly()</td>
  551. </tr></table>
  552. <h3>Parameters</h3>
  553. <div class="subelement argument">
  554. <h4>$pValue</h4>
  555. <code>boolean</code>
  556. </div>
  557. <h3>Returns</h3>
  558. <div class="subelement response"><code><a href="../classes/PHPExcel_Reader_IReader.html">\PHPExcel_Reader_IReader</a></code></div>
  559. </div></div>
  560. </div>
  561. <a id="method_setReadFilter"></a><div class="element clickable method public method_setReadFilter" data-toggle="collapse" data-target=".method_setReadFilter .collapse">
  562. <h2>Set read filter</h2>
  563. <pre>setReadFilter(\PHPExcel_Reader_IReadFilter $pValue) : <a href="../classes/PHPExcel_Reader_IReader.html">\PHPExcel_Reader_IReader</a></pre>
  564. <div class="labels"><span class="label">Inherited</span></div>
  565. <div class="row collapse"><div class="detail-description">
  566. <div class="long_description"></div>
  567. <table class="table table-bordered"><tr>
  568. <th>inherited_from</th>
  569. <td>\PHPExcel_Reader_Abstract::setReadFilter()</td>
  570. </tr></table>
  571. <h3>Parameters</h3>
  572. <div class="subelement argument">
  573. <h4>$pValue</h4>
  574. <code><a href="../classes/PHPExcel_Reader_IReadFilter.html">\PHPExcel_Reader_IReadFilter</a></code>
  575. </div>
  576. <h3>Returns</h3>
  577. <div class="subelement response"><code><a href="../classes/PHPExcel_Reader_IReader.html">\PHPExcel_Reader_IReader</a></code></div>
  578. </div></div>
  579. </div>
  580. <a id="method_setSheetIndex"></a><div class="element clickable method public method_setSheetIndex" data-toggle="collapse" data-target=".method_setSheetIndex .collapse">
  581. <h2>Set sheet index</h2>
  582. <pre>setSheetIndex(integer $pValue) : <a href="../classes/PHPExcel_Reader_CSV.html">\PHPExcel_Reader_CSV</a></pre>
  583. <div class="labels"></div>
  584. <div class="row collapse"><div class="detail-description">
  585. <div class="long_description"></div>
  586. <h3>Parameters</h3>
  587. <div class="subelement argument">
  588. <h4>$pValue</h4>
  589. <code>integer</code><p>Sheet index</p></div>
  590. <h3>Returns</h3>
  591. <div class="subelement response"><code><a href="../classes/PHPExcel_Reader_CSV.html">\PHPExcel_Reader_CSV</a></code></div>
  592. </div></div>
  593. </div>
  594. <a id="method__isValidFormat"></a><div class="element clickable method protected method__isValidFormat" data-toggle="collapse" data-target=".method__isValidFormat .collapse">
  595. <h2>Validate that the current file is a CSV file</h2>
  596. <pre>_isValidFormat() : boolean</pre>
  597. <div class="labels"></div>
  598. <div class="row collapse"><div class="detail-description">
  599. <div class="long_description"></div>
  600. <h3>Returns</h3>
  601. <div class="subelement response"><code>boolean</code></div>
  602. </div></div>
  603. </div>
  604. <a id="method__openFile"></a><div class="element clickable method protected method__openFile" data-toggle="collapse" data-target=".method__openFile .collapse">
  605. <h2>Open file for reading</h2>
  606. <pre>_openFile(string $pFilename) : resource</pre>
  607. <div class="labels"><span class="label">Inherited</span></div>
  608. <div class="row collapse"><div class="detail-description">
  609. <div class="long_description"></div>
  610. <table class="table table-bordered"><tr>
  611. <th>inherited_from</th>
  612. <td>\PHPExcel_Reader_Abstract::_openFile()</td>
  613. </tr></table>
  614. <h3>Parameters</h3>
  615. <div class="subelement argument">
  616. <h4>$pFilename</h4>
  617. <code>string</code>
  618. </div>
  619. <h3>Exceptions</h3>
  620. <table class="table table-bordered"><tr>
  621. <th><code><a href="../classes/PHPExcel_Reader_Exception.html">\PHPExcel_Reader_Exception</a></code></th>
  622. <td></td>
  623. </tr></table>
  624. <h3>Returns</h3>
  625. <div class="subelement response"><code>resource</code></div>
  626. </div></div>
  627. </div>
  628. <a id="method__skipBOM"></a><div class="element clickable method protected method__skipBOM" data-toggle="collapse" data-target=".method__skipBOM .collapse">
  629. <h2>Move filepointer past any BOM marker</h2>
  630. <pre>_skipBOM() </pre>
  631. <div class="labels"></div>
  632. <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
  633. </div>
  634. <h3>
  635. <i class="icon-custom icon-property"></i> Properties</h3>
  636. <a id="property__fileHandle"> </a><div class="element clickable property protected property__fileHandle" data-toggle="collapse" data-target=".property__fileHandle .collapse">
  637. <h2></h2>
  638. <pre>$_fileHandle </pre>
  639. <div class="labels"><span class="label">Inherited</span></div>
  640. <div class="row collapse"><div class="detail-description">
  641. <div class="long_description"></div>
  642. <table class="table table-bordered"><tr>
  643. <th>inherited_from</th>
  644. <td>\PHPExcel_Reader_Abstract::$$_fileHandle</td>
  645. </tr></table>
  646. </div></div>
  647. </div>
  648. <a id="property__includeCharts"> </a><div class="element clickable property protected property__includeCharts" data-toggle="collapse" data-target=".property__includeCharts .collapse">
  649. <h2></h2>
  650. <pre>$_includeCharts : boolean</pre>
  651. <div class="labels"><span class="label">Inherited</span></div>
  652. <div class="row collapse"><div class="detail-description">
  653. <div class="long_description"></div>
  654. <table class="table table-bordered"><tr>
  655. <th>inherited_from</th>
  656. <td>\PHPExcel_Reader_Abstract::$$_includeCharts</td>
  657. </tr></table>
  658. </div></div>
  659. </div>
  660. <a id="property__loadSheetsOnly"> </a><div class="element clickable property protected property__loadSheetsOnly" data-toggle="collapse" data-target=".property__loadSheetsOnly .collapse">
  661. <h2></h2>
  662. <pre>$_loadSheetsOnly : array</pre>
  663. <div class="labels"><span class="label">Inherited</span></div>
  664. <div class="row collapse"><div class="detail-description">
  665. <div class="long_description"><p>If null, then all worksheets will be loaded.</p></div>
  666. <table class="table table-bordered"><tr>
  667. <th>inherited_from</th>
  668. <td>\PHPExcel_Reader_Abstract::$$_loadSheetsOnly</td>
  669. </tr></table>
  670. </div></div>
  671. </div>
  672. <a id="property__readDataOnly"> </a><div class="element clickable property protected property__readDataOnly" data-toggle="collapse" data-target=".property__readDataOnly .collapse">
  673. <h2></h2>
  674. <pre>$_readDataOnly : boolean</pre>
  675. <div class="labels"><span class="label">Inherited</span></div>
  676. <div class="row collapse"><div class="detail-description">
  677. <div class="long_description"></div>
  678. <table class="table table-bordered"><tr>
  679. <th>inherited_from</th>
  680. <td>\PHPExcel_Reader_Abstract::$$_readDataOnly</td>
  681. </tr></table>
  682. </div></div>
  683. </div>
  684. <a id="property__readFilter"> </a><div class="element clickable property protected property__readFilter" data-toggle="collapse" data-target=".property__readFilter .collapse">
  685. <h2></h2>
  686. <pre>$_readFilter : <a href="../classes/PHPExcel_Reader_IReadFilter.html">\PHPExcel_Reader_IReadFilter</a></pre>
  687. <div class="labels"><span class="label">Inherited</span></div>
  688. <div class="row collapse"><div class="detail-description">
  689. <div class="long_description"></div>
  690. <table class="table table-bordered"><tr>
  691. <th>inherited_from</th>
  692. <td>\PHPExcel_Reader_Abstract::$$_readFilter</td>
  693. </tr></table>
  694. </div></div>
  695. </div>
  696. <a id="property__contiguous"> </a><div class="element clickable property private property__contiguous" data-toggle="collapse" data-target=".property__contiguous .collapse">
  697. <h2></h2>
  698. <pre>$_contiguous : int</pre>
  699. <div class="labels"></div>
  700. <div class="row collapse"><div class="detail-description">
  701. <div class="long_description"></div>
  702. <table class="table table-bordered"><tr>
  703. <th>access</th>
  704. <td>private</td>
  705. </tr></table>
  706. </div></div>
  707. </div>
  708. <a id="property__contiguousRow"> </a><div class="element clickable property private property__contiguousRow" data-toggle="collapse" data-target=".property__contiguousRow .collapse">
  709. <h2></h2>
  710. <pre>$_contiguousRow : int</pre>
  711. <div class="labels"></div>
  712. <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
  713. </div>
  714. <a id="property__delimiter"> </a><div class="element clickable property private property__delimiter" data-toggle="collapse" data-target=".property__delimiter .collapse">
  715. <h2></h2>
  716. <pre>$_delimiter : string</pre>
  717. <div class="labels"></div>
  718. <div class="row collapse"><div class="detail-description">
  719. <div class="long_description"></div>
  720. <table class="table table-bordered"><tr>
  721. <th>access</th>
  722. <td>private</td>
  723. </tr></table>
  724. </div></div>
  725. </div>
  726. <a id="property__enclosure"> </a><div class="element clickable property private property__enclosure" data-toggle="collapse" data-target=".property__enclosure .collapse">
  727. <h2></h2>
  728. <pre>$_enclosure : string</pre>
  729. <div class="labels"></div>
  730. <div class="row collapse"><div class="detail-description">
  731. <div class="long_description"></div>
  732. <table class="table table-bordered"><tr>
  733. <th>access</th>
  734. <td>private</td>
  735. </tr></table>
  736. </div></div>
  737. </div>
  738. <a id="property__inputEncoding"> </a><div class="element clickable property private property__inputEncoding" data-toggle="collapse" data-target=".property__inputEncoding .collapse">
  739. <h2></h2>
  740. <pre>$_inputEncoding : string</pre>
  741. <div class="labels"></div>
  742. <div class="row collapse"><div class="detail-description">
  743. <div class="long_description"></div>
  744. <table class="table table-bordered"><tr>
  745. <th>access</th>
  746. <td>private</td>
  747. </tr></table>
  748. </div></div>
  749. </div>
  750. <a id="property__lineEnding"> </a><div class="element clickable property private property__lineEnding" data-toggle="collapse" data-target=".property__lineEnding .collapse">
  751. <h2></h2>
  752. <pre>$_lineEnding : string</pre>
  753. <div class="labels"></div>
  754. <div class="row collapse"><div class="detail-description">
  755. <div class="long_description"></div>
  756. <table class="table table-bordered"><tr>
  757. <th>access</th>
  758. <td>private</td>
  759. </tr></table>
  760. </div></div>
  761. </div>
  762. <a id="property__sheetIndex"> </a><div class="element clickable property private property__sheetIndex" data-toggle="collapse" data-target=".property__sheetIndex .collapse">
  763. <h2></h2>
  764. <pre>$_sheetIndex : int</pre>
  765. <div class="labels"></div>
  766. <div class="row collapse"><div class="detail-description">
  767. <div class="long_description"></div>
  768. <table class="table table-bordered"><tr>
  769. <th>access</th>
  770. <td>private</td>
  771. </tr></table>
  772. </div></div>
  773. </div>
  774. </div>
  775. </div>
  776. </div>
  777. </div>
  778. <div class="row"><footer class="span12">
  779. 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>
  780. Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a12</a> and<br>
  781. generated on 2014-03-02T15:27:35Z.<br></footer></div>
  782. </div>
  783. </body>
  784. </html>