ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
SimpleExcelException.php
Go to the documentation of this file.
1<?php
2
4
14{
15 const UNKNOWN = 0;
16 const FILE_NOT_FOUND = 1;
20 const FIELD_NOT_FOUND = 5;
21 const ROW_NOT_FOUND = 6;
23 const CELL_NOT_FOUND = 8;
25 const MALFORMED_JSON = 10;
26}
27?>