ExcelExplorer Pro Manual

ExcelExplorer Manual
Prev
Summary information
Next
List of all available classes

III. Class Reference

12. List of all available classes
13. ExcelExplorer class
14. EEWorksheet class
15. EEColumn class
16. EERow class
17. EECell class
18. EEData class
19. EEDataRichText class
20. EEDataPhonetic class
21. EEStyle class
22. EEFont class
23. EEFormat class
24. EEColor class
25. EEAlign class
26. EEBorders class
27. EEBorder class
28. EEArea class
29. EELink class
30. EEImage class
31. EEShape class
32. EEHelper class

This section contains detailed information about individual classes.

NOTES

The following examples helps you understand how to write correct code.

1. For non-marked methods:

$ee = new ExcelExplorer();
// ... some code
print $ee->Cell($sheet,$col,$row)->Data()->UTF8();

2. For methods marked with false :

$ee = new ExcelExplorer();
// ... some code
if( $font $ee->Cell($sheet,$col,$row)->Style()->Font() ) {
    print 
$font->Name()->UTF8();

ExcelExplorer Manual
Prev
Summary information
Next
List of all available classes