...
...
Note | ||
---|---|---|
| ||
|
Description
This article illustrates how to create a profile using a URL in the Excel macro.
Info | |||||
---|---|---|---|---|---|
Before you begin:
|
...
You can work with URLs in two ways where you can:
- Use an absolute URL in the profile
- Use a partial URL in the profile
Anchor
...
xl_URLProfile_absURL
xl_URLProfile_absURL |
...
xl_URLProfile_absURL
Use an absolute URL
xl_URLProfile_absURL |
You can create a profile by providing the absolute URL to access the Excel content from a remote location.
Navigate to CONFLUENCE ADMINISTRATION > General Configuration > BOB SWIFT CONFIGURATION > Excel > Profiles.
Click Add Profile.
- Enter a unique name for the profile in the Profile name text box.
- Select URL from the options in Profile type.
Enter the relevant absolute URL of the location to be accessed in the URL text box.
Click Save profile to create a profile.
To use this profile in a Confluence page:
- Add the Excel macro, or edit an existing macro on a page.
- Select the newly created profile from the Profile drop-down, and click Save.
<SCREENSHOT>
Anchor
...
xl_URLProfile_partialURL
xl_URLProfile_partialURL |
...
xl_URLProfile_partialURL
Use a partial URL
xl_URLProfile_partialURL |
You can create a profile by providing a partial URL for the Excel content, and enter the relative path to the Excel file in the Excel macro.
Navigate to CONFLUENCE ADMINISTRATION > General Configuration > BOB SWIFT CONFIGURATION > Excel > Profiles.
Click Add Profile.
- Enter a unique name for the profile in Profile name.
- Select URL from the options in Profile type.
Enter the base URL in the URL text box. A base URL is a part of the path that specifies the location that the macro must access.
Click Save profile to create a profile.
To use the profile in a Confluence page:
- Add the Excel macro, or edit an existing macro on a page.
- Select the newly created profile in Profile in the macro editor.
- Enter the relative path of the Excel file in the URL to Excel file parameter. The relative URL is appended to the base URL specified in the profile to create an absolute path to the file to be rendered.
- Click Save.
<SCREENSHOT>
Info | ||
---|---|---|
| ||
|
...