Example:
//Open a file with external links
$workbook = new cells\Workbook("Book1.xls");
//Change external link data source
$workbook->getWorksheets()->getExternalLinks()->get(0)->setDataSource("Book2.xls");
| Property Getters/Setters Summary | ||
|---|---|---|
function | getCount() | |
| Gets the number of elements actually contained in the collection. | ||
function | get(index) | |
|
Gets the |
||
| Method Summary | ||
|---|---|---|
function | add(directoryType, fileName, sheetNames) | |
| Add an external link . | ||
function | add(fileName, sheetNames) | |
| Adds an external link. | ||
| Property Getters/Setters Detail |
|---|
getCount : Number | |
function getCount() | |
get : ExternalLink | |
function get(index) | |
index - The zero based index of the element.| Method Detail |
|---|
add | |
function add(fileName, sheetNames) | |
fileName: String - The external file name.sheetNames: String[] - All sheet names of the external file.add | |
function add(directoryType, fileName, sheetNames) | |
directoryType: Number - A fileName: String - the file name.sheetNames: String[] - All sheet names of the external file.