Dear Sir or MadamI'm using the spreadsheet excel-reader (http://sourceforge.net/projects/phpexcelreader ) to read excel-files with php. The excel-reader gets the informations about the file from the hex-code, e.g.
define('Spreadsheet_Excel_Reader_Type_BOF', 0x809);
define('Spreadsheet_Excel_Reader_Type_EOF', 0x0a);Now I'm searching the hex-value for hidden rows, to filter them. Does anybody know it?
Thank you for your help, with best regards Nina Holzberg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
