Procedural File: reviser.php
Source Location: /reviser.php
Classes:
Excel_Reviser
Class for regenerating Excel Spreadsheets
Page Details:
Excel_Reviser Version 0.22alpha Author:kishiyan
Copyright (c) 2006-2007 kishiyan <excelreviser at gmail dot com> All rights reserved. Support URL http://chazuke.com/forum/index.php?c=2 Redistribution and use in source, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer,
without modification, immediately at the beginning of the file.
- The name of the author may not be used to endorse or promote products
derived from this software without specific prior written permission.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.This program 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 General Public License for more details. URL http://www.gnu.org/licenses/gpl.html
Tags:
Code_BIFF8 [line 83]
Code_WorkbookGlobals [line 84]
Code_Worksheet [line 85]
Default_CHARSET [line 82]
Reviser_Version [line 79]
Type_BLANK [line 111]
Type_BOF [line 116]
Type_BOOLERR [line 109]
Type_BOUNDSHEET [line 87]
Type_BUTTONPROPERTYSET [line 95]
Type_COLINFO [line 99]
Type_CONTINUE [line 89]
Type_COUNTRY [line 118]
Type_DBCELL [line 100]
Type_DEFAULTROWHEIGHT [line 128]
Type_DEFCOLWIDTH [line 98]
Type_DIMENSION [line 96]
Type_EOF [line 86]
Type_EXTERNSHEET [line 120]
Type_EXTSST [line 90]
Type_FONT [line 125]
Type_FOOTER [line 115]
Type_FORMAT [line 126]
Type_FORMULA [line 107]
Type_FORMULA2 [line 108]
Type_HEADER [line 114]
Type_INDEX [line 105]
Type_LABEL [line 91]
Type_LABELSST [line 92]
Type_MERGEDCELLS [line 122]
Type_MULBLANK [line 104]
Type_MULRK [line 103]
Type_NAME [line 121]
Type_NUMBER [line 106]
Type_OBJPROJ [line 94]
Type_RK [line 101]
Type_RK2 [line 102]
Type_ROW [line 97]
Type_SELECTION [line 123]
Type_SharedFormula [line 112]
Type_SST [line 88]
Type_STRING [line 113]
Type_SUPBOOK [line 119]
Type_UNKNOWN [line 110]
Type_WINDOW2 [line 117]
Type_WRITEACCESS [line 93]
Type_XF [line 127]
Version_Num [line 80]
ms2unixtime [line 2492]
integer ms2unixtime(
integer $timevalue, [ $offset1904 = 0])
|
|
convert MS-EXCEL time to UNIXTIME
Tags:
Parameters
| integer |
$timevalue |
MS-EXCEL time |
| |
$offset1904 |
|
unixtime2ms [line 2482]
integer unixtime2ms(
integer $timevalue)
|
|
convert UNIXTIME to MS-EXCEL time
Tags:
Parameters
| integer |
$timevalue |
UNIXTIME |
|