-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Export to csv from excel including hyperlink #1412
Comments
This isn't something that PHPSpreadsheet does; what wold you expect to see in the CSV file for a cell containing a hyperlink? |
I would like to extract those hyperlinks if they have any instead of the text label. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Fix PHPOffice#1412 which had gone stale and which I've reopened. Add boolean property `preferHyperlinkToLabel` with setter and getter to Csv Writer. Default is false, so no BC problems; in addition, true will probably add quite a bit of overhead.
Hi PHPOffice,
I am looking for a way to export my XLSX file to CSV where some columns have a hyperlink and I could not figure out how to export the file with a hyperlink instead of the text on which hyperlink is applied.
here is my code to export to CSV:
Help is appreciated as I have already googled a lot before writing a query here.
Thanks in advance.
The text was updated successfully, but these errors were encountered: