Excel_ReviserSourceForge.jp
[ class tree: Excel_Reviser ] [ index: Excel_Reviser ] [ all elements ]

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:

  1. 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.
  2. 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:

author:  kishiyan <excelreviser at gmail dot com>
version:  0.22 alpha 2007/06/10
copyright:  Copyright &copy; 2006-2007, kishiyan
since:  PHP 4.4







Code_BIFF8 [line 83]

Code_BIFF8 = 0x600

[ Top ]



Code_WorkbookGlobals [line 84]

Code_WorkbookGlobals = 0x5

[ Top ]



Code_Worksheet [line 85]

Code_Worksheet = 0x10

[ Top ]



Default_CHARSET [line 82]

Default_CHARSET = 'eucJP-win'

[ Top ]



Reviser_Version [line 79]

Reviser_Version = '0.22alpha'

[ Top ]



Type_BLANK [line 111]

Type_BLANK = 0x201

[ Top ]



Type_BOF [line 116]

Type_BOF = 0x809

[ Top ]



Type_BOOLERR [line 109]

Type_BOOLERR = 0x205

[ Top ]



Type_BOUNDSHEET [line 87]

Type_BOUNDSHEET = 0x85

[ Top ]



Type_BUTTONPROPERTYSET [line 95]

Type_BUTTONPROPERTYSET = 0x1ba

[ Top ]



Type_COLINFO [line 99]

Type_COLINFO = 0x7d

[ Top ]



Type_CONTINUE [line 89]

Type_CONTINUE = 0x3c

[ Top ]



Type_COUNTRY [line 118]

Type_COUNTRY = 0x8c

[ Top ]



Type_DBCELL [line 100]

Type_DBCELL = 0xd7

[ Top ]



Type_DEFAULTROWHEIGHT [line 128]

Type_DEFAULTROWHEIGHT = 0x225

[ Top ]



Type_DEFCOLWIDTH [line 98]

Type_DEFCOLWIDTH = 0x55

[ Top ]



Type_DIMENSION [line 96]

Type_DIMENSION = 0x200

[ Top ]



Type_EOF [line 86]

Type_EOF = 0x0a

[ Top ]



Type_EXTERNSHEET [line 120]

Type_EXTERNSHEET = 0x17

[ Top ]



Type_EXTSST [line 90]

Type_EXTSST = 0xff

[ Top ]



Type_FONT [line 125]

Type_FONT = 0x31

[ Top ]



Type_FOOTER [line 115]

Type_FOOTER = 0x15

[ Top ]



Type_FORMAT [line 126]

Type_FORMAT = 0x041e

[ Top ]



Type_FORMULA [line 107]

Type_FORMULA = 0x406

[ Top ]



Type_FORMULA2 [line 108]

Type_FORMULA2 = 0x6

[ Top ]



Type_HEADER [line 114]

Type_HEADER = 0x14

[ Top ]



Type_INDEX [line 105]

Type_INDEX = 0x20b

[ Top ]



Type_LABEL [line 91]

Type_LABEL = 0x204

[ Top ]



Type_LABELSST [line 92]

Type_LABELSST = 0xfd

[ Top ]



Type_MERGEDCELLS [line 122]

Type_MERGEDCELLS = 0xe5

[ Top ]



Type_MULBLANK [line 104]

Type_MULBLANK = 0xbe

[ Top ]



Type_MULRK [line 103]

Type_MULRK = 0xbd

[ Top ]



Type_NAME [line 121]

Type_NAME = 0x18

[ Top ]



Type_NUMBER [line 106]

Type_NUMBER = 0x203

[ Top ]



Type_OBJPROJ [line 94]

Type_OBJPROJ = 0xd3

[ Top ]



Type_RK [line 101]

Type_RK = 0x7e

[ Top ]



Type_RK2 [line 102]

Type_RK2 = 0x27e

[ Top ]



Type_ROW [line 97]

Type_ROW = 0x208

[ Top ]



Type_SELECTION [line 123]

Type_SELECTION = 0x1d

[ Top ]



Type_SharedFormula [line 112]

Type_SharedFormula = 0x4bc

[ Top ]



Type_SST [line 88]

Type_SST = 0xfc

[ Top ]



Type_STRING [line 113]

Type_STRING = 0x207

[ Top ]



Type_SUPBOOK [line 119]

Type_SUPBOOK = 0x1ae

[ Top ]



Type_UNKNOWN [line 110]

Type_UNKNOWN = 0xffff

[ Top ]



Type_WINDOW2 [line 117]

Type_WINDOW2 = 0x23e

[ Top ]



Type_WRITEACCESS [line 93]

Type_WRITEACCESS = 0x5c

[ Top ]



Type_XF [line 127]

Type_XF = 0xe0

[ Top ]



Version_Num [line 80]

Version_Num = 0.22

[ Top ]




ms2unixtime [line 2492]

integer ms2unixtime( integer $timevalue, [ $offset1904 = 0])

convert MS-EXCEL time to UNIXTIME



Tags:

return:  UNIXTIME
access:  public


Parameters

integer   $timevalue   MS-EXCEL time
   $offset1904  
[ Top ]



unixtime2ms [line 2482]

integer unixtime2ms( integer $timevalue)

convert UNIXTIME to MS-EXCEL time



Tags:

return:  MS-EXCEL time
access:  public
example:  sample


Parameters

integer   $timevalue   UNIXTIME
[ Top ]



Documentation generated on Sun, 17 Jun 2007 17:05:46 +0900 by phpDocumentor 1.3.2