Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

write_url with local subdirectory #15

Closed
jmcnamara opened this issue Aug 27, 2012 · 0 comments
Closed

write_url with local subdirectory #15

jmcnamara opened this issue Aug 27, 2012 · 0 comments
Assignees
Labels

Comments

@jmcnamara
Copy link
Owner

Reported by Frederic Sievert.

When I use write_url method to open an external excel sheet which is located in a subfolder of current directory, Excel cannot open the file stored by hyperlink.

In other words, I want to use the relative path feature.

Example of usage which fails :

$worksheet-> >write_url( 'C2', 'external:other/Italy.xlsx', $ire_url_format) 

or

$worksheet-> >write_url( 'D2', 'external:./other/Italy.xlsx', $ire_url_format)

This kind of url works with Spreadsheet::WriteExcel.

@ghost ghost assigned jmcnamara Aug 27, 2012
jmcnamara added a commit that referenced this issue Aug 27, 2012
Loca sub-directories were incorrectly treated as file:// external.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant