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.
 
 
 
 

521 wiersze
32 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_Writer_Excel5</title>
  7. <meta name="author" content="Mike van Riel">
  8. <meta name="description" content="">
  9. <link href="../css/template.css" rel="stylesheet" media="all">
  10. <script src="../js/jquery-1.7.1.min.js" type="text/javascript"></script><script src="../js/jquery-ui-1.8.2.custom.min.js" type="text/javascript"></script><script src="../js/jquery.mousewheel.min.js" type="text/javascript"></script><script src="../js/bootstrap.js" type="text/javascript"></script><script src="../js/template.js" type="text/javascript"></script><script src="../js/prettify/prettify.min.js" type="text/javascript"></script><link rel="shortcut icon" href="../img/favicon.ico">
  11. <link rel="apple-touch-icon" href="../img/apple-touch-icon.png">
  12. <link rel="apple-touch-icon" sizes="72x72" href="../img/apple-touch-icon-72x72.png">
  13. <link rel="apple-touch-icon" sizes="114x114" href="../img/apple-touch-icon-114x114.png">
  14. </head>
  15. <body>
  16. <div class="navbar navbar-fixed-top">
  17. <div class="navbar-inner"><div class="container">
  18. <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></a><a class="brand" href="../index.html">PHPExcel classes</a><div class="nav-collapse"><ul class="nav">
  19. <li class="dropdown">
  20. <a href="#api" class="dropdown-toggle" data-toggle="dropdown">
  21. API Documentation <b class="caret"></b></a><ul class="dropdown-menu">
  22. <li><a>Packages</a></li>
  23. <li><a href="../packages/Default.html"><i class="icon-folder-open"></i> Default</a></li>
  24. <li><a href="../packages/JAMA.html"><i class="icon-folder-open"></i> JAMA</a></li>
  25. <li><a href="../packages/JAMA%0D%0ACholesky%20decomposition%20class%0D%0AFor%20a%20symmetric,%20positive%20definite%20matrix%20A,%20the%20Cholesky%20decomposition%0D%0Ais%20an%20lower%20triangular%20matrix%20L%20so%20that%20A%20=%20L*L'.html"><i class="icon-folder-open"></i> JAMA
  26. Cholesky decomposition class
  27. For a symmetric, positive definite matrix A, the Cholesky decomposition
  28. is an lower triangular matrix L so that A = L*L'</a></li>
  29. <li><a href="../packages/JAMA%0D%0AClass%20to%20obtain%20eigenvalues%20and%20eigenvectors%20of%20a%20real%20matrix.html"><i class="icon-folder-open"></i> JAMA
  30. Class to obtain eigenvalues and eigenvectors of a real matrix</a></li>
  31. <li><a href="../packages/JAMA%0D%0AError%20handling.html"><i class="icon-folder-open"></i> JAMA
  32. Error handling</a></li>
  33. <li><a href="../packages/JAMA%0D%0AFor%20an%20m-by-n%20matrix%20A%20with%20m%20&gt;=%20n,%20the%20LU%20decomposition%20is%20an%20m-by-n%0D%0Aunit%20lower%20triangular%20matrix%20L,%20an%20n-by-n%20upper%20triangular%20matrix%20U,%0D%0Aand%20a%20permutation%20vector%20piv%20of%20length%20m%20so%20that%20A(piv,:)%20=%20L*U.html"><i class="icon-folder-open"></i> JAMA
  34. For an m-by-n matrix A with m &gt;= n, the LU decomposition is an m-by-n
  35. unit lower triangular matrix L, an n-by-n upper triangular matrix U,
  36. and a permutation vector piv of length m so that A(piv,:) = L*U</a></li>
  37. <li><a href="../packages/JAMA%0D%0AFor%20an%20m-by-n%20matrix%20A%20with%20m%20&gt;=%20n,%20the%20QR%20decomposition%20is%20an%20m-by-n%0D%0Aorthogonal%20matrix%20Q%20and%20an%20n-by-n%20upper%20triangular%20matrix%20R%20so%20that%0D%0AA%20=%20Q*R.html"><i class="icon-folder-open"></i> JAMA
  38. For an m-by-n matrix A with m &gt;= n, the QR decomposition is an m-by-n
  39. orthogonal matrix Q and an n-by-n upper triangular matrix R so that
  40. A = Q*R</a></li>
  41. <li><a href="../packages/JAMA%0D%0AFor%20an%20m-by-n%20matrix%20A%20with%20m%20&gt;=%20n,%20the%20singular%20value%20decomposition%20is%0D%0Aan%20m-by-n%20orthogonal%20matrix%20U,%20an%20n-by-n%20diagonal%20matrix%20S,%20and%0D%0Aan%20n-by-n%20orthogonal%20matrix%20V%20so%20that%20A%20=%20U*S*V'.html"><i class="icon-folder-open"></i> JAMA
  42. For an m-by-n matrix A with m &gt;= n, the singular value decomposition is
  43. an m-by-n orthogonal matrix U, an n-by-n diagonal matrix S, and
  44. an n-by-n orthogonal matrix V so that A = U*S*V'</a></li>
  45. <li><a href="../packages/JAMA%0D%0APythagorean%20Theorem:%0D%0Aa%20=%203%0D%0Ab%20=%204%0D%0Ar%20=%20sqrt(square(a)%20+%20square(b))%0D%0Ar%20=%205%0D%0Ar%20=%20sqrt(a%5E2%20+%20b%5E2)%20without%20under.overflow.html"><i class="icon-folder-open"></i> JAMA
  46. Pythagorean Theorem:
  47. a = 3
  48. b = 4
  49. r = sqrt(square(a) + square(b))
  50. r = 5
  51. r = sqrt(a^2 + b^2) without under/overflow</a></li>
  52. <li><a href="../packages/PHPExcel.html"><i class="icon-folder-open"></i> PHPExcel</a></li>
  53. </ul>
  54. </li>
  55. <li class="dropdown" id="charts-menu">
  56. <a href="#charts" class="dropdown-toggle" data-toggle="dropdown">
  57. Charts <b class="caret"></b></a><ul class="dropdown-menu"><li><a href="../graph_class.html"><i class="icon-list-alt"></i> Class hierarchy diagram</a></li></ul>
  58. </li>
  59. <li class="dropdown" id="reports-menu">
  60. <a href="#reports" class="dropdown-toggle" data-toggle="dropdown">
  61. Reports <b class="caret"></b></a><ul class="dropdown-menu">
  62. <li><a href="../errors.html"><i class="icon-remove-sign"></i> Errors 
  63. <span class="label label-info">551</span></a></li>
  64. <li><a href="../markers.html"><i class="icon-map-marker"></i> Markers 
  65. <ul>
  66. <li>todo 
  67. <span class="label label-info">19</span>
  68. </li>
  69. <li>fixme 
  70. <span class="label label-info">10</span>
  71. </li>
  72. </ul></a></li>
  73. <li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements 
  74. <span class="label label-info">12</span></a></li>
  75. </ul>
  76. </li>
  77. </ul></div>
  78. </div></div>
  79. <div class="go_to_top"><a href="#___" style="color: inherit">Back to top  <i class="icon-upload icon-white"></i></a></div>
  80. </div>
  81. <div id="___" class="container">
  82. <noscript><div class="alert alert-warning">
  83. Javascript is disabled; several features are only available
  84. if Javascript is enabled.
  85. </div></noscript>
  86. <div class="row">
  87. <div class="span4">
  88. <span class="btn-group visibility" data-toggle="buttons-checkbox"><button class="btn public active" title="Show public elements">Public</button><button class="btn protected" title="Show protected elements">Protected</button><button class="btn private" title="Show private elements">Private</button><button class="btn inherited active" title="Show inherited elements">Inherited</button></span><div class="btn-group view pull-right" data-toggle="buttons-radio">
  89. <button class="btn details" title="Show descriptions and method names"><i class="icon-list"></i></button><button class="btn simple" title="Show only method names"><i class="icon-align-justify"></i></button>
  90. </div>
  91. <ul class="side-nav nav nav-list">
  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_Writer_Excel5"><span class="description">Create a new PHPExcel_Writer_Excel5</span><pre>__construct()</pre></a></li>
  96. <li class="method public inherited"><a href="#method_getDiskCachingDirectory" title="getDiskCachingDirectory :: Get disk caching directory"><span class="description">Get disk caching directory</span><pre>getDiskCachingDirectory()</pre></a></li>
  97. <li class="method public inherited"><a href="#method_getIncludeCharts" title="getIncludeCharts :: Write charts in workbook?
  98. If this is true, then the Writer will write definitions for any charts that exist in the PHPExcel object."><span class="description">Write charts in workbook?
  99. If this is true, then the Writer will write definitions for any charts that exist in the PHPExcel object.</span><pre>getIncludeCharts()</pre></a></li>
  100. <li class="method public inherited"><a href="#method_getPreCalculateFormulas" title="getPreCalculateFormulas :: Get Pre-Calculate Formulas flag
  101. If this is true (the default), then the writer will recalculate all formulae in a workbook when saving,
  102. so that the pre-calculated values are immediately available to MS Excel or other office spreadsheet
  103. viewer when opening the file
  104. If false, then formulae are not calculated on save."><span class="description">Get Pre-Calculate Formulas flag
  105. If this is true (the default), then the writer will recalculate all formulae in a workbook when saving,
  106. so that the pre-calculated values are immediately available to MS Excel or other office spreadsheet
  107. viewer when opening the file
  108. If false, then formulae are not calculated on save.</span><pre>getPreCalculateFormulas()</pre></a></li>
  109. <li class="method public inherited"><a href="#method_getUseDiskCaching" title="getUseDiskCaching :: Get use disk caching where possible?"><span class="description">Get use disk caching where possible?</span><pre>getUseDiskCaching()</pre></a></li>
  110. <li class="method public "><a href="#method_save" title="save :: Save PHPExcel to file"><span class="description">Save PHPExcel to file</span><pre>save()</pre></a></li>
  111. <li class="method public inherited"><a href="#method_setIncludeCharts" title="setIncludeCharts :: Set write charts in workbook
  112. Set to true, to advise the Writer to include any charts that exist in the PHPExcel object."><span class="description">Set write charts in workbook
  113. Set to true, to advise the Writer to include any charts that exist in the PHPExcel object.</span><pre>setIncludeCharts()</pre></a></li>
  114. <li class="method public inherited"><a href="#method_setPreCalculateFormulas" title="setPreCalculateFormulas :: Set Pre-Calculate Formulas
  115. Set to true (the default) to advise the Writer to calculate all formulae on save
  116. Set to false to prevent precalculation of formulae on save."><span class="description">Set Pre-Calculate Formulas
  117. Set to true (the default) to advise the Writer to calculate all formulae on save
  118. Set to false to prevent precalculation of formulae on save.</span><pre>setPreCalculateFormulas()</pre></a></li>
  119. <li class="method public "><a href="#method_setTempDir" title="setTempDir :: Set temporary storage directory"><span class="description">Set temporary storage directory</span><pre>setTempDir()</pre></a></li>
  120. <li class="method public inherited"><a href="#method_setUseDiskCaching" title="setUseDiskCaching :: Set use disk caching where possible?"><span class="description">Set use disk caching where possible?</span><pre>setUseDiskCaching()</pre></a></li>
  121. </ul>
  122. </li>
  123. <li class="nav-header private">» Private
  124. <ul>
  125. <li class="method private "><a href="#method__buildWorkbookEscher" title="_buildWorkbookEscher :: Build the Escher object corresponding to the MSODRAWINGGROUP record"><span class="description">Build the Escher object corresponding to the MSODRAWINGGROUP record</span><pre>_buildWorkbookEscher()</pre></a></li>
  126. <li class="method private "><a href="#method__buildWorksheetEschers" title="_buildWorksheetEschers :: Build the Worksheet Escher objects"><span class="description">Build the Worksheet Escher objects</span><pre>_buildWorksheetEschers()</pre></a></li>
  127. <li class="method private "><a href="#method__writeDocumentSummaryInformation" title="_writeDocumentSummaryInformation :: Build the OLE Part for DocumentSummary Information"><span class="description">Build the OLE Part for DocumentSummary Information</span><pre>_writeDocumentSummaryInformation()</pre></a></li>
  128. <li class="method private "><a href="#method__writeSummaryInformation" title="_writeSummaryInformation :: Build the OLE Part for Summary Information"><span class="description">Build the OLE Part for Summary Information</span><pre>_writeSummaryInformation()</pre></a></li>
  129. </ul>
  130. </li>
  131. <li class="nav-header">
  132. <i class="icon-custom icon-property"></i> Properties
  133. <ul></ul>
  134. </li>
  135. <li class="nav-header protected">» Protected
  136. <ul>
  137. <li class="property protected inherited"><a href="#property__diskCachingDirectory" title="$_diskCachingDirectory :: Disk caching directory"><span class="description"></span><pre>$_diskCachingDirectory</pre></a></li>
  138. <li class="property protected inherited"><a href="#property__includeCharts" title="$_includeCharts :: Write charts that are defined in the workbook?
  139. Identifies whether the Writer should write definitions for any charts that exist in the PHPExcel object;"><span class="description"></span><pre>$_includeCharts</pre></a></li>
  140. <li class="property protected inherited"><a href="#property__preCalculateFormulas" title="$_preCalculateFormulas :: Pre-calculate formulas
  141. Forces PHPExcel to recalculate all formulae in a workbook when saving, so that the pre-calculated values are
  142. immediately available to MS Excel or other office spreadsheet viewer when opening the file"><span class="description"></span><pre>$_preCalculateFormulas</pre></a></li>
  143. <li class="property protected inherited"><a href="#property__useDiskCaching" title="$_useDiskCaching :: Use disk caching where possible?"><span class="description"></span><pre>$_useDiskCaching</pre></a></li>
  144. </ul>
  145. </li>
  146. <li class="nav-header private">» Private
  147. <ul>
  148. <li class="property private "><a href="#property__IDCLs" title="$_IDCLs :: Identifier clusters for drawings."><span class="description"></span><pre>$_IDCLs</pre></a></li>
  149. <li class="property private "><a href="#property__colors" title="$_colors :: Color cache."><span class="description"></span><pre>$_colors</pre></a></li>
  150. <li class="property private "><a href="#property__documentSummaryInformation" title="$_documentSummaryInformation :: Extended OLE object document summary information"><span class="description"></span><pre>$_documentSummaryInformation</pre></a></li>
  151. <li class="property private "><a href="#property__parser" title="$_parser :: Formula parser"><span class="description"></span><pre>$_parser</pre></a></li>
  152. <li class="property private "><a href="#property__phpExcel" title="$_phpExcel :: PHPExcel object"><span class="description"></span><pre>$_phpExcel</pre></a></li>
  153. <li class="property private "><a href="#property__str_table" title="$_str_table :: Array of unique shared strings in workbook"><span class="description"></span><pre>$_str_table</pre></a></li>
  154. <li class="property private "><a href="#property__str_total" title="$_str_total :: Total number of shared strings in workbook"><span class="description"></span><pre>$_str_total</pre></a></li>
  155. <li class="property private "><a href="#property__str_unique" title="$_str_unique :: Number of unique shared strings in workbook"><span class="description"></span><pre>$_str_unique</pre></a></li>
  156. <li class="property private "><a href="#property__summaryInformation" title="$_summaryInformation :: Basic OLE object summary information"><span class="description"></span><pre>$_summaryInformation</pre></a></li>
  157. </ul>
  158. </li>
  159. </ul>
  160. </div>
  161. <div class="span8">
  162. <a id="\PHPExcel_Writer_Excel5"></a><ul class="breadcrumb">
  163. <li>
  164. <a href="../index.html"><i class="icon-custom icon-class"></i></a><span class="divider">\</span>
  165. </li>
  166. <li><a href="../namespaces/global.html">global</a></li>
  167. <li class="active">
  168. <span class="divider">\</span><a href="../classes/PHPExcel_Writer_Excel5.html">PHPExcel_Writer_Excel5</a>
  169. </li>
  170. </ul>
  171. <div class="element class">
  172. <p class="short_description">PHPExcel_Writer_Excel5</p>
  173. <div class="details">
  174. <div class="long_description"></div>
  175. <table class="table table-bordered">
  176. <tr>
  177. <th>category</th>
  178. <td>PHPExcel</td>
  179. </tr>
  180. <tr>
  181. <th>package</th>
  182. <td><a href="../packages/PHPExcel.Writer.Excel5.html">PHPExcel_Writer_Excel5</a></td>
  183. </tr>
  184. <tr>
  185. <th>copyright</th>
  186. <td>Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)</td>
  187. </tr>
  188. </table>
  189. <h3>
  190. <i class="icon-custom icon-method"></i> Methods</h3>
  191. <a id="method___construct"></a><div class="element clickable method public method___construct" data-toggle="collapse" data-target=".method___construct .collapse">
  192. <h2>Create a new PHPExcel_Writer_Excel5</h2>
  193. <pre>__construct(\PHPExcel $phpExcel) </pre>
  194. <div class="labels"></div>
  195. <div class="row collapse"><div class="detail-description">
  196. <div class="long_description"></div>
  197. <h3>Parameters</h3>
  198. <div class="subelement argument">
  199. <h4>$phpExcel</h4>
  200. <code><a href="../classes/PHPExcel.html">\PHPExcel</a></code><p>PHPExcel object</p></div>
  201. </div></div>
  202. </div>
  203. <a id="method_getDiskCachingDirectory"></a><div class="element clickable method public method_getDiskCachingDirectory" data-toggle="collapse" data-target=".method_getDiskCachingDirectory .collapse">
  204. <h2>Get disk caching directory</h2>
  205. <pre>getDiskCachingDirectory() : string</pre>
  206. <div class="labels"><span class="label">Inherited</span></div>
  207. <div class="row collapse"><div class="detail-description">
  208. <div class="long_description"></div>
  209. <table class="table table-bordered"><tr>
  210. <th>inherited_from</th>
  211. <td>\PHPExcel_Writer_Abstract::getDiskCachingDirectory()</td>
  212. </tr></table>
  213. <h3>Returns</h3>
  214. <div class="subelement response"><code>string</code></div>
  215. </div></div>
  216. </div>
  217. <a id="method_getIncludeCharts"></a><div class="element clickable method public method_getIncludeCharts" data-toggle="collapse" data-target=".method_getIncludeCharts .collapse">
  218. <h2>Write charts in workbook?
  219. If this is true, then the Writer will write definitions for any charts that exist in the PHPExcel object.</h2>
  220. <pre>getIncludeCharts() : boolean</pre>
  221. <div class="labels"><span class="label">Inherited</span></div>
  222. <div class="row collapse"><div class="detail-description">
  223. <div class="long_description"><p>If false (the default) it will ignore any charts defined in the PHPExcel object.</p></div>
  224. <table class="table table-bordered"><tr>
  225. <th>inherited_from</th>
  226. <td>\PHPExcel_Writer_Abstract::getIncludeCharts()</td>
  227. </tr></table>
  228. <h3>Returns</h3>
  229. <div class="subelement response"><code>boolean</code></div>
  230. </div></div>
  231. </div>
  232. <a id="method_getPreCalculateFormulas"></a><div class="element clickable method public method_getPreCalculateFormulas" data-toggle="collapse" data-target=".method_getPreCalculateFormulas .collapse">
  233. <h2>Get Pre-Calculate Formulas flag
  234. If this is true (the default), then the writer will recalculate all formulae in a workbook when saving,
  235. so that the pre-calculated values are immediately available to MS Excel or other office spreadsheet
  236. viewer when opening the file
  237. If false, then formulae are not calculated on save.</h2>
  238. <pre>getPreCalculateFormulas() : boolean</pre>
  239. <div class="labels"><span class="label">Inherited</span></div>
  240. <div class="row collapse"><div class="detail-description">
  241. <div class="long_description"><p>This is faster for saving in PHPExcel, but slower
  242. when opening the resulting file in MS Excel, because Excel has to recalculate the formulae itself</p></div>
  243. <table class="table table-bordered"><tr>
  244. <th>inherited_from</th>
  245. <td>\PHPExcel_Writer_Abstract::getPreCalculateFormulas()</td>
  246. </tr></table>
  247. <h3>Returns</h3>
  248. <div class="subelement response"><code>boolean</code></div>
  249. </div></div>
  250. </div>
  251. <a id="method_getUseDiskCaching"></a><div class="element clickable method public method_getUseDiskCaching" data-toggle="collapse" data-target=".method_getUseDiskCaching .collapse">
  252. <h2>Get use disk caching where possible?</h2>
  253. <pre>getUseDiskCaching() : boolean</pre>
  254. <div class="labels"><span class="label">Inherited</span></div>
  255. <div class="row collapse"><div class="detail-description">
  256. <div class="long_description"></div>
  257. <table class="table table-bordered"><tr>
  258. <th>inherited_from</th>
  259. <td>\PHPExcel_Writer_Abstract::getUseDiskCaching()</td>
  260. </tr></table>
  261. <h3>Returns</h3>
  262. <div class="subelement response"><code>boolean</code></div>
  263. </div></div>
  264. </div>
  265. <a id="method_save"></a><div class="element clickable method public method_save" data-toggle="collapse" data-target=".method_save .collapse">
  266. <h2>Save PHPExcel to file</h2>
  267. <pre>save(string $pFilename) </pre>
  268. <div class="labels"></div>
  269. <div class="row collapse"><div class="detail-description">
  270. <div class="long_description"><p>@param string $pFilename Name of the file to save</p></div>
  271. <h3>Parameters</h3>
  272. <div class="subelement argument">
  273. <h4>$pFilename</h4>
  274. <code>string</code>
  275. </div>
  276. <h3>Exceptions</h3>
  277. <table class="table table-bordered"><tr>
  278. <th><code><a href="../classes/PHPExcel_Writer_Exception.html">\PHPExcel_Writer_Exception</a></code></th>
  279. <td></td>
  280. </tr></table>
  281. </div></div>
  282. </div>
  283. <a id="method_setIncludeCharts"></a><div class="element clickable method public method_setIncludeCharts" data-toggle="collapse" data-target=".method_setIncludeCharts .collapse">
  284. <h2>Set write charts in workbook
  285. Set to true, to advise the Writer to include any charts that exist in the PHPExcel object.</h2>
  286. <pre>setIncludeCharts(boolean $pValue) : <a href="../classes/PHPExcel_Writer_IWriter.html">\PHPExcel_Writer_IWriter</a></pre>
  287. <div class="labels"><span class="label">Inherited</span></div>
  288. <div class="row collapse"><div class="detail-description">
  289. <div class="long_description"><p>Set to false (the default) to ignore charts.</p></div>
  290. <table class="table table-bordered"><tr>
  291. <th>inherited_from</th>
  292. <td>\PHPExcel_Writer_Abstract::setIncludeCharts()</td>
  293. </tr></table>
  294. <h3>Parameters</h3>
  295. <div class="subelement argument">
  296. <h4>$pValue</h4>
  297. <code>boolean</code>
  298. </div>
  299. <h3>Returns</h3>
  300. <div class="subelement response"><code><a href="../classes/PHPExcel_Writer_IWriter.html">\PHPExcel_Writer_IWriter</a></code></div>
  301. </div></div>
  302. </div>
  303. <a id="method_setPreCalculateFormulas"></a><div class="element clickable method public method_setPreCalculateFormulas" data-toggle="collapse" data-target=".method_setPreCalculateFormulas .collapse">
  304. <h2>Set Pre-Calculate Formulas
  305. Set to true (the default) to advise the Writer to calculate all formulae on save
  306. Set to false to prevent precalculation of formulae on save.</h2>
  307. <pre>setPreCalculateFormulas(boolean $pValue) : <a href="../classes/PHPExcel_Writer_IWriter.html">\PHPExcel_Writer_IWriter</a></pre>
  308. <div class="labels"><span class="label">Inherited</span></div>
  309. <div class="row collapse"><div class="detail-description">
  310. <div class="long_description"></div>
  311. <table class="table table-bordered"><tr>
  312. <th>inherited_from</th>
  313. <td>\PHPExcel_Writer_Abstract::setPreCalculateFormulas()</td>
  314. </tr></table>
  315. <h3>Parameters</h3>
  316. <div class="subelement argument">
  317. <h4>$pValue</h4>
  318. <code>boolean</code><p>Pre-Calculate Formulas?</p>
  319. </div>
  320. <h3>Returns</h3>
  321. <div class="subelement response"><code><a href="../classes/PHPExcel_Writer_IWriter.html">\PHPExcel_Writer_IWriter</a></code></div>
  322. </div></div>
  323. </div>
  324. <a id="method_setTempDir"></a><div class="element clickable method public method_setTempDir" data-toggle="collapse" data-target=".method_setTempDir .collapse">
  325. <h2>Set temporary storage directory</h2>
  326. <pre>setTempDir(string $pValue) : <a href="../classes/PHPExcel_Writer_Excel5.html">\PHPExcel_Writer_Excel5</a></pre>
  327. <div class="labels"></div>
  328. <div class="row collapse"><div class="detail-description">
  329. <div class="long_description"></div>
  330. <table class="table table-bordered"><tr>
  331. <th>deprecated</th>
  332. <td></td>
  333. </tr></table>
  334. <h3>Parameters</h3>
  335. <div class="subelement argument">
  336. <h4>$pValue</h4>
  337. <code>string</code><p>Temporary storage directory</p></div>
  338. <h3>Exceptions</h3>
  339. <table class="table table-bordered"><tr>
  340. <th><code><a href="../classes/PHPExcel_Writer_Exception.html">\PHPExcel_Writer_Exception</a></code></th>
  341. <td>when directory does not exist</td>
  342. </tr></table>
  343. <h3>Returns</h3>
  344. <div class="subelement response"><code><a href="../classes/PHPExcel_Writer_Excel5.html">\PHPExcel_Writer_Excel5</a></code></div>
  345. </div></div>
  346. </div>
  347. <a id="method_setUseDiskCaching"></a><div class="element clickable method public method_setUseDiskCaching" data-toggle="collapse" data-target=".method_setUseDiskCaching .collapse">
  348. <h2>Set use disk caching where possible?</h2>
  349. <pre>setUseDiskCaching(boolean $pValue, string $pDirectory) : <a href="../classes/PHPExcel_Writer_Excel2007.html">\PHPExcel_Writer_Excel2007</a></pre>
  350. <div class="labels"><span class="label">Inherited</span></div>
  351. <div class="row collapse"><div class="detail-description">
  352. <div class="long_description"></div>
  353. <table class="table table-bordered"><tr>
  354. <th>inherited_from</th>
  355. <td>\PHPExcel_Writer_Abstract::setUseDiskCaching()</td>
  356. </tr></table>
  357. <h3>Parameters</h3>
  358. <div class="subelement argument">
  359. <h4>$pValue</h4>
  360. <code>boolean</code>
  361. </div>
  362. <div class="subelement argument">
  363. <h4>$pDirectory</h4>
  364. <code>string</code><p>Disk caching directory</p></div>
  365. <h3>Exceptions</h3>
  366. <table class="table table-bordered"><tr>
  367. <th><code><a href="../classes/PHPExcel_Writer_Exception.html">\PHPExcel_Writer_Exception</a></code></th>
  368. <td>when directory does not exist</td>
  369. </tr></table>
  370. <h3>Returns</h3>
  371. <div class="subelement response"><code><a href="../classes/PHPExcel_Writer_Excel2007.html">\PHPExcel_Writer_Excel2007</a></code></div>
  372. </div></div>
  373. </div>
  374. <a id="method__buildWorkbookEscher"></a><div class="element clickable method private method__buildWorkbookEscher" data-toggle="collapse" data-target=".method__buildWorkbookEscher .collapse">
  375. <h2>Build the Escher object corresponding to the MSODRAWINGGROUP record</h2>
  376. <pre>_buildWorkbookEscher() </pre>
  377. <div class="labels"></div>
  378. <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
  379. </div>
  380. <a id="method__buildWorksheetEschers"></a><div class="element clickable method private method__buildWorksheetEschers" data-toggle="collapse" data-target=".method__buildWorksheetEschers .collapse">
  381. <h2>Build the Worksheet Escher objects</h2>
  382. <pre>_buildWorksheetEschers() </pre>
  383. <div class="labels"></div>
  384. <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
  385. </div>
  386. <a id="method__writeDocumentSummaryInformation"></a><div class="element clickable method private method__writeDocumentSummaryInformation" data-toggle="collapse" data-target=".method__writeDocumentSummaryInformation .collapse">
  387. <h2>Build the OLE Part for DocumentSummary Information</h2>
  388. <pre>_writeDocumentSummaryInformation() : string</pre>
  389. <div class="labels"></div>
  390. <div class="row collapse"><div class="detail-description">
  391. <div class="long_description"></div>
  392. <h3>Returns</h3>
  393. <div class="subelement response"><code>string</code></div>
  394. </div></div>
  395. </div>
  396. <a id="method__writeSummaryInformation"></a><div class="element clickable method private method__writeSummaryInformation" data-toggle="collapse" data-target=".method__writeSummaryInformation .collapse">
  397. <h2>Build the OLE Part for Summary Information</h2>
  398. <pre>_writeSummaryInformation() : string</pre>
  399. <div class="labels"></div>
  400. <div class="row collapse"><div class="detail-description">
  401. <div class="long_description"></div>
  402. <h3>Returns</h3>
  403. <div class="subelement response"><code>string</code></div>
  404. </div></div>
  405. </div>
  406. <h3>
  407. <i class="icon-custom icon-property"></i> Properties</h3>
  408. <a id="property__diskCachingDirectory"> </a><div class="element clickable property protected property__diskCachingDirectory" data-toggle="collapse" data-target=".property__diskCachingDirectory .collapse">
  409. <h2></h2>
  410. <pre>$_diskCachingDirectory : string</pre>
  411. <div class="labels"><span class="label">Inherited</span></div>
  412. <div class="row collapse"><div class="detail-description">
  413. <div class="long_description"></div>
  414. <table class="table table-bordered"><tr>
  415. <th>inherited_from</th>
  416. <td>\PHPExcel_Writer_Abstract::$$_diskCachingDirectory</td>
  417. </tr></table>
  418. </div></div>
  419. </div>
  420. <a id="property__includeCharts"> </a><div class="element clickable property protected property__includeCharts" data-toggle="collapse" data-target=".property__includeCharts .collapse">
  421. <h2></h2>
  422. <pre>$_includeCharts : boolean</pre>
  423. <div class="labels"><span class="label">Inherited</span></div>
  424. <div class="row collapse"><div class="detail-description">
  425. <div class="long_description"></div>
  426. <table class="table table-bordered"><tr>
  427. <th>inherited_from</th>
  428. <td>\PHPExcel_Writer_Abstract::$$_includeCharts</td>
  429. </tr></table>
  430. </div></div>
  431. </div>
  432. <a id="property__preCalculateFormulas"> </a><div class="element clickable property protected property__preCalculateFormulas" data-toggle="collapse" data-target=".property__preCalculateFormulas .collapse">
  433. <h2></h2>
  434. <pre>$_preCalculateFormulas : boolean</pre>
  435. <div class="labels"><span class="label">Inherited</span></div>
  436. <div class="row collapse"><div class="detail-description">
  437. <div class="long_description"></div>
  438. <table class="table table-bordered"><tr>
  439. <th>inherited_from</th>
  440. <td>\PHPExcel_Writer_Abstract::$$_preCalculateFormulas</td>
  441. </tr></table>
  442. </div></div>
  443. </div>
  444. <a id="property__useDiskCaching"> </a><div class="element clickable property protected property__useDiskCaching" data-toggle="collapse" data-target=".property__useDiskCaching .collapse">
  445. <h2></h2>
  446. <pre>$_useDiskCaching : boolean</pre>
  447. <div class="labels"><span class="label">Inherited</span></div>
  448. <div class="row collapse"><div class="detail-description">
  449. <div class="long_description"></div>
  450. <table class="table table-bordered"><tr>
  451. <th>inherited_from</th>
  452. <td>\PHPExcel_Writer_Abstract::$$_useDiskCaching</td>
  453. </tr></table>
  454. </div></div>
  455. </div>
  456. <a id="property__IDCLs"> </a><div class="element clickable property private property__IDCLs" data-toggle="collapse" data-target=".property__IDCLs .collapse">
  457. <h2></h2>
  458. <pre>$_IDCLs : array</pre>
  459. <div class="labels"></div>
  460. <div class="row collapse"><div class="detail-description"><div class="long_description"><p>Used in MSODRAWINGGROUP record.</p></div></div></div>
  461. </div>
  462. <a id="property__colors"> </a><div class="element clickable property private property__colors" data-toggle="collapse" data-target=".property__colors .collapse">
  463. <h2></h2>
  464. <pre>$_colors : array</pre>
  465. <div class="labels"></div>
  466. <div class="row collapse"><div class="detail-description"><div class="long_description"><p>Mapping between RGB value and color index.</p></div></div></div>
  467. </div>
  468. <a id="property__documentSummaryInformation"> </a><div class="element clickable property private property__documentSummaryInformation" data-toggle="collapse" data-target=".property__documentSummaryInformation .collapse">
  469. <h2></h2>
  470. <pre>$_documentSummaryInformation : array</pre>
  471. <div class="labels"></div>
  472. <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
  473. </div>
  474. <a id="property__parser"> </a><div class="element clickable property private property__parser" data-toggle="collapse" data-target=".property__parser .collapse">
  475. <h2></h2>
  476. <pre>$_parser : <a href="../classes/PHPExcel_Writer_Excel5_Parser.html">\PHPExcel_Writer_Excel5_Parser</a></pre>
  477. <div class="labels"></div>
  478. <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
  479. </div>
  480. <a id="property__phpExcel"> </a><div class="element clickable property private property__phpExcel" data-toggle="collapse" data-target=".property__phpExcel .collapse">
  481. <h2></h2>
  482. <pre>$_phpExcel : <a href="../classes/PHPExcel.html">\PHPExcel</a></pre>
  483. <div class="labels"></div>
  484. <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
  485. </div>
  486. <a id="property__str_table"> </a><div class="element clickable property private property__str_table" data-toggle="collapse" data-target=".property__str_table .collapse">
  487. <h2></h2>
  488. <pre>$_str_table : array</pre>
  489. <div class="labels"></div>
  490. <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
  491. </div>
  492. <a id="property__str_total"> </a><div class="element clickable property private property__str_total" data-toggle="collapse" data-target=".property__str_total .collapse">
  493. <h2></h2>
  494. <pre>$_str_total : int</pre>
  495. <div class="labels"></div>
  496. <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
  497. </div>
  498. <a id="property__str_unique"> </a><div class="element clickable property private property__str_unique" data-toggle="collapse" data-target=".property__str_unique .collapse">
  499. <h2></h2>
  500. <pre>$_str_unique : int</pre>
  501. <div class="labels"></div>
  502. <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
  503. </div>
  504. <a id="property__summaryInformation"> </a><div class="element clickable property private property__summaryInformation" data-toggle="collapse" data-target=".property__summaryInformation .collapse">
  505. <h2></h2>
  506. <pre>$_summaryInformation : array</pre>
  507. <div class="labels"></div>
  508. <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
  509. </div>
  510. </div>
  511. </div>
  512. </div>
  513. </div>
  514. <div class="row"><footer class="span12">
  515. 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>
  516. Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a12</a> and<br>
  517. generated on 2014-03-02T15:27:41Z.<br></footer></div>
  518. </div>
  519. </body>
  520. </html>