| 
									
										
										
										
											2010-08-26 19:14:53 +00:00
										 |  |  | <?php | 
					
						
							|  |  |  | /** | 
					
						
							| 
									
										
										
										
											2012-11-03 23:44:10 +00:00
										 |  |  |  *  PHPExcel | 
					
						
							| 
									
										
										
										
											2010-08-26 19:14:53 +00:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2013-12-31 18:36:33 +00:00
										 |  |  |  *  Copyright (c) 2006 - 2014 PHPExcel | 
					
						
							| 
									
										
										
										
											2010-08-26 19:14:53 +00:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2012-11-03 23:44:10 +00:00
										 |  |  |  *  This library is free software; you can redistribute it and/or | 
					
						
							|  |  |  |  *  modify it under the terms of the GNU Lesser General Public | 
					
						
							|  |  |  |  *  License as published by the Free Software Foundation; either | 
					
						
							|  |  |  |  *  version 2.1 of the License, or (at your option) any later version. | 
					
						
							| 
									
										
										
										
											2012-03-03 21:08:29 +00:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2012-11-03 23:44:10 +00:00
										 |  |  |  *  This library is distributed in the hope that it will be useful, | 
					
						
							|  |  |  |  *  but WITHOUT ANY WARRANTY; without even the implied warranty of | 
					
						
							|  |  |  |  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU | 
					
						
							|  |  |  |  *  Lesser General Public License for more details. | 
					
						
							| 
									
										
										
										
											2012-03-03 21:08:29 +00:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2012-11-03 23:44:10 +00:00
										 |  |  |  *  You should have received a copy of the GNU Lesser General Public | 
					
						
							|  |  |  |  *  License along with this library; if not, write to the Free Software | 
					
						
							|  |  |  |  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA | 
					
						
							| 
									
										
										
										
											2010-08-26 19:14:53 +00:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2012-11-03 23:44:10 +00:00
										 |  |  |  *  @category   PHPExcel | 
					
						
							|  |  |  |  *  @package    PHPExcel_Writer | 
					
						
							| 
									
										
										
										
											2013-12-31 18:36:33 +00:00
										 |  |  |  *  @copyright  Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) | 
					
						
							| 
									
										
										
										
											2012-11-03 23:44:10 +00:00
										 |  |  |  *  @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt    LGPL | 
					
						
							|  |  |  |  *  @version    ##VERSION##, ##DATE##
 | 
					
						
							| 
									
										
										
										
											2010-08-26 19:14:53 +00:00
										 |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /** | 
					
						
							| 
									
										
										
										
											2012-11-03 23:44:10 +00:00
										 |  |  |  *  PHPExcel_Writer_IWriter | 
					
						
							| 
									
										
										
										
											2010-08-26 19:14:53 +00:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2012-11-03 23:44:10 +00:00
										 |  |  |  *  @category   PHPExcel | 
					
						
							|  |  |  |  *  @package    PHPExcel_Writer | 
					
						
							| 
									
										
										
										
											2013-12-31 18:36:33 +00:00
										 |  |  |  *  @copyright  Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) | 
					
						
							| 
									
										
										
										
											2010-08-26 19:14:53 +00:00
										 |  |  |  */ | 
					
						
							|  |  |  | interface PHPExcel_Writer_IWriter | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2012-11-03 23:44:10 +00:00
										 |  |  |     /** | 
					
						
							|  |  |  |      *  Save PHPExcel to file | 
					
						
							|  |  |  |      * | 
					
						
							| 
									
										
										
										
											2013-04-27 21:17:14 +00:00
										 |  |  |      *  @param   string       $pFilename  Name of the file to save | 
					
						
							| 
									
										
										
										
											2013-04-27 20:57:30 +00:00
										 |  |  |      *  @throws  PHPExcel_Writer_Exception | 
					
						
							| 
									
										
										
										
											2012-11-03 23:44:10 +00:00
										 |  |  |      */ | 
					
						
							|  |  |  |     public function save($pFilename = NULL); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-08-26 19:14:53 +00:00
										 |  |  | } |